<?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 Re: Cannot get iLO5 data through powershell in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7121626#M8928</link>
    <description>&lt;P&gt;With the help of an enginner from HPE we have determined that the problem comes from the firmware version of the iLO5.&lt;BR /&gt;The problem doesn't occur with the version 1.46 but occurs with firmware 2.00 and up to 2.33.&lt;/P&gt;&lt;P&gt;It seems that the HPEilocmdlets need to be updated for these firmware.&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 15:04:26 GMT</pubDate>
    <dc:creator>Marc Vanderhaegen_1</dc:creator>
    <dc:date>2021-02-17T15:04:26Z</dc:date>
    <item>
      <title>Cannot get iLO5 data through powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7119454#M8920</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am trying to get data (healthsummary, powersettings etc..) from servers with iLO4 and iLO5; for that, I am using the HPEiLOCmdlets 3.0.&lt;/P&gt;&lt;P&gt;With an iLO4 I can connect and get the data.&lt;BR /&gt;For example :&lt;BR /&gt;&lt;STRONG&gt;$connection = Connect-HPEiLO $myILO -Username $iLOUser -Password $iLOPassword -DisableCertificateAuthentication&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(Get-HPEiLOServerInfo -Connection $connection).HealthSummaryInfo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IP : x.x.x.x&lt;BR /&gt;Hostname : xxxxxxxxxxxxx&lt;BR /&gt;Timeout : 30&lt;BR /&gt;DisableCertificateAuthentication : True&lt;BR /&gt;TargetInfo : @{ProductName=ProLiant DL360 Gen9; ServerFamily=ProLiant; ServerGeneration=Gen9; ServerModel=DL360; iLOGeneration=iLO4; iLOFirmwareVersion=2,77; SystemROM=P89 v2.74 (07/21/2019);&lt;BR /&gt;ProcessorName=Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz}&lt;BR /&gt;ExtendedInfo : @{UserSuppliedAddress=x.x.x.x; HttpConnectAddress=x.x.x.x; UserName=Wcc; Modifier1=Zri1Oi5JT3o5mED76mTkge6slyNHarLFC0GmFH5mk=; Modifier2=Bjt5Aju3D0uXdLLMxjechA==}&lt;BR /&gt;ConnectionInfo : @{RIBCL=; REST=}&lt;/P&gt;&lt;P&gt;BatteryStatus : OK&lt;BR /&gt;BIOSHardwareStatus : OK&lt;BR /&gt;FanStatus : OK&lt;BR /&gt;FanRedundancy : Redundant&lt;BR /&gt;MemoryStatus : OK&lt;BR /&gt;NetworkStatus : OK&lt;BR /&gt;PowerSuppliesStatus : OK&lt;BR /&gt;PowerSuppliesRedundancy : Redundant&lt;BR /&gt;ProcessorStatus : OK&lt;BR /&gt;StorageStatus : OK&lt;BR /&gt;TemperatureStatus : OK&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Get-HPEiLOPowerReading -Connection $connection -OutputType Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PresentPower : 126 Watts&lt;BR /&gt;AveragePower : 124 Watts&lt;BR /&gt;MaximumPower : 149 Watts&lt;BR /&gt;MinimumPower : 124 Watts&lt;BR /&gt;IP : x.x.x.x&lt;BR /&gt;Hostname : xxxxxxxxxxxxxxxx&lt;BR /&gt;Status : OK&lt;BR /&gt;StatusInfo :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If I try the same with an iLO5, I can connect but I can't get any data through the cmdlet :&lt;BR /&gt;&lt;STRONG&gt;$connection = Connect-HPEiLO $myILO -Username $iLOUser -Password $iLOPassword -DisableCertificateAuthentication&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IP : x.x.x.x&lt;BR /&gt;Hostname :&lt;BR /&gt;Timeout : 30&lt;BR /&gt;DisableCertificateAuthentication : True&lt;BR /&gt;TargetInfo : @{ProductName=ProLiant DL385 Gen10 Plus; ServerFamily=ProLiant; ServerGeneration=Gen10Plus; ServerModel=DL385; iLOGeneration=iLO5; iLOFirmwareVersion=2,33; SystemROM=A42 v1.30 (07/18/2020);&lt;BR /&gt;ProcessorName=AMD EPYC 7502 32-Core Processor }&lt;BR /&gt;ExtendedInfo : @{UserSuppliedAddress=x.x.x.x; HttpConnectAddress=x.x.x.x; UserName=Wcc; Modifier1=YLyeADYoo3sS46GfmND3/H7vre60CAfE5QUSwE8z7Wc=; Modifier2=BxU9S45cz8PXB9bqLO/oWw==}&lt;BR /&gt;ConnectionInfo : @{Redfish=}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Get-HPEiLOServerInfo -Connection $connection -OutputType Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FanInfo : {HPE.iLO.Response.Redfish.Fan, HPE.iLO.Response.Redfish.Fan, HPE.iLO.Response.Redfish.Fan, HPE.iLO.Response.Redfish.Fan...}&lt;BR /&gt;FirmwareInfo : {HPE.iLO.Response.Redfish.FirmwareInformation, HPE.iLO.Response.Redfish.FirmwareInformation, HPE.iLO.Response.Redfish.FirmwareInformation, HPE.iLO.Response.Redfish.FirmwareInformation...}&lt;BR /&gt;TemperatureInfo : {HPE.iLO.Response.Redfish.Temperature, HPE.iLO.Response.Redfish.Temperature, HPE.iLO.Response.Redfish.Temperature, HPE.iLO.Response.Redfish.Temperature...}&lt;BR /&gt;MemoryInfo : HPE.iLO.Response.Redfish.MemoryInfoDetail&lt;BR /&gt;NICInfo : HPE.iLO.Response.Redfish.NICInfoDetail&lt;BR /&gt;PowerSupplyInfo : HPE.iLO.Response.Redfish.PowerSupply&lt;BR /&gt;ProcessorInfo : {HPE.iLO.Response.Redfish.Processor, HPE.iLO.Response.Redfish.Processor}&lt;BR /&gt;HealthSummaryInfo :&lt;BR /&gt;ServerName :&lt;BR /&gt;HostOS :&lt;BR /&gt;IP : x.x.x.x&lt;BR /&gt;Hostname :&lt;BR /&gt;Status : OK&lt;BR /&gt;StatusInfo :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;(Get-HPEiLOServerInfo -Connection $connection).HealthSummaryInfo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Get-HPEiLOPowerReading -Connection $connection -OutputType Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PresentPower : Watts&lt;BR /&gt;AveragePower : Watts&lt;BR /&gt;MaximumPower : Watts&lt;BR /&gt;MinimumPower : Watts&lt;BR /&gt;IP : 10.252.14.231&lt;BR /&gt;Hostname :&lt;BR /&gt;Status : OK&lt;BR /&gt;StatusInfo :&lt;/P&gt;&lt;P&gt;As you can see healthsummary is empty as the power readings.&lt;BR /&gt;Many of the cmdlets return nothing for data but each time the status of the cmdlet is OK.&lt;BR /&gt;If I look in the Scripting Tools for Windows Powershell 3.0, the cmdlets are well compatible for iLO4 and 5.&lt;/P&gt;&lt;P&gt;I have tried this on multiple GEN10 servers and it is always the same, I can't get all the data I need.&lt;/P&gt;&lt;P&gt;An example of a cmdlet that returns data is (Get-HPEiLOPowerSupply -Connection $connection -OutputType Object).powersupplies&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Id : 0&lt;BR /&gt;Name : HpeServerPowerSupply&lt;BR /&gt;Model : 865414-B21&lt;BR /&gt;SerialNumber : xxxxxxxxxxxxxxx&lt;BR /&gt;SparePartNumber : 866730-001&lt;BR /&gt;PartNumber :&lt;BR /&gt;PowerSupplyType : AC&lt;BR /&gt;Capacity : 800&lt;BR /&gt;FirmwareVersion : 1.00&lt;BR /&gt;AveragePower : 145&lt;BR /&gt;LineInputVoltage : 228&lt;BR /&gt;LineInputVoltageType : ACHighLine&lt;BR /&gt;BayNumber : 1&lt;BR /&gt;Mismatched : No&lt;BR /&gt;HotPlugCapable : Yes&lt;BR /&gt;MaxPowerOutputWatts : 149&lt;BR /&gt;Status : HPE.iLO.Response.Redfish.Status&lt;BR /&gt;PowerSupplyStatus : Ok&lt;BR /&gt;iPDUCapable : No&lt;BR /&gt;iPDU :&lt;/P&gt;&lt;P&gt;Id : 1&lt;BR /&gt;Name : HpeServerPowerSupply&lt;BR /&gt;Model : 865414-B21&lt;BR /&gt;SerialNumber : xxxxxxxxxxxxxxxx&lt;BR /&gt;SparePartNumber : 866730-001&lt;BR /&gt;PartNumber :&lt;BR /&gt;PowerSupplyType : AC&lt;BR /&gt;Capacity : 800&lt;BR /&gt;FirmwareVersion : 1.00&lt;BR /&gt;AveragePower : 140&lt;BR /&gt;LineInputVoltage : 227&lt;BR /&gt;LineInputVoltageType : ACHighLine&lt;BR /&gt;BayNumber : 2&lt;BR /&gt;Mismatched : No&lt;BR /&gt;HotPlugCapable : Yes&lt;BR /&gt;MaxPowerOutputWatts : 145&lt;BR /&gt;Status : HPE.iLO.Response.Redfish.Status&lt;BR /&gt;PowerSupplyStatus : Ok&lt;BR /&gt;iPDUCapable : No&lt;BR /&gt;iPDU :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Am I missing something ?&lt;/P&gt;&lt;P&gt;How can I get all the info from these iLO5 through powershell ?&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 08:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7119454#M8920</guid>
      <dc:creator>Marc Vanderhaegen_1</dc:creator>
      <dc:date>2021-02-02T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get iLO5 data through powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7121626#M8928</link>
      <description>&lt;P&gt;With the help of an enginner from HPE we have determined that the problem comes from the firmware version of the iLO5.&lt;BR /&gt;The problem doesn't occur with the version 1.46 but occurs with firmware 2.00 and up to 2.33.&lt;/P&gt;&lt;P&gt;It seems that the HPEilocmdlets need to be updated for these firmware.&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 15:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7121626#M8928</guid>
      <dc:creator>Marc Vanderhaegen_1</dc:creator>
      <dc:date>2021-02-17T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get iLO5 data through powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7122579#M8932</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/703889"&gt;@Marc Vanderhaegen_1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, is the issue resolved for you now?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 09:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7122579#M8932</guid>
      <dc:creator>techin</dc:creator>
      <dc:date>2021-02-24T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get iLO5 data through powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7123593#M8942</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes and no, a new module is out now, v3.1.0.0 but there are still problems with some cmdlets not returning data or incomplete data depending of the version of the ILO5 firmware or depending of the iLO generation.&lt;BR /&gt;I am in contact with HPE about that.&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 07:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7123593#M8942</guid>
      <dc:creator>Marc Vanderhaegen_1</dc:creator>
      <dc:date>2021-03-03T07:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get iLO5 data through powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7137072#M9112</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/703889"&gt;@Marc Vanderhaegen_1&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Occasional-Advisor lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;wrote:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Occasional-Advisor lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;QUOTE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hello,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Yes and no, a new module is out now, v3.1.0.0 but there are still problems with some cmdlets not returning data or incomplete data depending of the version of the ILO5 firmware or depending of the iLO generation.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;I am in contact with HPE about that.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Marc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;UNQUOTE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very interesting information. Thanks for sharing. I might face similar issue.&lt;/P&gt;&lt;P&gt;Did you get more information from HPE? Will they update the PowerShell Module to support latest firmware versions in the near future?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 10:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/cannot-get-ilo5-data-through-powershell/m-p/7137072#M9112</guid>
      <dc:creator>Anand1202</dc:creator>
      <dc:date>2021-06-01T10:38:45Z</dc:date>
    </item>
  </channel>
</rss>

