<?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: Theermal configuration not applying using powershell in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255269#M10422</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2352730"&gt;@Max99&lt;/a&gt;&amp;nbsp;&lt;A href="https://www.aessuccess.com.co" target="_blank" rel="noopener"&gt;AESSuccess&lt;/A&gt;wrote:&lt;BR /&gt;&lt;P&gt;Hi there, trying to change termal configuration remotelly on several hp servers. Find a command set-hpebiosthermaloption all was fine except that changes applies only after reboot of server.&lt;/P&gt;&lt;P&gt;However, if I change this option in web interface of iLO the changes apllied without reboot only iLO resets.&lt;/P&gt;&lt;P&gt;Is there any command that I can do same thing with powershell? Tried with reset-hpeilo but it didn't helped.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately, there's no direct PowerShell command that can apply thermal configuration changes to an HP server without a reboot, unlike the real-time changes possible via the iLO web interface. The `Set-HPEBIOSthermalOption` command applies changes to the server's BIOS, which are only activated on the next system boot. The iLO web interface, however, interacts directly with the iLO management chip, allowing it to apply changes immediately after a simple iLO reset, a function not exposed through standard host-OS PowerShell cmdlets. Therefore, for remote scripting, you will need to either schedule a server reboot or use iLO's RESTful API for on-the-fly changes.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 08:32:44 GMT</pubDate>
    <dc:creator>janice548</dc:creator>
    <dc:date>2025-09-02T08:32:44Z</dc:date>
    <item>
      <title>Theermal configuration not applying using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255127#M10418</link>
      <description>&lt;P&gt;Hi there, trying to change termal configuration remotelly on several hp servers. Find a command set-hpebiosthermaloption all was fine except that changes applies only after reboot of server.&lt;/P&gt;&lt;P&gt;However, if I change this option in web interface of iLO the changes apllied without reboot only iLO resets.&lt;/P&gt;&lt;P&gt;Is there any command that I can do same thing with powershell? Tried with reset-hpeilo but it didn't helped.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 05:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255127#M10418</guid>
      <dc:creator>Max99</dc:creator>
      <dc:date>2025-09-12T05:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Theermal configuration not applying using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255259#M10421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2352730"&gt;@Max99&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;You can use even the RESTful API. Please refer &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us&amp;amp;page=GUID-2D9993DC-B1F1-4AEC-9E5C-E7C61CB99E64.html" target="_blank" rel="noopener"&gt;this&lt;/A&gt; document.&lt;BR /&gt;Regards,&lt;BR /&gt;Shiva_jr&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 07:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255259#M10421</guid>
      <dc:creator>shiva_jr</dc:creator>
      <dc:date>2025-09-02T07:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Theermal configuration not applying using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255269#M10422</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2352730"&gt;@Max99&lt;/a&gt;&amp;nbsp;&lt;A href="https://www.aessuccess.com.co" target="_blank" rel="noopener"&gt;AESSuccess&lt;/A&gt;wrote:&lt;BR /&gt;&lt;P&gt;Hi there, trying to change termal configuration remotelly on several hp servers. Find a command set-hpebiosthermaloption all was fine except that changes applies only after reboot of server.&lt;/P&gt;&lt;P&gt;However, if I change this option in web interface of iLO the changes apllied without reboot only iLO resets.&lt;/P&gt;&lt;P&gt;Is there any command that I can do same thing with powershell? Tried with reset-hpeilo but it didn't helped.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately, there's no direct PowerShell command that can apply thermal configuration changes to an HP server without a reboot, unlike the real-time changes possible via the iLO web interface. The `Set-HPEBIOSthermalOption` command applies changes to the server's BIOS, which are only activated on the next system boot. The iLO web interface, however, interacts directly with the iLO management chip, allowing it to apply changes immediately after a simple iLO reset, a function not exposed through standard host-OS PowerShell cmdlets. Therefore, for remote scripting, you will need to either schedule a server reboot or use iLO's RESTful API for on-the-fly changes.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 08:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255269#M10422</guid>
      <dc:creator>janice548</dc:creator>
      <dc:date>2025-09-02T08:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Theermal configuration not applying using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255318#M10423</link>
      <description>&lt;P&gt;Hi, thank you for advise, but cannot find any usefull command in RESTFull API or anything in documentation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help with a specific command or where I can find it?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 12:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255318#M10423</guid>
      <dc:creator>Max99</dc:creator>
      <dc:date>2025-09-03T12:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Theermal configuration not applying using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255618#M10425</link>
      <description>&lt;P&gt;For those who will seek for answer. You need select in ilorest thermal type and insert command is &lt;STRONG&gt;set Oem/Hpe/ThermalConfiguration=IncreasedCooling&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 11:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255618#M10425</guid>
      <dc:creator>Max99</dc:creator>
      <dc:date>2025-09-10T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Theermal configuration not applying using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255701#M10426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="auto" style="margin: 0;"&gt;Hi Maxx,&lt;BR /&gt;Thank you for confirming the commands.&amp;nbsp;&lt;BR /&gt;Please find an advisory for the same query, hope it is helpful : &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=a00112606en_us&amp;amp;docLocale=en_US" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=a00112606en_us&amp;amp;docLocale=en_US&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2025 00:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/theermal-configuration-not-applying-using-powershell/m-p/7255701#M10426</guid>
      <dc:creator>Rakesh0404</dc:creator>
      <dc:date>2025-09-12T00:21:24Z</dc:date>
    </item>
  </channel>
</rss>

