<?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 Re: ComputerSystem.Reset Action not working from via ILO Amplifier redfish API in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7177597#M17645</link>
    <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;This might need a remote session to perform further troubleshooting.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;You can also log a new case :&lt;A href="https://support.hpe.com/hpesc/public/home" target="_blank"&gt;HPE Support Case Manager &lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thanks.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 00:46:35 GMT</pubDate>
    <dc:creator>ManBha</dc:creator>
    <dc:date>2022-11-15T00:46:35Z</dc:date>
    <item>
      <title>ComputerSystem.Reset Action not working from via ILO Amplifier redfish API</title>
      <link>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7176863#M17578</link>
      <description>&lt;P&gt;I'm having issues with the&amp;nbsp;/Actions/ComputerSystem.Reset/ action via Ilo Amplifier.&amp;nbsp; For some reason it is returning a method not allowed.&amp;nbsp; The underlying code I'm using is powershell, but have tested in bash and python and get the same results.&lt;/P&gt;&lt;P&gt;This action is documentated as an example in the Ilo Amplifier Redfish API. documenation.&amp;nbsp;&lt;A href="https://hewlettpackard.github.io/iLOAmpPack-Redfish-API-Docs/?shell#performing-actions" target="_blank" rel="noopener"&gt;https://hewlettpackard.github.io/iLOAmpPack-Redfish-API-Docs/?shell#performing-actions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example action issue with ILO amplifier&lt;/STRONG&gt;&lt;BR /&gt;curl https://$($IloAmpIp)/redfish/v1/systems/$($SystemId)/Actions/ComputerSystem.Reset/ -H "Content-Type: application/json" --request POST --data '{"ResetType": "On"}' -u *******:******** --insecure&lt;BR /&gt;{"@odata.etag":"W/\"11815A93\"","@odata.type":"#ExtendedInfo.1.0.0.ExtendedInfo","error":{"@Message.ExtendedInfo":[{"@odata.type":"#Message.1.0.0.Message","MessageId":"HpeWolfram.1.4.MethodNotAllowed"}],"code":"Wolfram.1.0.ExtendedInfo","message":"See @Message.ExtendedInfo for more information."}}&lt;/P&gt;&lt;P&gt;When testing using this action directly on the ILO it works fine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example of going direct to ilo without action issue&lt;/STRONG&gt;&lt;BR /&gt;curl https://$($IloIp)/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/ -H "Content-Type: application/json" --request POST --data '{"ResetType": "On"}' -u *******:******** --insecure&lt;BR /&gt;{"Messages":[{"MessageID":"Base.0.10.Success"}],"Type":"ExtendedError.1.0.0","error":{"@Message.ExtendedInfo":[{"MessageID":"Base.0.10.Success"}],"code":"iLO.0.10.ExtendedInfo","message":"See @Message.ExtendedInfo for more information."}}&lt;/P&gt;&lt;P&gt;There seems to be an issue calling this action from Ilo Amplifier.&lt;/P&gt;&lt;P&gt;One other observation is based on the redfish specification documenation. "To determine the available actions and the valid parameter values for those actions, clients can query a&lt;BR /&gt;Resource directly" ( &lt;A href="https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.8.0.pdf" target="_blank" rel="noopener"&gt;https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.8.0.pdf&lt;/A&gt; page 48)&lt;/P&gt;&lt;P&gt;When querying the system object in Ilo amplifier, there is no data returned on available actions. However when querying the system against the ilo itself, the data is returned as expected.&lt;BR /&gt;"AvailableActions":[{"Action":"Reset","Capabilities":[{"AllowableValues":["On","ForceOff","ForceRestart","Nmi","PushPowerButton"],"PropertyName":"ResetType"}]}]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;iLO Amplifier Pack v2.16&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 01:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7176863#M17578</guid>
      <dc:creator>sean0brien</dc:creator>
      <dc:date>2022-11-16T01:02:06Z</dc:date>
    </item>
    <item>
      <title>Query: ComputerSystem.Reset Action not working from via ILO Amplifier redfish API</title>
      <link>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7176865#M17579</link>
      <description>&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;System recommended content:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;1. &lt;A href="https://hpe.to/6607MsTMD" target="_blank" rel="noopener"&gt;HPE iLO 5 2.72 User Guide |  iLO RESTful API&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you for being a HPE valuable community member.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7176865#M17579</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2022-11-01T17:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: ComputerSystem.Reset Action not working from via ILO Amplifier redfish API</title>
      <link>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7177597#M17645</link>
      <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;This might need a remote session to perform further troubleshooting.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;You can also log a new case :&lt;A href="https://support.hpe.com/hpesc/public/home" target="_blank"&gt;HPE Support Case Manager &lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thanks.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 00:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/computersystem-reset-action-not-working-from-via-ilo-amplifier/m-p/7177597#M17645</guid>
      <dc:creator>ManBha</dc:creator>
      <dc:date>2022-11-15T00:46:35Z</dc:date>
    </item>
  </channel>
</rss>

