Server Management - Remote Server Management
1826443 Members
3931 Online
109692 Solutions
New Discussion

Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo

 
SOLVED
Go to solution
HPE8AUT
Occasional Contributor

Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo

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

 

6 REPLIES 6
MV3
HPE Pro

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]
Accept or Kudo
JMN220
Member

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.

JMN220
Member

Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo

I have solved my own issue. Needed a -TPMEnabled switch.

JMN220
Member
Solution

Re: Update-HPEiLOFirmware - ERROR HPE.Framework.Core.StatusInfo

Try the -TPMEnable switch if your servers have TPM Enabled. Worked for me

cth1
Advisor

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

Sunitha_Mod
Honored Contributor

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.