- Community Home
- >
- Software
- >
- HPE OneView
- >
- Re: ILO reset
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
- Report Inappropriate Content
08-13-2019 01:31 PM
08-13-2019 01:31 PM
Hello every one,Can someone help me with ILO Rest-API call?
I need to reset ILO via API-call (like in web interface: diagnostics ->reset).
I have found some resource that seems to be the right one.
{
"@odata.context": "/redfish/v1/$metadata#Manager.Manager",
"@odata.etag": "W/"66352E78"",
"@odata.id": "/redfish/v1/Managers/1/",
"@odata.type": "#Manager.v1_3_3.Manager", "Actions": {
"#Manager.Reset": {
"target": "/redfish/v1/Managers/1/Actions/Manager.Reset/"
}
}
Can you confirm that this Action is that I’m looking for?
Is there any way to do this API-call via HPE OneView for VMware vRealize Orchestrator?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2019 05:02 AM
08-14-2019 05:02 AM
Re: ILO reset
Are you running an HPE supplied version of esxi? If so, it will include the hponcfg utility. You can use it to reset iLO. Put this in a file:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="Password">
<RIB_INFO MODE = "write">
<RESET_RIB/>
</RIB_INFO>
</LOGIN>
</RIBCL>
then run
hponcfg -f <file-name>
and that should do it (assuming your iLO is running with production security). If you are running with a higher security level, then change the user login and password in the file to the correct properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2019 08:04 AM
08-14-2019 08:04 AM
Re: ILO reset
Thank you BradV for your reply. Unfoturnaly we using standart Image from VMware.
And the idea was that we can provide the oprtunity to reset the ILO for users without giving them access to the ONEView and ILO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2019 01:11 AM
08-15-2019 01:11 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2019 01:54 AM
08-15-2019 01:54 AM
Re: ILO reset
You can also download hponcfg and put on your esxi host. HPE Utilities Offline Bundle for ESXi 6.5 There are downloads available for other versions.