Server Management - Remote Server Management
1758563 Members
1644 Online
108872 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

 

4 REPLIES 4
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 am an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
JMN220
Visitor

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
Visitor

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

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

JMN220
Visitor
Solution

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

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