- Community Home
- >
- Servers and Operating Systems
- >
- Servers - General
- >
- HP Power Protector - Shutdown Multiple Hosts
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-26-2013 08:25 PM
05-26-2013 08:25 PM
HP Power Protector - Shutdown Multiple Hosts
Hi all,
I've got the VMA 5.1 going with the HPPP software installed.
But what command do I need to use to shutdown multiple hosts?
I notice in the command:
perl /usr/local/HP/PowerProtector/bin/virt_tools/shtdownESXi.pl --server ip_address --username ESXi_user_name --password password_of_ESXi_Host
Can we change the server section to the VMA?
Please advise.
- Tags:
- UPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-28-2013 09:52 PM
05-28-2013 09:52 PM
Re: HP Power Protector - Shutdown Multiple Hosts
Hi,
Please refer to following document : HP Power Protector Software - Shutdown Script Does Not Work
You can also refer to the following thread for additional details:
http://h30499.www3.hp.com/t5/General/HP-power-protector-does-not-run-a-script/m-p/6036469#M7060
I work for HP
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details
______________________________________________________
Was the post useful? Say thanks by clicking the white KUDOS Star!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-13-2013 01:51 AM - edited 06-13-2013 01:55 AM
06-13-2013 01:51 AM - edited 06-13-2013 01:55 AM
Re: HP Power Protector - Shutdown Multiple Hosts
Hallo,
You should create, copy this script to VMA and first run this:
Command: perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXimultiply.pl
#!/usr/bin/perl -w ############################################################################### # # This scripts allows users to perform a Shutdown on an VMware ESXi Server Multiply Hosts # with the vMA for HPPP # example: # perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXimultiply.pl ############################################################################### # Host HPVM1/192.168.1.1 with VM's shutdown system("perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXi.pl --server 192.168.1.1 --username root --password ***"); # Host HPVM1/192.168.1.2 with VM's shutdown system("perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXi.pl --server 192.168.1.2 --username root --password ***"); # Host HPVM1/192.168.1.3 with VM's shutdown system("perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXi.pl --server 192.168.1.3 --username root --password ***"); # Host HPVM1/192.168.1.4 with VM's shutdown system("perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXi.pl --server 192.168.1.4 --username root --password ***"); # Host HPVM1/192.168.1.5 with VM's shutdown system("perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXi.pl --server 192.168.1.5 --username root --password ***"); # Host HPVM1/192.168.1.6 with VM's shutdown system("perl /usr/local/HP/PowerProtector/bin/virt_tools/shutdownESXi.pl --server 192.168.1.6 --username root --password ***");
And this script run shutdownESXI.pl script for each host with VM's
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP