...
Parameter | Value | Example |
---|---|---|
logfile | Full path to the logfile that will be used to log the script output. | logfile=C:\Charon\myds20vms_shutdown.log |
windowsevent | Defines which message levels will create a new entry in the Windows Application Events (Source="CHARON") Can be either "none" or any combination of S, W and E. 'S' for Success, 'W' for Warning and 'E' for Error. Default is 'SE' so Success and Error only. | windowsevent=SWE |
waitbeforestop | Number of seconds to wait before stopping the serviceĀ once the guest operating system no longer responds to 'ping'. If not set, default value = 60. | waitbeforestop=10 |
servicename | CHARON instance service name | servicename=myds20vms |
| Server name or IP address |
|
os | VMS or Tru64 | os=VMS |
mode | 'rsh' | mode=rsh |
rshbin | Defines the location of the "rsh.exe" program. | rshbin=C:\bin\rsh.exe |
username | Defines the remote username that will be used to connect to the guest operating system via rsh. |
|
openconsolecmd | Optional parameter used to open the console program while executing the script. It is recommended to define this parameter in case of integration with Windows shutdown | openconsolecmd=C:\Program Files\CHARON\Build_20203\x64\putty |
openconsolearg | Optional parameter defining the parameters of the openconsolecmd parameter above. | openconsolearg=-load OPA0 -P 10003 |
windowwidth | Optional parameters used to resize the window when running with service user ("system" account). Useful during Windows shutdown to check operations executed. Width = 132 and Height = 32 by default. BufferHeight set 2000 lines by default. | windowwidth=120 |
windowheight | windowheight=50 |
...