Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for script version 2.6

...

ParameterValueExample
logfileFull 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
waitbeforestopNumber 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
servicenameCHARON instance service nameservicename=myds20vms
guestsystemServer name or IP addressguestsystem=10.0.0.3
osVMS or Tru64os=VMS
mode'rsh'mode=rsh
rshbinDefines the location of the "rsh.exe" program.rshbin=C:\bin\rsh.exe
usernameDefines the remote username that will be used to connect to the guest operating system via rsh.

username=system

openconsolecmd

Optional parameter used to open the console program while executing the script.

(question) It is recommended to define this parameter in case of integration with Windows shutdown

openconsolecmd=C:\Program Files\CHARON\Build_20203\x64\putty
openconsoleargOptional 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
windowheightwindowheight=50

...