- Community Home
- >
- Software
- >
- HPE OneView
- >
- Re: Can you use OneView or iLO Amp Pack tell me th...
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- 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, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
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
-
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
02-14-2022 06:16 AM
02-14-2022 06:16 AM
Can you use OneView or iLO Amp Pack tell me the current BIOS on a particular Host
I need to check the BIOS settings on some hosts, but i don't want to reboot them to find the settings.
I can see with OneView if the host had a profile, i could force the settings. So I wondered if you could use OneView to just report what the settings are, without having to reboot the host(S)
Thanks In Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-14-2022 07:16 AM
02-14-2022 07:16 AM
Query: Can you use OneView or iLO Amp Pack tell me the current BIOS on a particular Host
System recommended content:
1. iLO Amplifier Pack 2.10 User Guide
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
- Email to a Friend
- Report Inappropriate Content
02-14-2022 07:34 AM
02-14-2022 07:34 AM
Re: Can you use OneView or iLO Amp Pack tell me the current BIOS on a particular Host
If the server is managed in OV, the profile can show the current settings. You can also use the REST API to get the BIOS settings for a managed server:
GET /rest/server-hardware/{id}/bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-14-2022 08:59 AM - edited 02-14-2022 09:13 AM
02-14-2022 08:59 AM - edited 02-14-2022 09:13 AM
Re: Can you use OneView or iLO Amp Pack tell me the current BIOS on a particular Host
When HPE OneView is managing a server with a server profile, it can report what the actual and expected BIOS settings are. If someone makes a change to the server BIOS, it will be flag/report as Not Compliant. You do not need to view this from the REST API. It is in the Server Profile view, in the BIOS sub-view in the UI.
iLO Amp does not have any feature like this, as it is specific to iLO and firmware management.
I am an HPE employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-15-2022 08:11 AM
02-15-2022 08:11 AM
Re: Can you use OneView or iLO Amp Pack tell me the current BIOS on a particular Host
I've not used the oneview restful api, can you give me some pointers to get that command to work? also how i would filter that to work on a few servers, and not for everything on the oneview appliance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-23-2022 05:32 AM
03-23-2022 05:32 AM
Re: Can you use OneView or iLO Amp Pack tell me the current BIOS on a particular Host
If you know the uri for the server, you can retrieve the BIOS settings with:
# I run some commands to set the following variables:
currentVersion=3400
sessionID=<current session ID>
OneView="https://<fqdn of OneView>"
curl --insecure --header "X-API-Version: ${currentVersion}" --header "auth: ${sessionID}" \
--request GET ${OneView}/rest/server-hardare/<uri>/bios | jq -r '.'
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP