<?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: Can't perform patch request using redfish api in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7227809#M10217</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Though not sure about RESTAPIs, the error indicates that the boot source could not be over-ridden during POST. May be the values for the following needs to be reviewed:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;"UefiTargetBootSourceOverride":&amp;nbsp;"PciRoot(0x0)/Pci(0x5,0x2)/Pci(0x0,0x4)/USB(0x1,0x0)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 12:07:50 GMT</pubDate>
    <dc:creator>TVVJ</dc:creator>
    <dc:date>2024-10-23T12:07:50Z</dc:date>
    <item>
      <title>Can't perform patch request using redfish api</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7227657#M10214</link>
      <description>&lt;P&gt;I'm encountering an issue while trying to set the boot target for my HPE server using the Redfish API. I successfully inserted the SPP firmware ISO using the virtual media URL. Now, I want to set the next boot target to that virtual media.&lt;/P&gt;&lt;P&gt;I’m sending a PATCH request to the following endpoint:&lt;BR /&gt;&lt;A href="https://ip_address/redfish/v1/Systems/1/" target="_blank" rel="noopener"&gt;https://ip_address/redfish/v1/Systems/1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here's the body of the request:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Boot"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"BootSourceOverrideTarget"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Cd"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"UefiTargetBootSourceOverride"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"PciRoot(0x0)/Pci(0x5,0x2)/Pci(0x0,0x4)/USB(0x1,0x0)"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"BootSourceOverrideEnabled"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Once"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;However, I keep getting this error response&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"code"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"iLO.0.10.ExtendedInfo"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"See @Message.ExtendedInfo for more information."&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@Message.ExtendedInfo"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"MessageArgs"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"UefiTargetBootSourceOverride"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"MessageId"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"iLO.2.24.UnableToModifyDuringSystemPOST"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I thought I just needed to wait for the POST to finish, and I've actually waited for a whole day, but the error persists.&lt;/P&gt;&lt;P&gt;Has anyone else faced this issue before? I'm looking forward to any help or suggestions on how to resolve this. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7227657#M10214</guid>
      <dc:creator>Gunawan_Jo</dc:creator>
      <dc:date>2024-10-23T13:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't perform patch request using redfish api</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7227809#M10217</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Though not sure about RESTAPIs, the error indicates that the boot source could not be over-ridden during POST. May be the values for the following needs to be reviewed:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;"UefiTargetBootSourceOverride":&amp;nbsp;"PciRoot(0x0)/Pci(0x5,0x2)/Pci(0x0,0x4)/USB(0x1,0x0)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7227809#M10217</guid>
      <dc:creator>TVVJ</dc:creator>
      <dc:date>2024-10-23T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Query: Can't perform patch request using redfish api</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7228147#M10226</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;Let us know if you were able to resolve the issue.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.&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>Mon, 28 Oct 2024 11:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7228147#M10226</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2024-10-28T11:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't perform patch request using redfish api</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7234256#M10292</link>
      <description>&lt;P&gt;I had the same issue you were experiencing except that I did not include&amp;nbsp;&lt;SPAN&gt;"UefiTargetBootSourceOverride" in the payload and still encountered the same error&lt;/SPAN&gt;. I waited for the attributes of this endpoint&amp;nbsp;/redfish/v1/systems/1 to be in this state:&lt;/P&gt;&lt;P&gt;"DeviceDiscoveryComplete":&amp;nbsp;&lt;BR /&gt;"AMSDeviceDiscovery": "NoAMS",&lt;BR /&gt;"DeviceDiscovery": "&lt;SPAN&gt;vMainDeviceDiscoveryComplete&lt;/SPAN&gt;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;"PostState": "&lt;SPAN&gt;InPostDiscoveryComplete&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;As per API documentation, "&lt;SPAN&gt;Discovery complete is the point at which it has been deemed safe to read and write the BIOS configuration information."&lt;BR /&gt;My only workaround was to power off the server, apply the patch, and then turn it back on.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 04:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-t-perform-patch-request-using-redfish-api/m-p/7234256#M10292</guid>
      <dc:creator>HexaDeci</dc:creator>
      <dc:date>2025-02-03T04:25:01Z</dc:date>
    </item>
  </channel>
</rss>

