<?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: HPEiLOCmdlets 2.0.0.1 and iLO3 in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7018138#M8140</link>
    <description>&lt;P&gt;Thanks. This is what I ended up doing. I have had to update existing scripts to use older cmdlets if iLO3 is detected.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Sep 2018 12:10:37 GMT</pubDate>
    <dc:creator>rgb99</dc:creator>
    <dc:date>2018-09-13T12:10:37Z</dc:date>
    <item>
      <title>HPEiLOCmdlets 2.0.0.1 and iLO3</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7017727#M8137</link>
      <description>&lt;P&gt;It appears that updating to&amp;nbsp;HPEiLOCmdlets version 2.0.0.1 has broken being able to administer iLO3 servers.&lt;/P&gt;&lt;P&gt;I have also tried the same command that worked with version 2.0.0.0 and it also fails.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Example (iLO Firmware Upgrade)&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$connection = Connect-HPEiLO $server -Username $username -Password $password -DisableCertificateAuthentication -ErrorAction SilentlyContinue -WarningAction SilentlyContinue
Update-HPEiLOFirmware -Connection $connection -Location "D:\HP\ilo3_190.bin" -confirm:$false

WARNING: Update is in progress, this might take several minutes.
Update-HPEiLOFirmware : [1.2.3.4]: Firmware flash failed.
The remote server returned an error: (400) Bad Request.
At line:1 char:1
+ Update-HPEiLOFirmware -connection $connection -Location "D:\HP\ilo3_1 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [Update-HPEiLOFirmware], Exception
    + FullyQualifiedErrorId : HPE.iLO.Cmdlet.UpdateHPEiLOFirmware&lt;/PRE&gt;&lt;P&gt;I have tried&amp;nbsp;Update-HPEiLOFirmware in version 2.0.0.1 and version 2.0.0.0 (shown below) (when it worked before) and the same error is received.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Remove-Module -Name HPEiLOCmdlets
Import-Module -Name HPEiLOCmdlets -RequiredVersion 2.0.0.0&lt;/PRE&gt;&lt;P&gt;Can multiple versions of the&amp;nbsp;HPEiLOCmdlets modules not work? Will the newest cmdlet always take precendence?&lt;/P&gt;&lt;P&gt;Updating the iLO3 firmware works using the oldest cmdlet, back when&amp;nbsp;HPiLOCmdlets had to be downloaded and installed.&lt;/P&gt;&lt;PRE&gt;Update-HPiLOFirmware -Server 1.2.3.4 -Username username -Password password -Location "D:\HP\ilo3_190.bin" -confirm:$false -DisableCertificateAuthentication&lt;/PRE&gt;&lt;P&gt;Is there a plan to have the iLO3 functionality working with&amp;nbsp;&lt;SPAN&gt;HPEiLOCmdlets&amp;nbsp;again or will I have to modify all of my scripts to work with the older cmdlets?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Example 2 (SSL Cert CSR)&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSR requests in iLO also fail with version 2.0.0.1 and also fail when running the same cmdlet in 2.0.0.0.&lt;/P&gt;&lt;PRE&gt;Start-HPEiLOCertificateSigningRequest -Connection $connection -State "MyState" -Country "US" -City "MyCity" -Organization "MyOrg" -OrganizationalUnit "MyTeam" -CommonName "server1").StatusInfo&lt;/PRE&gt;&lt;PRE&gt;             Category Message                AffectedAttribute
             -------- -------                -----------------
FeatureSupportability Feature not supported. {}&lt;/PRE&gt;&lt;P&gt;It is really upseting that 2.0.0.1 is one step up (fixes CSR signing with iLO4 and -IncludeiLOIP) but two steps back (breaks all iLO3 administration). Will this problem be addressed at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7017727#M8137</guid>
      <dc:creator>rgb99</dc:creator>
      <dc:date>2018-09-10T15:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: HPEiLOCmdlets 2.0.0.1 and iLO3</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7018084#M8139</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Scripting Tools (2.0.0.1(9 Jul 2018)) is not supported with iLO3.Please read the release notes for more clarification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;U&gt;&lt;A href="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_f17990338eff4e5c894cdb8e67#tab-history" target="_blank"&gt;https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_f17990338eff4e5c894cdb8e67#tab-history&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Supported Devices and Features:&lt;/STRONG&gt;&amp;nbsp;Scripting Tools for Windows PowerShell : iLO cmdlets supports iLO 4 and iLO 5 devices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You can install scripting Tools for : iLO cmdlets for iLO 3 1.5.0.1(9 Mar 2018). Please read the release notes for more clarification.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;A href="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_dd9188b9396745ce901012120b#tab4" target="_blank"&gt;https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_dd9188b9396745ce901012120b#tab4&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Supported Devices and Features:&lt;/STRONG&gt;Scripting Tools for Windows PowerShell : iLO cmdlets supports iLO 3 and iLO 4 devices.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sanjeev Goyal&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 05:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7018084#M8139</guid>
      <dc:creator>SanjeevGoyal</dc:creator>
      <dc:date>2018-12-12T05:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: HPEiLOCmdlets 2.0.0.1 and iLO3</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7018138#M8140</link>
      <description>&lt;P&gt;Thanks. This is what I ended up doing. I have had to update existing scripts to use older cmdlets if iLO3 is detected.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 12:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpeilocmdlets-2-0-0-1-and-ilo3/m-p/7018138#M8140</guid>
      <dc:creator>rgb99</dc:creator>
      <dc:date>2018-09-13T12:10:37Z</dc:date>
    </item>
  </channel>
</rss>

