Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Usage

Invoke the script from the Powershell command window, specify the configuration file and – optionally – if you want to run the script in "check" mode.

It is recommended, to execute the script interactively first using "check" mode. Using this mode, the script will only setup the connection and execute simple remote display commands. No shutdown will be performed.

Once you are satisfied with the operation of the script, use it at your convenience from any utility (scheduler, backup agent, ...) to shutdown the CHARON instance.

 

To display the script's help text, please use either this Windows command:

c:\Charon>powershell -file charon_cleanshutdown.ps1 -help

or the Powershell "get-help" command:

PS C:\Charon> get-help c:\charon\charon_cleanshutdown.ps1 -full

 

(lightbulb) To automatically restart the guest operating system running on the CHARON instance, the automatic boot on restart has to be set at SRM level and the following Windows service command must be executed:

c:\Charon>sc start <servicename>

 

Note on CHARON instance service:

The 'expect' mode will perform the "power off" command itself or will send the "F6" key if this command is not available, thus stopping the service. The other modes will perform a clean shutdown without powering off the CHARON instance, thus leaving the service active and the instance at the SRM prompt. To recognize the completion of the shutdown process in this case, a loop has been introduced to check if the guest operating system running on the instance responds to "ping". Once it no longer responds, the script waits for a specified amount of time (waitbeforestop parameter) before stopping the service.

Examples

Check mode:

C:\Users\Administrator> powershell -file c:\charon\charon_cleanshutdown.ps1 -config c:\charon\myds20vms.ini -check

 

Shutdown execution mode:

C:\Users\Administrator> powershell -file c:\charon\charon_cleanshutdown.ps1 -config c:\charon\myds20vms.ini

 

Service restart:

C:\Users\Administrator> sc start myds20vms
  • No labels