<?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: ILo 4 powershell scipting to check ilo and bios firmware levels in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-4-powershell-scipting-to-check-ilo-and-bios-firmware-levels/m-p/6872671#M153931</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes its possible with single powershell cmdlet as described below which takes either one or many iLO server ip's as input and fetches complete set of server information. Later from that information you&amp;nbsp;can get FirmwareInfo which provids both iLO &amp;amp; BIOS firmware version installed on the specificed Server(s).&lt;/P&gt;&lt;P&gt;$info = Get-HPiLOServerInfo -Server &amp;lt;&amp;lt;iLO_IP&amp;gt;&amp;gt; -Username &amp;lt;&amp;lt;user&amp;gt;&amp;gt;&amp;nbsp;-Password &amp;lt;&amp;lt;password&amp;gt;&amp;gt; -DisableCertificateAuthentication -Category FirmwareInfo -Verbose&lt;/P&gt;&lt;P&gt;$info.FirmwareInfo&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;HPE PowerShell Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample out of the above cmd is below,&lt;/P&gt;&lt;P&gt;PS C:\Users\sreeramg&amp;gt; $info.FirmwareInfo&lt;/P&gt;&lt;P&gt;FIRMWARE_NAME FIRMWARE_VERSION Index&lt;BR /&gt;------------- ---------------- -----&lt;BR /&gt;iLO 2.50 May 02 2016 1&lt;BR /&gt;System ROM P89 v2.20 (04/12/2016) 2&lt;BR /&gt;Redundant System ROM P89 v2.20 (04/12/2016) 3&lt;BR /&gt;Intelligent Provisioning 2.30.75 4&lt;BR /&gt;Intelligent Platform Abstraction Data 22.02 5&lt;BR /&gt;Power Management Controller Firmware 1.0.9 6&lt;BR /&gt;Power Management Controller FW Bootloader 1.0 7&lt;BR /&gt;System Programmable Logic Device Version 0x30 8&lt;BR /&gt;SAS Programmable Logic Device Version 0x01 9&lt;BR /&gt;Server Platform Services (SPS) Firmware 3.0.6.267.1 10&lt;BR /&gt;HPE Smart Storage Battery 1 Firmware 1.1 11&lt;BR /&gt;Smart Array P440ar Controller 3.00 12&lt;BR /&gt;HP Ethernet 1Gb 4-port 331i Adapter - NIC 17.0.2 13&lt;BR /&gt;HP FlexFabric 10Gb 2-port 533FLR-T Adapter 7.12.8 14&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2016 06:38:52 GMT</pubDate>
    <dc:creator>GokulKS</dc:creator>
    <dc:date>2016-06-27T06:38:52Z</dc:date>
    <item>
      <title>ILo 4 powershell scipting to check ilo and bios firmware levels</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-4-powershell-scipting-to-check-ilo-and-bios-firmware-levels/m-p/6871213#M153889</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to find out if there is any way to automate checking bios and ilo firmware levels on proliant DL380 Gen 8 servers ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 45 servers that I need to check for a customer to fix a ilo nmi bug and their servers haven't all been discovered under Sim and I'd rather not have to manually log onto each server ilo .&lt;/P&gt;&lt;P&gt;What I would is idealy a script where I could put in the hostname and it would output the firmware levels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-4-powershell-scipting-to-check-ilo-and-bios-firmware-levels/m-p/6871213#M153889</guid>
      <dc:creator>AndyRy</dc:creator>
      <dc:date>2016-06-22T08:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: ILo 4 powershell scipting to check ilo and bios firmware levels</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-4-powershell-scipting-to-check-ilo-and-bios-firmware-levels/m-p/6872671#M153931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes its possible with single powershell cmdlet as described below which takes either one or many iLO server ip's as input and fetches complete set of server information. Later from that information you&amp;nbsp;can get FirmwareInfo which provids both iLO &amp;amp; BIOS firmware version installed on the specificed Server(s).&lt;/P&gt;&lt;P&gt;$info = Get-HPiLOServerInfo -Server &amp;lt;&amp;lt;iLO_IP&amp;gt;&amp;gt; -Username &amp;lt;&amp;lt;user&amp;gt;&amp;gt;&amp;nbsp;-Password &amp;lt;&amp;lt;password&amp;gt;&amp;gt; -DisableCertificateAuthentication -Category FirmwareInfo -Verbose&lt;/P&gt;&lt;P&gt;$info.FirmwareInfo&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;HPE PowerShell Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample out of the above cmd is below,&lt;/P&gt;&lt;P&gt;PS C:\Users\sreeramg&amp;gt; $info.FirmwareInfo&lt;/P&gt;&lt;P&gt;FIRMWARE_NAME FIRMWARE_VERSION Index&lt;BR /&gt;------------- ---------------- -----&lt;BR /&gt;iLO 2.50 May 02 2016 1&lt;BR /&gt;System ROM P89 v2.20 (04/12/2016) 2&lt;BR /&gt;Redundant System ROM P89 v2.20 (04/12/2016) 3&lt;BR /&gt;Intelligent Provisioning 2.30.75 4&lt;BR /&gt;Intelligent Platform Abstraction Data 22.02 5&lt;BR /&gt;Power Management Controller Firmware 1.0.9 6&lt;BR /&gt;Power Management Controller FW Bootloader 1.0 7&lt;BR /&gt;System Programmable Logic Device Version 0x30 8&lt;BR /&gt;SAS Programmable Logic Device Version 0x01 9&lt;BR /&gt;Server Platform Services (SPS) Firmware 3.0.6.267.1 10&lt;BR /&gt;HPE Smart Storage Battery 1 Firmware 1.1 11&lt;BR /&gt;Smart Array P440ar Controller 3.00 12&lt;BR /&gt;HP Ethernet 1Gb 4-port 331i Adapter - NIC 17.0.2 13&lt;BR /&gt;HP FlexFabric 10Gb 2-port 533FLR-T Adapter 7.12.8 14&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 06:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-4-powershell-scipting-to-check-ilo-and-bios-firmware-levels/m-p/6872671#M153931</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2016-06-27T06:38:52Z</dc:date>
    </item>
  </channel>
</rss>

