<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ILO reset in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058573#M4478</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello every one,&lt;/SPAN&gt;&lt;SPAN&gt;Can someone help me with ILO Rest-API call?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to reset ILO via API-call (like in web interface: diagnostics -&amp;gt;reset).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found some resource that seems to be the right one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
 "@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/"
   }
 }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you confirm that this Action&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;is that I’m looking for?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way to do this API-call via&amp;nbsp;HPE OneView for VMware vRealize&amp;nbsp;Orchestrator?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 20:31:34 GMT</pubDate>
    <dc:creator>Alex_ban</dc:creator>
    <dc:date>2019-08-13T20:31:34Z</dc:date>
    <item>
      <title>ILO reset</title>
      <link>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058573#M4478</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello every one,&lt;/SPAN&gt;&lt;SPAN&gt;Can someone help me with ILO Rest-API call?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to reset ILO via API-call (like in web interface: diagnostics -&amp;gt;reset).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found some resource that seems to be the right one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
 "@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/"
   }
 }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you confirm that this Action&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;is that I’m looking for?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way to do this API-call via&amp;nbsp;HPE OneView for VMware vRealize&amp;nbsp;Orchestrator?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 20:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058573#M4478</guid>
      <dc:creator>Alex_ban</dc:creator>
      <dc:date>2019-08-13T20:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: ILO reset</title>
      <link>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058678#M4480</link>
      <description>&lt;P&gt;Are you running an HPE supplied version of esxi?&amp;nbsp; If so, it will include the hponcfg utility.&amp;nbsp; You can use it to reset iLO.&amp;nbsp; Put this in a file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;RIBCL VERSION="2.0"&amp;gt;
  &amp;lt;LOGIN USER_LOGIN="Admin" PASSWORD="Password"&amp;gt;
    &amp;lt;RIB_INFO MODE = "write"&amp;gt;
      &amp;lt;RESET_RIB/&amp;gt;
    &amp;lt;/RIB_INFO&amp;gt;
  &amp;lt;/LOGIN&amp;gt;
&amp;lt;/RIBCL&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;then run&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hponcfg -f &amp;lt;file-name&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;and that should do it (assuming your iLO is running with production security).&amp;nbsp; If you are running with a higher security level, then change the user login and password in the file to the correct properties.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 12:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058678#M4480</guid>
      <dc:creator>BradV</dc:creator>
      <dc:date>2019-08-14T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: ILO reset</title>
      <link>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058704#M4481</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&amp;nbsp;BradV&amp;nbsp; for your reply. Unfoturnaly we using standart Image from VMware.&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058704#M4481</guid>
      <dc:creator>Alex_ban</dc:creator>
      <dc:date>2019-08-14T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: ILO reset</title>
      <link>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058782#M4486</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/ex19_reset_ilo.py" target="_blank"&gt;https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/ex19_reset_ilo.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you HPE DEV&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 08:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058782#M4486</guid>
      <dc:creator>Alex_ban</dc:creator>
      <dc:date>2019-08-15T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: ILO reset</title>
      <link>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058783#M4487</link>
      <description>&lt;P&gt;You can also download hponcfg and put on your esxi host.&amp;nbsp;&amp;nbsp;&lt;A href="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_17d6479e945e425580233fe425" target="_blank" rel="noopener"&gt;HPE Utilities Offline Bundle for ESXi 6.5&lt;/A&gt;&amp;nbsp; There are downloads available for other versions.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 08:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/ilo-reset/m-p/7058783#M4487</guid>
      <dc:creator>BradV</dc:creator>
      <dc:date>2019-08-15T08:54:43Z</dc:date>
    </item>
  </channel>
</rss>

