- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: Unable to set PowerProfile with RedFish
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
12-14-2017 10:50 AM
12-14-2017 10:50 AM
Unable to set PowerProfile with RedFish
Hi,
I’m trying to update the HP Power Profile thru Redfish API, although the documentation page says it is possible I’m unable to see those attributes:
curl -k -u user:$PASS IP/redfish/v1/Systems/1/Bios/
{ "@odata.context": "/redfish/v1/$metadata#Systems/Members/1/Bios$entity", "@odata.id": "/redfish/v1/Systems/1/Bios/", "@odata.type": "#HpBios.1.0.0.HpBios", "AutoPowerOn": "RestoreLastState", "Id": "Bios", "Name": "BIOS", "PowerOnDelay": "None", "PowerRegulator": "StaticHighPerf", "SwapROM": false, "TpmOpromMeasuring": "Disabled", "TpmState": "NotPresent", "Type": "HpBios.1.0.0", "links": { "self": { "href": "/redfish/v1/Systems/1/Bios/" } } }
I need to change the HP Power Profile (which is set to Custom) to “Maximum Performance”. But I can't see this property in there. (/Bios/Settings path is not available)
When trying to PATCH, I’m getting this error: Base.0.10.PropertyUnknown
curl -k -D- -u user:$PASS -X PATCH --data @payload_template_bios.json -H "Content-Type: application/json" https://IP/redfish/v1/Systems/1/Bios/
HTTP/1.1 400 Bad Request Cache-Control: no-cache Content-length: 317 Content-type: application/json; charset=utf-8 Date: Thu, 14 Dec 2017 18:29:03 GMT ETag: W/"586ADDC4" X-Frame-Options: sameorigin {"Messages":[{"MessageArgs":["PowerProfile"],"MessageID":"Base.0.10.PropertyUnknown"}],"Type":"ExtendedError.1.0.0","error":{"@Message.ExtendedInfo":[{"MessageArgs":["PowerProfile"],"MessageID":"Base.0.10.PropertyUnknown"}],"code":"iLO.0.10.ExtendedInfo","message":"See @Message.ExtendedInfo for more information."}}
Payload:
{ "PowerProfile": "MaxPerf" }
According to the document page, it should be there. Can anyone put some light ?
My environment is:
ProLiant SL4540 Gen8
iLO 4, 2.55
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-14-2017 04:01 PM
12-14-2017 04:01 PM
Re: Unable to set PowerProfile with RedFish
I noticed that this option is not available on Gen8 servers, is there any way to change this value on Gen8 Servers (without login into the BIOS - we got couple of servers to do that) ?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP