<?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: Issue Using HPILO Powershell CMDLets in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6965708#M24547</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The error message for the not working iLO's clearly says its the problem with the server connectivity. At that moment when cmdlet gets exeuted the network may not be accessible immediately or its slow.&lt;/P&gt;&lt;P&gt;I have one suggestion you can try to increase the session timeout of the cmdlets by executing below cmd and set the value higher than default (60000msecs which is equal to 60 seconds). You need to increase it to 120 seconds (you need to provide 120000) and see if that helps or increament it slowly to verify if your problem gets a solution.&lt;/P&gt;&lt;P&gt;Set-HPiLOSessionTimeOut -TimeOut 120000 -Verbose&lt;/P&gt;&lt;P&gt;If the above session timeout does not work and if iLO is still accessible after script execution then you might need to check your LAN network for more troubleshooting.&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;</description>
    <pubDate>Wed, 24 May 2017 09:04:46 GMT</pubDate>
    <dc:creator>GokulKS</dc:creator>
    <dc:date>2017-05-24T09:04:46Z</dc:date>
    <item>
      <title>Issue Using HPILO Powershell CMDLets</title>
      <link>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6964946#M24545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the HPILO Cmdlets on a list o iLO's that I got from the Find-HPILO cmdlets.&amp;nbsp; However, as the script loops through it will process a series of 9 Get-HPiLO CmdLets successfully in a single C7000 enclosure.&amp;nbsp; But between the 3rd to 5th iLO the CmdLets start erroring out saying they are "unable to connect to the remote server"&amp;nbsp; The error reads as follows:&lt;/P&gt;&lt;P&gt;$iLOnet = Get-HPiLONetworkSetting -DisableCertificateAuthentication -Password $Password -Server $iLOs[$i].IP -Username $UserName&lt;BR /&gt;Get-ErrorDetail : Error - 192.168.0.67 - server.fqdn - Retrieving information from iLO.&lt;BR /&gt;Exception calling "UploadString" with "3" argument(s): "Unable to connect to the remote server"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:16523 char:25&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw $retobject.err&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :OperationStopped: (Exception calli...remote server"&lt;BR /&gt;:String) [], RuntimeException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +FullyQualifiedErrorId :Exception calling "UploadString" with "3" argument(s): "Unable to connect to the remote server"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:16615 char:17&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-ErrorDetail $ErrorMsg&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Write-Error], WriteErrorException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-ErrorDetail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$iloFIPS = Get-HPiLOFIPSStatus -DisableCertificateAuthentication -Password $Password -Server $iLOs[$i].IP -Username $UserName&lt;BR /&gt;Get-ErrorDetail : Error - 192.168.0.67 - server.fqdn - Retrieving information from iLO.&lt;BR /&gt;Exception calling "UploadString" with "3" argument(s): "Unable to connect to the remote server"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:13374 char:21&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw $retobject.err&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :OperationStopped: (Exception calli...remote server"&lt;BR /&gt;:String) [], RuntimeException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +FullyQualifiedErrorId :Exception calling "UploadString" with "3" argument(s): "Unable to connect to the remote server"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:13465 char:17&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-ErrorDetail $ErrorMsg&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Write-Error], WriteErrorException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-ErrorDetail&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$iLOgbl = Get-HPiLOGlobalSetting -DisableCertificateAuthentication -Password $Password -Server $iLOs[$i].IP -Username $UserName&lt;BR /&gt;Get-ErrorDetail : Error - 192.168.0.67 - server.fqdn - Retrieving information from iLO.&lt;BR /&gt;Exception calling "UploadString" with "3" argument(s): "Unable to connect to the remote server"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:13988 char:21&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw $retobject.err&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :OperationStopped: (Exception calli...remote server"&lt;BR /&gt;:String) [], RuntimeException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +FullyQualifiedErrorId :Exception calling "UploadString" with "3" argument(s): "Unable to connect to the remote server"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:14084 char:17&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-ErrorDetail $ErrorMsg&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Write-Error], WriteErrorException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-ErrorDetail&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when the scrfipt finishes, I can run the samed cmmands on the iLO's interactively and they work perfectly.&amp;nbsp; What am I missing or how can I fix this?&amp;nbsp; When I put sleep statements in between processing iLO's it will process more iLO's before getting this error.&amp;nbsp; Could really use some help or advice on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 20:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6964946#M24545</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2017-05-16T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Using HPILO Powershell CMDLets</title>
      <link>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6964948#M24546</link>
      <description>&lt;P&gt;Also,&amp;nbsp; aftre I get these errors if I try to open the iLO Web Mnagement page it errors out and says page cnnot be displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 20:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6964948#M24546</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2017-05-16T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Using HPILO Powershell CMDLets</title>
      <link>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6965708#M24547</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The error message for the not working iLO's clearly says its the problem with the server connectivity. At that moment when cmdlet gets exeuted the network may not be accessible immediately or its slow.&lt;/P&gt;&lt;P&gt;I have one suggestion you can try to increase the session timeout of the cmdlets by executing below cmd and set the value higher than default (60000msecs which is equal to 60 seconds). You need to increase it to 120 seconds (you need to provide 120000) and see if that helps or increament it slowly to verify if your problem gets a solution.&lt;/P&gt;&lt;P&gt;Set-HPiLOSessionTimeOut -TimeOut 120000 -Verbose&lt;/P&gt;&lt;P&gt;If the above session timeout does not work and if iLO is still accessible after script execution then you might need to check your LAN network for more troubleshooting.&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;</description>
      <pubDate>Wed, 24 May 2017 09:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/issue-using-hpilo-powershell-cmdlets/m-p/6965708#M24547</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2017-05-24T09:04:46Z</dc:date>
    </item>
  </channel>
</rss>

