用户自定义资源脚本文件说明
脚本文件的格式
Keyword:Executable File
(中间不要留空格)
脚本文件中的关键字
Start, Agent, Agentless, StartTimeOut Stop, StopTimeOut
脚本文件的使用方法
haagent -start | -stop | -mon Script_file
Confidential
用户自定义资源脚本说明
脚本文件的工作过程
当带入用户自定义资源时, RoseHA将逐步执行 Start, Agent, Agentless部分
Start:运行执行程序后,在StartTimeOut时间后由RoseHA杀掉 Agent:运行执行程序后, RoseHA开始监控此程序 Agentless:运行执行程序后, RoseHA不监控此程序 StartTimeOut:启动程序超时时间值
当停止服务时, RoseHA将执行Stop部分,终止其它应用
Stop:运行执行程序后,在StopTimeOut时间后由RoseHA杀掉 StopTimeOut:停止程序超时时间值
Confidential
自定义脚本文件的例子
例如 c:\\my_bin\\test.txt
Start:c:\\winnt\\system32\\calc.exe Agent:c:\\winnt\\system32\\clock.exe Agentless:c:\\winnt\\regedit
Stop:c:\\winnt\\system32\\notepad.exe StartTimeOut:5000 StopTimeOut:5000
Confidential
自定义脚本文件的例子
在Start Executable栏中输入
“haagent -start c:\\my_bin\\test.txt”
在Stop Executable栏中输入
“haagent -stop c:\\my_bin\\test.txt”
在Agent栏中输入
“haagent -mon c:\\my_bin\\test.txt”
Confidential