<?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: HPILOCmdlets timouts in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6945161#M7883</link>
    <description>&lt;P&gt;The issue got resolved after some changes happened on LAN side.&lt;/P&gt;&lt;P&gt;Confirmation from the customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2017 05:59:55 GMT</pubDate>
    <dc:creator>GokulKS</dc:creator>
    <dc:date>2017-03-03T05:59:55Z</dc:date>
    <item>
      <title>HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6940134#M7870</link>
      <description>&lt;P&gt;If I try use any of the get-hpilo commnad, I get the next error:&lt;/P&gt;&lt;P&gt;Get-ErrorDetail : Error - 10.70.63.2 - ilocz262909wh.mol.sys.corp - Retrieving information from iLO.&lt;BR /&gt;Exception calling "UploadString" with "3" argument(s): "The operation has timed out"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:12758 char:21&lt;BR /&gt;+ throw $retobject.err&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+CategoryInfo :OperationStopped: (Exception calli...has timed out"&lt;BR /&gt;:String) [], RuntimeException&lt;BR /&gt;+FullyQualifiedErrorId :Exception calling "UploadString" with "3" argument(s): "The operation has timed out"&lt;BR /&gt;At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:12858 char:17&lt;BR /&gt;+ Get-ErrorDetail $ErrorMsg&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException&lt;BR /&gt;+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-ErrorDetail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen similar topics, but cannot find any solution.&lt;/P&gt;&lt;P&gt;The version is:&lt;/P&gt;&lt;P&gt;PS C:\Users\zsoltesz&amp;gt; &lt;STRONG&gt;Get-HPiLOModuleVersion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Name : HPiLOCmdlets&lt;BR /&gt;Path : C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1&lt;BR /&gt;Description : Scripting Tools for Windows PowerShell : iLO Cmdlets use the RIBCL interface to communicate to i&lt;BR /&gt;LO. These cmdlets can be used to configure and manage iLO on HPE ProLiant Gen7, Gen8 or Gen9 ser&lt;BR /&gt;vers.&lt;BR /&gt;GUID : 05545ade-5f25-4696-bfcc-e1d67fe32519&lt;BR /&gt;Version : 1.4.0.1&lt;BR /&gt;CurrentUICultureName : hu-HU&lt;BR /&gt;AvailableUICulture : {@{UICultureName=en-US; UICultureVersion=1.4.0.0}, @{UICultureName=zh-CN; UICultureVersion=1.3.0&lt;BR /&gt;.1}, @{UICultureName=ja-JP; UICultureVersion=1.3.0.1}}&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 18:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6940134#M7870</guid>
      <dc:creator>zsoltesz</dc:creator>
      <dc:date>2017-02-14T18:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941310#M7872</link>
      <description>&lt;P&gt;I have had this issue crop up before.&amp;nbsp; The only way I've found to fix it is to perform a factory reset of the ilo.&amp;nbsp; Be careful, though.&amp;nbsp; If you have the LOM turned on, some models will reset that as well.&amp;nbsp; So, you'll not be able to remote in.&amp;nbsp; It's easy to fix if you're at the same location as the server but impossible if you're not.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941310#M7872</guid>
      <dc:creator>CurtA</dc:creator>
      <dc:date>2017-02-17T19:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941544#M7873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probable reason could be that iLO server is not responding to our RIBCL HTTPS calls in the required timeout period (default - 60 seconds). We have the option to increase this timeout value from Set-HPiLOSessionTimeout cmdlet which will make all the iLO cmdlets to take the new value.&lt;/P&gt;&lt;P&gt;Before that you can try Find-HPiLO with iLO ip address to find out whether the iLO is reachable or not. This cmdlet also has timeout value where you can increase the value depending the response time.&lt;/P&gt;&lt;P&gt;Hope this helps.&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;</description>
      <pubDate>Mon, 20 Feb 2017 04:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941544#M7873</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2017-02-20T04:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941672#M7874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Find-HPIlo works well. I increased the session timeot to 120 sec, but nothing hase changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zioli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941672#M7874</guid>
      <dc:creator>zsoltesz</dc:creator>
      <dc:date>2017-02-20T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941898#M7875</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That's interesting Find-HPiLO works.&lt;/P&gt;&lt;P&gt;Can you share the results of this cmdlet for my reference.&lt;/P&gt;&lt;P&gt;The Session timeout cmdlet takes milliseconds as value hope you have converted while supplying the value to the cmdlet.&lt;/P&gt;&lt;P&gt;Set-HPiLOSessionTimeOut -TimeOut 120000&lt;/P&gt;&lt;P&gt;Please share your client environment details by executing below cmds and iLO FW details as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Get-WmiObject Win32_OperatingSystem).Name&lt;/P&gt;&lt;P&gt;$PSVersionTable&lt;/P&gt;&lt;P&gt;I hope all the necessary ports are enabled from client to iLO server like 443 and 80 for normal communication.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 06:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6941898#M7875</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2017-02-21T06:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6942016#M7876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\zsoltesz&amp;gt; $psversiontable&lt;/P&gt;&lt;P&gt;Name Value&lt;BR /&gt;---- -----&lt;BR /&gt;PSVersion 5.1.14409.1005&lt;BR /&gt;PSEdition Desktop&lt;BR /&gt;PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}&lt;BR /&gt;BuildVersion 10.0.14409.1005&lt;BR /&gt;CLRVersion 4.0.30319.42000&lt;BR /&gt;WSManStackVersion 3.0&lt;BR /&gt;PSRemotingProtocolVersion 2.3&lt;BR /&gt;SerializationVersion 1.1.0.1&lt;/P&gt;&lt;P&gt;PS C:\Users\zsoltesz&amp;gt; (Get-WmiObject Win32_OperatingSystem).Name&lt;BR /&gt;Microsoft Windows 7 Professional |C:\WINDOWS|\Device\Harddisk0\Partition2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can connect to the iLO with the browseres, so I think the ports are ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no traces in the iLo log, when I try to use the get-hpilo* commands. There is no connection at all.&lt;/P&gt;&lt;P&gt;The iLO is ILO4 ver 2.50 and 2.40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zoli&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6942016#M7876</guid>
      <dc:creator>zsoltesz</dc:creator>
      <dc:date>2017-02-21T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6942182#M7877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you share your mail id i can connect to you offline as this issue seems to be an one-off case and may be related to environment.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gokul&lt;/P&gt;
&lt;P&gt;EMAIL ID: &lt;STRIKE&gt;&lt;U&gt;&lt;STRONG&gt;Private Info Erased&lt;/STRONG&gt;&lt;/U&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6942182#M7877</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2017-03-03T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6942254#M7878</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My address is&amp;nbsp;&lt;STRIKE&gt;&lt;U&gt;&lt;STRONG&gt;Private Info Erased&lt;/STRONG&gt;&lt;/U&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Zoli&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6942254#M7878</guid>
      <dc:creator>zsoltesz</dc:creator>
      <dc:date>2017-03-03T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6945161#M7883</link>
      <description>&lt;P&gt;The issue got resolved after some changes happened on LAN side.&lt;/P&gt;&lt;P&gt;Confirmation from the customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 05:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6945161#M7883</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2017-03-03T05:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: HPILOCmdlets timouts</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6951549#M7890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please share the solution. I've got the same issue on a W2K12 R2 server when using any HP iLO cmlet (except for the find-hpilo cmdlet)&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Tryonis&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 11:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpilocmdlets-timouts/m-p/6951549#M7890</guid>
      <dc:creator>Tyronis</dc:creator>
      <dc:date>2017-03-27T11:11:56Z</dc:date>
    </item>
  </channel>
</rss>

