- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Remote Server Management
- >
- SET_HOST_POWER HOST_POWER="No" not working reliabl...
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- 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, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
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
-
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
01-25-2012 09:07 AM - edited 01-25-2012 09:08 AM
01-25-2012 09:07 AM - edited 01-25-2012 09:08 AM
SET_HOST_POWER HOST_POWER="No" not working reliable
I need to be able to shut down a DL380 G7 in case of a problem. For this I wanted to use the ILO xml scripts. However it seems not to be reliable.
In the ILO log I see that the command was received, sometimes it shuts down right away, sometimes, i see some services go down, and sometimes not much happens. What's the purpose if this command if it is not reliable ? And how should I shut down a server via this interface reliable ?
- Tags:
- ilo3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2012 10:37 AM
05-03-2012 10:37 AM
Re: SET_HOST_POWER HOST_POWER="No" not working reliable
It depends on the RIBCL command you use.
For details on the commands, download the Scripting and Command Line Guide.
For sample RIBCL scripts, download the Scripting Sample
Thie following RIBCL command attempts a momentary virtual power-button press if the host is on.
iLO attempts a graceful OS shutdown if the OS supports ACPI and is configured for it. The duration that the OS requires to shutdown depends on the OS.
If the host is already off, nothing will happen.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<SET_HOST_POWER HOST_POWER="Off"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
The following RIBCL command forces the host off by doing a "press-and-hold" virtual power button press.
This will probably not be a graceful OS shutdown, even if the OS supports ACPI and is configured for it.
With "toggle" set to "yes", a system that is off attempts to power-on.
With "toggle" set to "no", a system that is off remains off.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<HOLD_PWR_BTN TOGGLE="YES"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP