<?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 redfishtool to change BIOS setting in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7144724#M15511</link>
    <description>&lt;P&gt;I want to change the workload profile in BIOS using redfishtool.&amp;nbsp; I am using below command. but it is giving error. please suggest&lt;/P&gt;&lt;P&gt;&lt;EM&gt;redfishtool -r x.x.x.x -u admin -p ****** raw PATCH -d '{"WorkloadProfile": "Virtualization-MaxPerformance"}' "/redfish/v1/Systems/1/Bios"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;redfishtool: Transport: Response Error: status_code: 405 -- Method Not Allowed&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 23:39:13 GMT</pubDate>
    <dc:creator>GP-TIL</dc:creator>
    <dc:date>2021-08-10T23:39:13Z</dc:date>
    <item>
      <title>redfishtool to change BIOS setting</title>
      <link>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7144724#M15511</link>
      <description>&lt;P&gt;I want to change the workload profile in BIOS using redfishtool.&amp;nbsp; I am using below command. but it is giving error. please suggest&lt;/P&gt;&lt;P&gt;&lt;EM&gt;redfishtool -r x.x.x.x -u admin -p ****** raw PATCH -d '{"WorkloadProfile": "Virtualization-MaxPerformance"}' "/redfish/v1/Systems/1/Bios"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;redfishtool: Transport: Response Error: status_code: 405 -- Method Not Allowed&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 23:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7144724#M15511</guid>
      <dc:creator>GP-TIL</dc:creator>
      <dc:date>2021-08-10T23:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: redfishtool to change BIOS setting</title>
      <link>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7147519#M15700</link>
      <description>&lt;P&gt;Can you please provide more details on which server you are using etc...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 07:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7147519#M15700</guid>
      <dc:creator>techin</dc:creator>
      <dc:date>2021-08-31T07:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: redfishtool to change BIOS setting</title>
      <link>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7260003#M21784</link>
      <description>&lt;P&gt;"&lt;FONT face="andale mono,times"&gt;WorkloadProfile&lt;/FONT&gt;"&amp;nbsp;should be listed under "&lt;FONT face="andale mono,times"&gt;Attributes&lt;/FONT&gt;'", and you should PATCH &lt;FONT face="andale mono,times"&gt;bios/settings&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Try it these arguments:&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;-d&amp;nbsp;'{"Attributes": {"WorkloadProfile": "Virtualization-MaxPerformance"}}'&amp;nbsp;/redfish/v1/systems/1/bios/settings&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 17:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7260003#M21784</guid>
      <dc:creator>SLAC_SE</dc:creator>
      <dc:date>2025-12-16T17:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: redfishtool to change BIOS setting</title>
      <link>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7260004#M21785</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1887379"&gt;@GP-TIL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The /Bios resource is read-only — Redfish only allows GET on it, so a PATCH there gives 405 Method Not Allowed.&lt;BR /&gt;2. Modifications must be sent to the BIOS Settings resource, not the top-level BIOS summary.&lt;BR /&gt;You should PATCH the /redfish/v1/Systems/1/Bios/Settings URI and wrap the attribute you want to change under "Attributes"&lt;BR /&gt;redfishtool -r x.x.x.x -u admin -p ****** raw PATCH \&lt;BR /&gt;-d '{"Attributes": {"WorkloadProfile": "Virtualization-MaxPerformance"}}' \&lt;BR /&gt;"/redfish/v1/Systems/1/Bios/Settings"&lt;/P&gt;&lt;P&gt;Please take a look at the document, you might find it useful:&amp;nbsp;&lt;A href="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/biosdoc" target="_blank"&gt;https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/biosdoc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mamatha Ajaraddi&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 18:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7260004#M21785</guid>
      <dc:creator>Mamatha_J</dc:creator>
      <dc:date>2025-12-16T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: redfishtool to change BIOS setting</title>
      <link>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7260005#M21786</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1887379"&gt;@GP-TIL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you find the reply helpful, please consider clicking on the "Thumbs Up/Kudo" icon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mamatha Ajaraddi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 18:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/redfishtool-to-change-bios-setting/m-p/7260005#M21786</guid>
      <dc:creator>Mamatha_J</dc:creator>
      <dc:date>2025-12-16T18:04:36Z</dc:date>
    </item>
  </channel>
</rss>

