- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Co...
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-03-2022 11:44 PM - last edited on 08-07-2022 10:43 PM by support_s
08-03-2022 11:44 PM - last edited on 08-07-2022 10:43 PM by support_s
i tried to update ILO with powershell, but it dont work. Maybe some have the same issue or an hint?
Thank you.
$firmwareFile = "D:\HPE_ILO\ilo5_271.bin"
$credential = Get-Credential
$MyHPEServer = Get-Clipboard
foreach ($Server in $MyHPEServer) {
$connection = Connect-HPEiLO -Credential $credential -DisableCertificateAuthentication -Address $Server
Update-HPEiLOFirmware -Connection $connection -Location $firmwareFile -Confirm:$false -Debug
}
#IP-Address'
WARNING: Update is in progress, this might take several minutes.
VERBOSE: Executing the cmdlets with 1 task serially.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address']: Validating file location value.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Validating Cmdlet supportability.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Validating parameter supportability.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Checking for iLOGeneration, Model and Firmware for parameter Supportability.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Checking whether the user has privilege to Update the firmware.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Getting url value from resource instance.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Checking for TPM Status.
VERBOSE: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Getting url value from resource instance.
DEBUG: [Update-HPEiLOFirmware][#IP-Address']: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address']: End
DEBUG: [Update-HPEiLOFirmware][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][Redfish]: End
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: End
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: End
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: End
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: End
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: Begin
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: End
DEBUG: [Update-HPEiLOFirmware][#IP-Address'][Redfish]: End
IP Hostname Status StatusInfo
-- -------- ------ ----------
#IP-Address' #Hostname' ERROR HPE.Framework.Core.StatusInfo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2022 07:34 PM
08-07-2022 07:34 PM
Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo
Hello,
Looks like there is some communication issue. Di you try uploding the BIN file in ilo webpage and then updating the iLO 5 firmware.
Cheers
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
11-02-2022 12:56 PM
11-02-2022 12:56 PM
Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo
I have the same issue. Same output. This works via web from same computer. Firewall shows no connection issues. Support wasn't any help either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 01:22 PM
11-02-2022 01:22 PM
Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo
I have solved my own issue. Needed a -TPMEnabled switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 04:40 AM - edited 02-26-2025 04:41 AM
02-26-2025 04:40 AM - edited 02-26-2025 04:41 AM
Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo
I have same issue when changing ILO password with Powershell.
But TPM cant be issue because it works on one dl 380 g10 but not on the other... both has TPM 2.0 enabled
They are both on 09/2024 SPP firmware
ERROR HPE.Framework.Core.StatusInfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:51 PM
02-27-2025 10:51 PM
Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo
Hello @cth1,
Thank you for posting.
You might want to consider creating a new topic by utilizing the "New Discussion" button, as this will not only enhance visibility compared to the old topic but also boost your chances of receiving responses from experts.