Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Info | ||
---|---|---|
| ||
If your application and server need time to shutdown, it could be necessary to give more time in the service definition to prevent from the service stop procedure to fail due to timeout. To do so, open the " Example:
More information can be found using the " |
Options
...
- Options 1 to 5 3 are explanations on how to setup and prepare the virtual machine and the Charon Linux server (if necessary) to use the three available methods.
- Option 6 4 edits the script. This script is in a form of "case in <configuration filename> do ..."
- Option 7 5 is used to test the script. Use with caution on production machines.
...
Info |
---|
You'll find in options 1 to 5 3 all the details to setup the remote connection: packages to install, proxy settings for rsh, key pair definition for ssh (password and passphrase free), the necessary firewall settings if needed, etc... |
...
When the script is initialized using option 6 or when a new virtual machine is added, the following lines are added:
...
...
|
One of the blue colored lines above has to be uncommented depending on the method chosen. Other lines can remain in the script or can be deleted.
...
- The values between the < and > signs have to be filled manually.
- The operating system must be set to either TRU64 HPUX or VMS MPEIX (case insensitive).
- If the "rsh" or "ssh" method is used, the <hostname>, corresponding to the virtual machine hostname, must be known by the Charon Linux server.
- if MPEIX is defined, only the "expect" method can be used. Username, password and prompt can be set to "X" as they are not needed. Example:
${CHARONDIR}/utils/charon_gstop_expect \$1 \$2 X X X MPEIX
Stop script content example:
Status | ||||
---|---|---|---|---|
|
The editor defined in the Preferences is used to edit the script.
...
Div | ||
---|---|---|
| ||
Example:
|
...