<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Trouble with iLO upgrade using powershell in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7117871#M8901</link>
    <description>&lt;P&gt;So this has worked many times before but now I am getting problems.&lt;/P&gt;&lt;P&gt;Linux Powershell 7.1.1 with HPEiLOCmdlets 3.0.0.1:&lt;/P&gt;&lt;P&gt;&amp;gt; $conn2 = $ilos2 | Connect-HPEiLO -Credential $ilocred -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;Update-HPEiLOFirmware -Location "/home/XXX/iLO/firmware/iLO5/ilo5_233.bin" -Connection $conn2&lt;/P&gt;&lt;P&gt;Confirm&lt;BR /&gt;Are you sure you want to perform this action?&lt;BR /&gt;Performing the operation "Update-HPEiLOFirmware" on target "10.237.75.22".&lt;BR /&gt;[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): a&lt;BR /&gt;WARNING: Update is in progress, this might take several minutes.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.22]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.23]: The terminal URI could not be found for odataType UpdateService with traversal path ['Oem'].['Hpe'].['Actions'].['#HpeiLOUpdateServiceExt.AddFromUri'].['target']&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.72]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.73]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.74]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.75]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.76]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.77]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.172]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.173]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.174]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.175]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.231]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.232]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.233]: Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;Same with Powershell on Windows:&lt;/P&gt;&lt;P&gt;Powershell version 5.1 build 14383 Revsion 3866 with HPEiLOCmdlets 3.0.0.1&lt;/P&gt;&lt;P&gt;PS C:\Users\XXX &amp;gt; $conn2 = $ilos2 | Connect-HPEiLO -Credential $ilocred -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;PS C:\Users\XXX&amp;gt; Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin -Connection $conn2&lt;/P&gt;&lt;P&gt;Confirm&lt;BR /&gt;Are you sure you want to perform this action?&lt;BR /&gt;Performing the operation "Update-HPEiLOFirmware" on target "10.237.75.22".&lt;BR /&gt;[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): a&lt;BR /&gt;WARNING: Update is in progress, this might take several minutes.&lt;BR /&gt;Update-HPEiLOFirmware : [10.237.75.22]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.23]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.72]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.73]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.74]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.75]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.76]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.77]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.172]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.173]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.174]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.175]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.231]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.232]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.233]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;This used to work just fine, I have done at least 10 rounds of upgrades this way. I am stumped.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 21:59:44 GMT</pubDate>
    <dc:creator>uzimmermann</dc:creator>
    <dc:date>2021-01-19T21:59:44Z</dc:date>
    <item>
      <title>Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7117871#M8901</link>
      <description>&lt;P&gt;So this has worked many times before but now I am getting problems.&lt;/P&gt;&lt;P&gt;Linux Powershell 7.1.1 with HPEiLOCmdlets 3.0.0.1:&lt;/P&gt;&lt;P&gt;&amp;gt; $conn2 = $ilos2 | Connect-HPEiLO -Credential $ilocred -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;Update-HPEiLOFirmware -Location "/home/XXX/iLO/firmware/iLO5/ilo5_233.bin" -Connection $conn2&lt;/P&gt;&lt;P&gt;Confirm&lt;BR /&gt;Are you sure you want to perform this action?&lt;BR /&gt;Performing the operation "Update-HPEiLOFirmware" on target "10.237.75.22".&lt;BR /&gt;[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): a&lt;BR /&gt;WARNING: Update is in progress, this might take several minutes.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.22]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.23]: The terminal URI could not be found for odataType UpdateService with traversal path ['Oem'].['Hpe'].['Actions'].['#HpeiLOUpdateServiceExt.AddFromUri'].['target']&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.72]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.73]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.74]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.75]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.76]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.77]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.172]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.173]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.174]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.175]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.231]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.232]: Object reference not set to an instance of an object.&lt;BR /&gt;Update-HPEiLOFirmware: [10.237.75.233]: Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;Same with Powershell on Windows:&lt;/P&gt;&lt;P&gt;Powershell version 5.1 build 14383 Revsion 3866 with HPEiLOCmdlets 3.0.0.1&lt;/P&gt;&lt;P&gt;PS C:\Users\XXX &amp;gt; $conn2 = $ilos2 | Connect-HPEiLO -Credential $ilocred -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;PS C:\Users\XXX&amp;gt; Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin -Connection $conn2&lt;/P&gt;&lt;P&gt;Confirm&lt;BR /&gt;Are you sure you want to perform this action?&lt;BR /&gt;Performing the operation "Update-HPEiLOFirmware" on target "10.237.75.22".&lt;BR /&gt;[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): a&lt;BR /&gt;WARNING: Update is in progress, this might take several minutes.&lt;BR /&gt;Update-HPEiLOFirmware : [10.237.75.22]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.23]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.72]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.73]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.74]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.75]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.76]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.77]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.172]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.173]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.174]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.175]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.231]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.232]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;Update-HPEiLOFirmware : [10.237.75.233]: Object reference not set to an instance of an object.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Update-HPEiLOFirmware -Location C:\Users\XXX\Downloads\ilo5_233.bin ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Update-HPEiLOFirmware], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/P&gt;&lt;P&gt;This used to work just fine, I have done at least 10 rounds of upgrades this way. I am stumped.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7117871#M8901</guid>
      <dc:creator>uzimmermann</dc:creator>
      <dc:date>2021-01-19T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7118204#M8910</link>
      <description>&lt;P&gt;We have the same problem with the new ilo5_233.bin firmware image. It happens only with this file. The Update-HPEiLOFirmware works with the new ilo4_277.bin without problems. There seems to be a problem in the filehandling (buffer underun?). Nothing we can do about it without a fix by hpe.&lt;/P&gt;&lt;P&gt;Tested with HPEiLOCmdlets 3.0.0.1 and HPEiLOCmdlets 2.x&lt;/P&gt;&lt;P&gt;For reference and google purposes the german error messages:&lt;BR /&gt;FullyQualifiedErrorId &amp;gt;&amp;gt; HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;BR /&gt;Exception.Message &amp;gt;&amp;gt; Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.&lt;/P&gt;&lt;P&gt;PS: This is NOT a "FullyQualifiedErrorId" dear HPE programmers...&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 06:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7118204#M8910</guid>
      <dc:creator>PowerShellLover</dc:creator>
      <dc:date>2021-01-22T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7118205#M8911</link>
      <description>&lt;P&gt;At least under Linux I have the same problem with the iLO 2.77 file, I don't think I tried that one under Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 06:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7118205#M8911</guid>
      <dc:creator>uzimmermann</dc:creator>
      <dc:date>2021-01-22T06:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7119696#M8921</link>
      <description>&lt;P class="MsoNormal" style="margin: 0;"&gt;We have seen this issue with iLO 5 2.33 and Windows PowerShell iLO Cmdlets Version:3.0.0.1,&amp;nbsp; Same issue has been highlighted to HPE Engineering team.&amp;nbsp;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0;"&gt;HPE backend team is working on this issue and this may fix in new HPE Windows PowerShell iLO Cmdlets release.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 02:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7119696#M8921</guid>
      <dc:creator>AmRa</dc:creator>
      <dc:date>2021-02-04T02:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7121579#M8927</link>
      <description>&lt;P&gt;I hope the "may fix" for this is an understatement.&lt;/P&gt;&lt;P&gt;When is an ETA for an actual fix for it?&lt;/P&gt;&lt;P&gt;/Henke&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 09:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7121579#M8927</guid>
      <dc:creator>Questions</dc:creator>
      <dc:date>2021-02-17T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7130506#M9029</link>
      <description>&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have also this bug this some months. At this moment we are not more able to maintain all of our servers up-to-date.&lt;/P&gt;&lt;P&gt;Do you have in meantime a corrective or a workaround? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 14:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7130506#M9029</guid>
      <dc:creator>Steam_E</dc:creator>
      <dc:date>2021-04-19T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7130528#M9030</link>
      <description>&lt;P&gt;HPEiLOCmdlets 3.1.0.0 which I just installed a couple days ago made this work again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 16:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7130528#M9030</guid>
      <dc:creator>uzimmermann</dc:creator>
      <dc:date>2021-04-19T16:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7131051#M9033</link>
      <description>&lt;P&gt;While the upgrade feature was fixed with HPEilocmdlet 3.1.0.0 and ILO5 2.3x, I found the cmdlet to configure Directory Group is still broken.&amp;nbsp; I complained about it in March and got response sayind it's being worked on and they're aiming to release update in April.&amp;nbsp; Not too many days in April left though...&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 00:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7131051#M9033</guid>
      <dc:creator>Luke Hsieh</dc:creator>
      <dc:date>2021-04-23T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7132933#M9054</link>
      <description>&lt;P&gt;I can confirm this. With HPEiLOCmdlets 3.1.0.0 the &lt;EM&gt;Update-HPEiLOFirmware&lt;/EM&gt; commandlet works again for binary iLO-Update files.&lt;/P&gt;&lt;P&gt;But it seems there was a change in the behaviour of &lt;EM&gt;Update-HPEiLOFirmware&lt;/EM&gt; when sending an iLO-Update file. It returns as soon as the file is completely uploaded. In the versions before it returned after the update was flashed. Now I seek a way to check if the flashing of the update is still running (like the the box "Flashing Firmware x%" shown when logged into the ilo via browser). But I cannot find a cmdlet showing this info. The only thing I found was checking the eventlog for firmware upgrade events (via &lt;EM&gt;(Get-HPEiLOEventLog).EventLog | where {$_.Message -like '*Firmware*Upgrade*'}&lt;/EM&gt; ). But this is not perfect in any way...&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 12:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7132933#M9054</guid>
      <dc:creator>PowerShellLover</dc:creator>
      <dc:date>2021-05-06T12:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with iLO upgrade using powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7133758#M9066</link>
      <description>&lt;P&gt;I have looked at this problem a little bit deeper.&lt;/P&gt;&lt;P&gt;iLO Generation 4 uploads and flashes until Update-HPEiLOFirmware returns an empty object.&lt;/P&gt;&lt;P&gt;iLO Generation 5 only uploads until Update-HPEiLOFirmware returns an StatusInfo object with message ResetInProgress.&lt;/P&gt;&lt;P&gt;More details on ResetInProgress message:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$output = Get-HPEiLORedfishMessageInfo -Connection $hpe_ilo_con&lt;/P&gt;&lt;P&gt;$output.ResetInProgress&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Description : A management processor reset is in progress.&lt;BR /&gt;Message : A management processor reset is in progress.&lt;BR /&gt;NumberOfArgs : 0&lt;BR /&gt;ParamTypes : {}&lt;BR /&gt;Resolution : Wait for management processor reset to complete, and then retry the operation.&lt;BR /&gt;Severity : Warning&lt;BR /&gt;Oem :&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;Which is strange because when the warning is returned by Update-HPEiLOFirmware the ilo starts to verify the uploaded data and then flashes the bin file. So there is no reason for the function to return an error...&lt;/P&gt;&lt;P&gt;tested with: HPEiLOCmdlets 3.1.0.0, iLO4 2.77/2.78, iLO5 2.41/2.44&lt;/P&gt;&lt;P&gt;Has anybody else seen this?&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 13:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/trouble-with-ilo-upgrade-using-powershell/m-p/7133758#M9066</guid>
      <dc:creator>PowerShellLover</dc:creator>
      <dc:date>2021-05-11T13:18:25Z</dc:date>
    </item>
  </channel>
</rss>

