VMWare VSphere Virtual Machine Reboot
Reboots the specified VMWare VSphere virtual machine. This triggers a shutdown of the guest operating system followed by an automatic power on. This handler requires the target virtual machine to have VMWare Tools installed.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description

This handler uses the VMWare VI (vSphere) Java API (see http://vijava.sourceforge.net/ for more information). The api is deployed as a Java archive file (jar) and is stored in this handler's vendor directory. If the vijava jar file is stored somewhere else on the classpath, the jar file stored in this handler's vendor directory is not used. It is recommended that there are no vijava jar files stored anywhere on the classpath, and that all ?VMWare VSphere handlers contain the same vijava jar file in their vendor directory.
Parameters
Name | Description |
---|---|
VM Name | The name of the VM that you want to reboot |
Sample Configuration
Parameter | Example Configuration |
---|---|
VM Name | <%=@answers['VM Name']%> |
Results
This handler returns no results.
Change Log
Version | Date | Description |
---|---|---|
V1 | 2011-01-27 | Initial Version |