<?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: The utility HP Directories Support for ProLiant Management Processors can't find ILO2 in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5836501#M7205</link>
    <description>&lt;P&gt;I launched the following PowerShell-script from the same machine from which I launch the utility&amp;nbsp;for ILO search in a subnet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#&lt;A target="_blank" href="http://www.blkmtn.org/PowerShell-Find_iLO_on_a_subnet"&gt;http://www.blkmtn.org/PowerShell-Find_iLO_on_a_subnet&lt;/A&gt;&lt;BR /&gt;$objResult = @()
$subnet = Ping-Subnet -IP 192.168.*.0 -Netmask 255.255.*.0
foreach ($ip in $subnet) {
  [System.Xml.XmlDocument] $xd = new-object System.Xml.XmlDocument
  $url = "http://$ip/xmldata?item=ALL"
  $rawxml = (new-object System.Net.WebClient).DownloadString($url)
  $xd = $rawxml
 
  $ilo = new-object System.Object
  $ilo | add-member -MemberType NoteProperty -Name iloName -value ([System.Net.DNS]::GetHostByAddress($ip)).hostname
  $ilo | add-member -MemberType NoteProperty -Name iloIP -value $ip
  $ilo | add-member -MemberType NoteProperty -Name iloHW $xd.RIMP.MP.PN
  $ilo | add-member -MemberType NoteProperty -Name iloFW $xd.RIMP.MP.FWRI
  $ilo | add-member -MemberType NoteProperty -Name ServerSN $xd.RIMP.HSI.SBSN
  $ilo | add-member -MemberType NoteProperty -Name ServerModel $xd.RIMP.HSI.SPN
 
  $objResult += $ilo
 
}
$objResult&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It perfectly works! -&amp;nbsp;Finds ILO2!!&lt;/P&gt;&lt;P&gt;But why this utility doesn't find ILO2?&lt;/P&gt;&lt;P&gt;The HP company doesn't render support on this software.(((&lt;/P&gt;&lt;P&gt;Can be eat contacts of developers of this utility?&lt;/P&gt;&lt;P&gt;Very much I ask to help me!&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2012 14:12:43 GMT</pubDate>
    <dc:creator>RayWagner</dc:creator>
    <dc:date>2012-10-17T14:12:43Z</dc:date>
    <item>
      <title>The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5833561#M7201</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This utility has version 4.00 is set on Windows Server 2008 R2&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All attempts to find a network ILO2 fail, but at the same time ILO3 and ILO4 perfectly detected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tried on different versions of firmwares of ILO2 - 2.01-2.13&lt;/P&gt;&lt;P&gt;Ping and telnet on ILO2 port 443 are successful.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://images.tvlg.ru/images/04054098937964178543.jpg"&gt;http://images.tvlg.ru/images/04054098937964178543.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The user of `admin` has full authority for ILO2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prompt where to look for a problem, please?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2012 09:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5833561#M7201</guid>
      <dc:creator>RayWagner</dc:creator>
      <dc:date>2012-10-15T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5834067#M7202</link>
      <description>&lt;P&gt;That tool scans iLOs by doing what we call a unauthenticated&amp;nbsp;XML request using the following URL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http://&amp;lt;iLO-IP-Address&amp;gt;/xmldata?item=all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try the above URL from your browser in that same machine and check if iLO2 would respond with an XML.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5834067#M7202</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2012-10-15T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5834691#M7204</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XML passes request successfully&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 06:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5834691#M7204</guid>
      <dc:creator>RayWagner</dc:creator>
      <dc:date>2012-10-16T06:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5836501#M7205</link>
      <description>&lt;P&gt;I launched the following PowerShell-script from the same machine from which I launch the utility&amp;nbsp;for ILO search in a subnet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#&lt;A target="_blank" href="http://www.blkmtn.org/PowerShell-Find_iLO_on_a_subnet"&gt;http://www.blkmtn.org/PowerShell-Find_iLO_on_a_subnet&lt;/A&gt;&lt;BR /&gt;$objResult = @()
$subnet = Ping-Subnet -IP 192.168.*.0 -Netmask 255.255.*.0
foreach ($ip in $subnet) {
  [System.Xml.XmlDocument] $xd = new-object System.Xml.XmlDocument
  $url = "http://$ip/xmldata?item=ALL"
  $rawxml = (new-object System.Net.WebClient).DownloadString($url)
  $xd = $rawxml
 
  $ilo = new-object System.Object
  $ilo | add-member -MemberType NoteProperty -Name iloName -value ([System.Net.DNS]::GetHostByAddress($ip)).hostname
  $ilo | add-member -MemberType NoteProperty -Name iloIP -value $ip
  $ilo | add-member -MemberType NoteProperty -Name iloHW $xd.RIMP.MP.PN
  $ilo | add-member -MemberType NoteProperty -Name iloFW $xd.RIMP.MP.FWRI
  $ilo | add-member -MemberType NoteProperty -Name ServerSN $xd.RIMP.HSI.SBSN
  $ilo | add-member -MemberType NoteProperty -Name ServerModel $xd.RIMP.HSI.SPN
 
  $objResult += $ilo
 
}
$objResult&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It perfectly works! -&amp;nbsp;Finds ILO2!!&lt;/P&gt;&lt;P&gt;But why this utility doesn't find ILO2?&lt;/P&gt;&lt;P&gt;The HP company doesn't render support on this software.(((&lt;/P&gt;&lt;P&gt;Can be eat contacts of developers of this utility?&lt;/P&gt;&lt;P&gt;Very much I ask to help me!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 14:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5836501#M7205</guid>
      <dc:creator>RayWagner</dc:creator>
      <dc:date>2012-10-17T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5836533#M7206</link>
      <description>I just tested this same version and it worked fine. It was able to find all my iLO2s on my network</description>
      <pubDate>Wed, 17 Oct 2012 14:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5836533#M7206</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2012-10-17T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5838655#M7207</link>
      <description>&lt;P&gt;Solution is found!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the&amp;nbsp;utility HP Directories Support for ProLiant Management Processors can't find any ILO devices, try changing your Regional settings/Input device to English/US.&lt;/P&gt;&lt;P&gt;I had other regional settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;A target="_blank" href="http://weestro.blogspot.com/2009/07/proliant-ilo-management-and-ldap.html"&gt;http://weestro.blogspot.com/2009/07/proliant-ilo-management-and-ldap.html&lt;/A&gt;&amp;nbsp; (in the comment... )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5838655#M7207</guid>
      <dc:creator>RayWagner</dc:creator>
      <dc:date>2012-10-19T08:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: The utility HP Directories Support for ProLiant Management Processors can't find ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5838927#M7209</link>
      <description>&lt;P&gt;Interesting info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll let the dev team know that the tool has a problem detecting iLO when regional settings/input are not English/US&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 13:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/the-utility-hp-directories-support-for-proliant-management/m-p/5838927#M7209</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2012-10-19T13:11:24Z</dc:date>
    </item>
  </channel>
</rss>

