- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- Theermal configuration not applying using powershe...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Theermal configuration not applying using powershell
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.
However, if I change this option in web interface of iLO the changes apllied without reboot only iLO resets.
Is there any command that I can do same thing with powershell? Tried with reset-hpeilo but it didn't helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
6 hours ago
Re: Theermal configuration not applying using powershell
Hi @Max99 ,
You can use even the RESTful API. Please refer this document.
Regards,
Shiva_jr
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
5 hours ago
Re: Theermal configuration not applying using powershell
@Max99 AESSuccesswrote: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.
However, if I change this option in web interface of iLO the changes apllied without reboot only iLO resets.
Is there any command that I can do same thing with powershell? Tried with reset-hpeilo but it didn't helped.
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.