HPE OneView
1752612 Members
4429 Online
108788 Solutions
New Discussion

Re: ILO reset

 
SOLVED
Go to solution
Alex_ban
Visitor

ILO reset

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.

 

 

4 REPLIES 4
BradV
Esteemed Contributor

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.

Alex_ban
Visitor

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. 

Alex_ban
Visitor
BradV
Esteemed Contributor

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.