- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Changing bios settings via ilorest
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
12-01-2022 07:37 AM - last edited on 12-05-2022 01:29 AM by support_s
12-01-2022 07:37 AM - last edited on 12-05-2022 01:29 AM by support_s
Hello,
I need to change BIOS settings localy from server OS (linux).
Server ProLiant DL365 Gen10 Plus.
ilorest should do this, but I am havving issues. ilorest is not making any of changes I need.
ilorest load -f ilorest1.json -v
iLOrest : RESTful Interface Tool version 3.6.0.0
Copyright (c) 2014-2022 Hewlett Packard Enterprise Development LP
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Loading configuration...
Selected option(s): #Bios.v1_0_4.Bios
Committing changes...
Changes are being made to path: /redfish/v1/systems/1/bios/settings/
The property you are trying to change has been updated. Please check entry again before manipulating it.
ILOREST return code: 61
ilorest1.json file content is:
[
{
"#Bios.v1_0_4.Bios": {
"/redfish/v1/systems/1/bios/settings/": {
"Attributes": {
"ApplicationPowerBoost": "Disabled",
"CStateEfficiencyMode": "Disabled",
"DataFabricCStateEnable": "Disabled",
"HttpSupport": "Disabled",
"InfinityFabricPstate": "P0",
"NumaGroupSizeOpt": "Flat",
"NumaMemoryDomainsPerSocket": "FourMemoryDomainsPerSocket",
"PowerRegulator": "StaticHighPerf",
"PrebootNetworkEnvPolicy": "IPv4",
"ProcAmdIoVt": "Disabled",
"Sriov": "Disabled",
"TpmVisibility": "Hidden",
"XGMIForceLinkWidth": "x16",
"WorkloadProfile": "Custom"
}
}
}
}
]
I have tried removing various settings form ilorest1.json, but still getiing same error -> The property you are trying to change has been updated. Please check entry again before manipulating it.
ILOREST return code: 61
But if i do curl post - everything works fine. But as I need to apply changes localy via OS, curl is not an option for me.
Can anyone please advise what is I am missing?
Thanks!
Solved! Go to Solution.
- Tags:
- bios
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 08:38 AM
12-01-2022 08:38 AM
Query: Changing bios settings via ilorest
System recommended content:
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 01:26 AM - edited 12-02-2022 01:26 AM
12-02-2022 01:26 AM - edited 12-02-2022 01:26 AM
Re: Query: Changing bios settings via ilorest
Your provided links gives no details about ilorest tool and error I am getting and are not relevant to HPE proliant DL 365 server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 06:27 AM
12-02-2022 06:27 AM
Re: Changing bios settings via ilorest
Hi,
Please see if these docs help you fix the issue.
RESTful Interface Tool User Guide | Page 43 onwards
https://hewlettpackard.github.io/python-redfish-utility/#bios-commands
Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases
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
12-07-2022 06:47 AM