Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Parameter | Value | Example | |||
---|---|---|---|---|---|
logfile | Full path to the logfile that will be used to log the script output | logfile=C:\Charon\myds20_shutdown.log | |||
mode | 'opa0' | mode=opa0 | |||
os | Either Tru64 or VMS | os=Tru64 | |||
servicename | CHARON instance service name. When using expect"opa0" mode, the service is stopped by the expect script either with a " | servicename=myds20 | |||
username | Defines the remote username that will be used to connect to the console of the CHARON instance (if not already logged in) | For OpenVMS: For Tru64: | |||
password | Defines the password in clear text that will be used to connect to the console. The password can be also stored in an encrypted clixml file as described below. If password is sent then clixml (below) value must be set to "none" | password=12345 | |||
clixml | Defines the full path of the clixml file that contains the encrypted password (password parameter must then not be set). To create this file, open a "
Example:
The clixml file is bound to the user and system where it is created! It will not be valid for another user or another system. | clixml=C:\Charon\myds20pwd.clixml | |||
clixmlsys | Defines the full path of the clixml file that contains the encrypted password (password parameter must then not be set) for the "system" account. Used in case of integration with Windows shutdown. If not specified, The clixml file has to be created as "system" user using "psexec" utility. It is bound to the "system" user and the system where it is created! It will not be valid for another user or another system. | clixml=C:\Charon\myds20pwdsys.clixml | |||
port | Defines the port to access the console (same as the one defined in the configuration file). | port=10003 | |||
prompt | Defines the prompt at the shell level of the guest operating system. Used to check the user is connected. Notes:
|
| |||
timelimitsec | Defines the maximum number of seconds the script can run (default = 180 seconds). This value depends on the time needed to shutdown properly the operating system. | timelimitsec=600 | |||
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 |
...
When check mode is enabled, a pop-up window will be displayed to check the expect operations performed on the CHARON instance console.
...
RCVD messages correspond to the received data from the OPA0 console. |
...