- Community Home
- >
- Software
- >
- HPE OneView
- >
- POSH-OneView | Retrieve server profile firmware in...
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
08-28-2024 07:35 AM - last edited on 09-03-2024 07:30 AM by support_s
08-28-2024 07:35 AM - last edited on 09-03-2024 07:30 AM by support_s
Hi.
I'm working on a script which applies a firmware update through applying the server profile. I can track the process through OV GUI by viewing the Firmware Install State value, which informs about when the server requires a reboot. Then I can manually reboot the server to apply the firmware.
The issue here is that I cannot find the "firmware install state" value from the powershell module returned server profile or hardware objects.
Is there a way to somehow retrieve this value using the powershell module? I know I can track the progress of the server profile alert which contains the update status, but I feel that thats not as robust.
Solved! Go to Solution.
- Tags:
- OneView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 01:01 AM
09-03-2024 01:01 AM
Re: POSH-OneView | Retrieve server profile firmware install state
Hello Davis You may refer the following links:
1.API User guide link - https://support.hpe.com/hpesc/public/docDisplay?docId=a00118111en_us&page=GUID-4B5123A2-A300-44BF-A0CC-41E8DC66EA4B.html
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
09-03-2024 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 01:13 AM
09-03-2024 01:13 AM
Re: POSH-OneView | Retrieve server profile firmware install state
We are glad that your query has been is resolved. Your case will be closed now.
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
03-20-2025 06:33 AM
03-20-2025 06:33 AM
Re: POSH-OneView | Retrieve server profile firmware install state
Hi,
In the API user guide https://support.hpe.com/hpesc/public/docDisplay?docId=a00118111en_us&page=GUID-4B5123A2-A300-44BF-A0CC-41E8DC66EA4B.html
I couldn't find the API for Firmware Install State that is shown in the GUI of the corresponding server profile. Can you point out the API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 10:45 PM
03-20-2025 10:45 PM
Re: POSH-OneView | Retrieve server profile firmware install state
@Harini-Thenraj wrote:Hi,
In the API user guide https://support.hpe.com/hpesc/public/docDisplay?docId=a00118111en_us&page=GUID-4B5123A2-A300-44BF-A0CC-41E8DC66EA4B.html
I couldn't find the API for Firmware Install State that is shown in the GUI of the corresponding server profile. Can you point out the API?
It looks like the API for the Firmware Install State might not be explicitly listed in the user guide you referenced. However, you can find relevant information in the HPE OneView API documentation and the Redfish API documentation for HPE servers.
For HPE OneView, you can use the server-hardware and server-profiles endpoints to manage firmware updates. The firmware settings within a server profile can be accessed and modified through these endpoints.
For Redfish, the UpdateService schema provides a comprehensive way to manage firmware and software updates. This includes inventory management and update tasks. You can find more details in the Redfish documentation provided by HPE.
I hope it helps.