APC/APCUPSD ESX/ESXi Host shutdown script: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: '''Download script''': [http://www.engr.ucsb.edu/~duonglt/vmware/ghettoShutdown.pl ghettoShutdown.pl] '''Download script''': [http://www.engr.ucsb.edu/~duonglt/vmware/upsVIShutdown.pl ups...)
 
m (added category)
 
Line 8: Line 8:


This script is similar to Joseph’s work [http://viops.vmware.com/home/docs/DOC-1341 How to configure ESXi to shutdown using an APC SmartUPS] although it will not necessitate enabling the unsupported SSH console on the ESXi hosts. This is made possible by utilizing the VI Perl Toolkit to communicate with the ESXi hosts. The only possible drawback however is that next revision of ESXi may disallow write operations and require that the user purchase ESXi license(s) to make full use of the VI API (read/write).
This script is similar to Joseph’s work [http://viops.vmware.com/home/docs/DOC-1341 How to configure ESXi to shutdown using an APC SmartUPS] although it will not necessitate enabling the unsupported SSH console on the ESXi hosts. This is made possible by utilizing the VI Perl Toolkit to communicate with the ESXi hosts. The only possible drawback however is that next revision of ESXi may disallow write operations and require that the user purchase ESXi license(s) to make full use of the VI API (read/write).
[[Category: Host Management]] [[Category: Perl]]

Latest revision as of 21:17, 20 February 2009

Download script: ghettoShutdown.pl

Download script: upsVIShutdown.pl

Compatible with: ESX/ESXi 3.5+

Please find more details located at: http://communities.vmware.com/docs/DOC-9531

This script is similar to Joseph’s work How to configure ESXi to shutdown using an APC SmartUPS although it will not necessitate enabling the unsupported SSH console on the ESXi hosts. This is made possible by utilizing the VI Perl Toolkit to communicate with the ESXi hosts. The only possible drawback however is that next revision of ESXi may disallow write operations and require that the user purchase ESXi license(s) to make full use of the VI API (read/write).