Hi,
I don´t know if there is some option to manage any tests from command line and them enable or disable it. How can i change the current status without manual intervention.
I use HM version 7.50
Thanks and regars
Carlos
Enable / Disable tests from command line
Command line? There is no such option.
Test settings can be changed by operator using HostMonitor or RCC, some settings can be changed thru Web Service.
RCC: http://www.ks-soft.net/hostmon.eng/rcc/index.htm
Web Service: http://www.ks-soft.net/hostmon.eng/webservice/index.htm
Automatically some settings can be changed by HM Script or Import file
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
http://www.ks-soft.net/hostmon.eng/examples/import1.htm
Also you may use Telnet Service. It allows you to use Telnet client connected to HostMonitor.
http://www.ks-soft.net/hostmon.eng/teln ... /index.htm
You may create some script for your telnet client and start it automatically.
Regards
Alex
Test settings can be changed by operator using HostMonitor or RCC, some settings can be changed thru Web Service.
RCC: http://www.ks-soft.net/hostmon.eng/rcc/index.htm
Web Service: http://www.ks-soft.net/hostmon.eng/webservice/index.htm
Automatically some settings can be changed by HM Script or Import file
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
http://www.ks-soft.net/hostmon.eng/examples/import1.htm
Also you may use Telnet Service. It allows you to use Telnet client connected to HostMonitor.
http://www.ks-soft.net/hostmon.eng/teln ... /index.htm
You may create some script for your telnet client and start it automatically.
Regards
Alex
I know,
I have a oracle test, then I need to disable it while the backup are running. The backup windows it´s not the same (i can´t use a scheduled task) , them i would like to execute the hms script from ms-dos.
(really: I would like that netbackup automatically will stop the oracle test...)
Regards
Carlos
I have a oracle test, then I need to disable it while the backup are running. The backup windows it´s not the same (i can´t use a scheduled task) , them i would like to execute the hms script from ms-dos.
(really: I would like that netbackup automatically will stop the oracle test...)
Regards
Carlos
H'm, you don't know when backup process can be started? Somebody starts it manually?
Probably you can modify script that starts backup procedure? E.g. add some command to create temporary file as flag, add NT Event Log record or send SNMP Trap message to HostMonitor. Then you may setup additional test to check for such flag and use this tast as Master test for Oracle test
Also you may create script for your telnet client and use Telnet Service to disable/enable tests.
Regards
Alex
Probably you can modify script that starts backup procedure? E.g. add some command to create temporary file as flag, add NT Event Log record or send SNMP Trap message to HostMonitor. Then you may setup additional test to check for such flag and use this tast as Master test for Oracle test

Also you may create script for your telnet client and use Telnet Service to disable/enable tests.
Regards
Alex