<?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: Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Time in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229424#M20904</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1853657"&gt;@MarioE&lt;/a&gt;,&lt;BR /&gt;Please try this command to use the iLO IP address&lt;BR /&gt;$connection = Connect-HPEiLO -IP &amp;lt;IP address of iLO&amp;gt; -Username &amp;lt;username of iLO&amp;gt; -Password &amp;lt;password of iLO&amp;gt; -DisableCertificateAuthentication -Verbose&lt;BR /&gt;$connection&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 08:30:12 GMT</pubDate>
    <dc:creator>yesheswini_s</dc:creator>
    <dc:date>2024-11-15T08:30:12Z</dc:date>
    <item>
      <title>Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Timeout</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229256#M20895</link>
      <description>&lt;P&gt;I have installed the HPEiLOCmdlets version&amp;nbsp;4.3.0.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I now want to make a connection to an iLO, I get a timeout error.&lt;BR /&gt;Likewise, when I make a Find-HPEiLO, I get a timeout. However, when I open the URL in the browser, I get all the information from the iLO:&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;gt; $ILOname = "x.x.x.x"&lt;BR /&gt;&amp;gt; $Creds = Get-Credential&lt;/P&gt;&lt;P&gt;Cmdlet Get-Credential an der Befehlspipelineposition 1&lt;BR /&gt;Geben Sie Werte für die folgenden Parameter an:&lt;BR /&gt;Credential&lt;BR /&gt;&amp;gt; $connection = Connect-HPEiLO -Address $ILOname -Credential $Creds -DisableCertificateAuthentication:$true -Timeout 60 -Verbose&lt;BR /&gt;AUSFÜHRLICH: Ausführen des Vorgangs "Connect-HPEiLO" für das Ziel "Address: x.x.x.x".&lt;BR /&gt;AUSFÜHRLICH: Executing the cmdlets with 1 task serially.&lt;BR /&gt;Connect-HPEiLO : [x.x.x.x] : Timeout für Vorgang überschritten&lt;BR /&gt;In Zeile:1 Zeichen:15&lt;BR /&gt;+ ... onnection = Connect-HPEiLO -Address $ILOname -Credential $Creds -Disa ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Connect-HPEiLO], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.Connector.ConnectHPEiLO&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;gt; Find-HPEiLO x.x.x.x -verbose&lt;BR /&gt;AUSFÜHRLICH: Ausführen des Vorgangs "Find-HPEiLO" für das Ziel "Range: x.x.x.x".&lt;BR /&gt;AUSFÜHRLICH: Executing the cmdlets with 1 task serially.&lt;BR /&gt;AUSFÜHRLICH: [Find-HPEiLO][x.x.x.x]: Getting iLO information.&lt;BR /&gt;AUSFÜHRLICH: [Find-HPEiLO][x.x.x.x]: URL:https://x.x.x.x/xmldata?item=All&lt;BR /&gt;AUSFÜHRLICH: [Find-HPEiLO][x.x.x.x]: No response from the target.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;-&amp;gt; when I open the URL "https://x.x.x.x/xmldata?item=All" in the browser, I get all the information from the iLO&lt;/P&gt;&lt;P&gt;I am grateful for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 03:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229256#M20895</guid>
      <dc:creator>MarioE</dc:creator>
      <dc:date>2024-11-14T03:57:22Z</dc:date>
    </item>
    <item>
      <title>Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Timeout</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229258#M20896</link>
      <description>&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;System recommended content:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;1. &lt;A href="https://hpe.to/6608sEdwi" target="_blank" rel="noopener"&gt;HPE iLO 6 1.61 User Guide |  iLO scripting and command line&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;2. &lt;A href="https://hpe.to/6609sEdwc" target="_blank" rel="noopener"&gt;HPE iLO 6 1.61 User Guide |  Other iLO configuration tools&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you for being a HPE valuable community member.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 08:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229258#M20896</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2024-11-13T08:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Time</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229311#M20898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1853657"&gt;@MarioE&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please&amp;nbsp;&lt;SPAN&gt;ensure the prerequisites are met as mentioned in this&amp;nbsp;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=a00129680en_us&amp;amp;docLocale=en_US" target="_blank" rel="noopener"&gt;guide&lt;/A&gt;&amp;nbsp;on page number 6 and also ensure&lt;/SPAN&gt;&amp;nbsp;that iLO with Administrator privileges is connected while using PowerShell.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 03:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229311#M20898</guid>
      <dc:creator>yesheswini_s</dc:creator>
      <dc:date>2024-11-14T03:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Time</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229327#M20903</link>
      <description>&lt;P&gt;I have now found out the following.&lt;BR /&gt;I cannot use the iLO FQDN or iLO IP address. I have to use the Hostname (short name from the iLO), then all commands work:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $ILOname = "&amp;lt;hostnameilo&amp;gt;"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $cred = Get-Credential -UserName &amp;lt;username&amp;gt; -Message "Enter current standard iLO password"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $connection = Connect-HPEiLO -Address $ILOname -Credential $cred -DisableCertificateAuthentication:$true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $connection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;IP : x.x.x.x&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hostname : &amp;lt;hostnameilo&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Timeout : 60&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;DisableCertificateAuthentication : True&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TargetInfo : @{ProductName=ProLiant DL380 Gen10; ServerFamily=ProLiant; ServerGeneration=Gen10; ServerModel=DL380; iLOGeneration=iLO5; iLOFirmwareVersion=3.03;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SystemROM=U30 v3.10 (02/22/2024); ProcessorName=Intel(R) Xeon(R) Gold 6146 CPU @ 3.20GHz}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ExtendedInfo : @{UserSuppliedAddress=&amp;lt;hostnameilo&amp;gt;; HttpConnectAddress=&amp;lt;hostnameilo&amp;gt;; UserName=&amp;lt;username&amp;gt;; Modifier1=xxx;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Modifier2=xxx&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ConnectionInfo : @{Redfish=}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If I use the FQDN of the iLO or the iLO IP address, I get an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 07:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229327#M20903</guid>
      <dc:creator>MarioE</dc:creator>
      <dc:date>2024-11-14T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Time</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229424#M20904</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1853657"&gt;@MarioE&lt;/a&gt;,&lt;BR /&gt;Please try this command to use the iLO IP address&lt;BR /&gt;$connection = Connect-HPEiLO -IP &amp;lt;IP address of iLO&amp;gt; -Username &amp;lt;username of iLO&amp;gt; -Password &amp;lt;password of iLO&amp;gt; -DisableCertificateAuthentication -Verbose&lt;BR /&gt;$connection&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 08:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229424#M20904</guid>
      <dc:creator>yesheswini_s</dc:creator>
      <dc:date>2024-11-15T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Time</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229429#M20906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2056039"&gt;@yesheswini_s&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error with the IP address:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $connection = Connect-HPEiLO -IP &amp;lt;IP address of iLO&amp;gt; -Username &amp;lt;username of iLO&amp;gt; -Password &amp;lt;password of iLO&amp;gt; -DisableCertificateAuthentication -Verbose&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: Ausführen des Vorgangs "Connect-HPEiLO" für das Ziel "Address: &amp;lt;IP address of iLO&amp;gt;".&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: Executing the cmdlets with 1 task serially.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Connect-HPEiLO : [&amp;lt;IP address of iLO&amp;gt;] : Timeout für Vorgang überschritten&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;In Zeile:1 Zeichen:15&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+ ... onnection = Connect-HPEiLO -IP &amp;lt;IP address of iLO&amp;gt; -Username &amp;lt;username of iLO&amp;gt; -Password ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+ CategoryInfo : OperationStopped: (:) [Connect-HPEiLO], Exception&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.Connector.ConnectHPEiLO&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I change the IP address to the hostname of the iLO, the connection works:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $connection = Connect-HPEiLO -IP &amp;lt;hostname of iLO&amp;gt; -Username &amp;lt;username of iLO&amp;gt; -Password &amp;lt;password of iLO&amp;gt; -DisableCertificateAuthentication -Verbose&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: Ausführen des Vorgangs "Connect-HPEiLO" für das Ziel "Address: &amp;lt;hostname of iLO&amp;gt;".&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: Executing the cmdlets with 1 task serially.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;]: XML Reply on: Reading iLO xml data&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;]: iLO FirmwareVersion: iLO5 v3.03&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;]: Product Name: ProLiant DL380 Gen10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;]: Creating connection for connection type(s): Redfish&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;][Redfish]: Establishing connection.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;][Redfish]: Received response for create connection request.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;][Redfish]: Connection established.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AUSFÜHRLICH: [Connect-HPEiLO][&amp;lt;hostname of iLO&amp;gt;]: Connection established for connection type(s): Redfish&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; $connection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;IP : &amp;lt;IP address of iLO&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hostname : &amp;lt;hostname of iLO&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Timeout : 60&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;DisableCertificateAuthentication : True&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TargetInfo : @{ProductName=ProLiant DL380 Gen10; ServerFamily=ProLiant; ServerGeneration=Gen10; ServerModel=DL380; iLOGeneration=iLO5; iLOFirmwareVersion=3.03; SystemROM=U30 v3.10 (02/22/2024); ProcessorName=Intel(R) Xeon(R) Gold 6146 CPU @&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3.20GHz}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ExtendedInfo : @{UserSuppliedAddress=&amp;lt;hostname of iLO&amp;gt;; HttpConnectAddress=&amp;lt;hostname of iLO&amp;gt;; UserName= &amp;lt;username of iLO&amp;gt;; Modifier1=xxx; Modifier2=xxx}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ConnectionInfo : @{Redfish=}&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 08:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229429#M20906</guid>
      <dc:creator>MarioE</dc:creator>
      <dc:date>2024-11-15T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Time</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229433#M20907</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1853657"&gt;@MarioE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This command worked for me when I used the iLO IP address with administrator privileges&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 09:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229433#M20907</guid>
      <dc:creator>yesheswini_s</dc:creator>
      <dc:date>2024-11-15T09:43:44Z</dc:date>
    </item>
    <item>
      <title>Query: Scripting Tools for Windows PowerShell: iLO cmdlets - Error Connection and Timeout</title>
      <link>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229688#M20916</link>
      <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you were able to resolve the issue.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you for being a HPE valuable community member.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 07:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/scripting-tools-for-windows-powershell-ilo-cmdlets-error/m-p/7229688#M20916</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2024-11-19T07:37:22Z</dc:date>
    </item>
  </channel>
</rss>

