<?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: Access ILO2 in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134219#M6579</link>
    <description>So many reply in a short time..!!  Thanks&lt;BR /&gt;&lt;BR /&gt;Yes it works....&lt;BR /&gt;&lt;BR /&gt;Only DNS on internet take a few minutes to find the right direction to my PC...Pffftt&lt;BR /&gt;&lt;BR /&gt;Greetings from Holland..</description>
    <pubDate>Wed, 08 Oct 2008 17:55:57 GMT</pubDate>
    <dc:creator>Mr.McRAID</dc:creator>
    <dc:date>2008-10-08T17:55:57Z</dc:date>
    <item>
      <title>Access ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134215#M6575</link>
      <description>We are moved from location and we have new IP Numbers. We moved server but forgot to re-config the ILO2 board. So we can's access it anymore.&lt;BR /&gt;&lt;BR /&gt;When boot server and press F8 ILO2 is asking a password? never use that, so unknown by me, Even the label with password will not work.&lt;BR /&gt;&lt;BR /&gt;How to access or reset the ILO2 board?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 07 Oct 2008 12:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134215#M6575</guid>
      <dc:creator>Mr.McRAID</dc:creator>
      <dc:date>2008-10-07T12:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134216#M6576</link>
      <description>What should work.&lt;BR /&gt;&lt;BR /&gt;Turn it off.&lt;BR /&gt;Lift the lid and look at the switch setting diagram on the underside.&lt;BR /&gt;Set the reset admin password switch on.&lt;BR /&gt;Turn it on.&lt;BR /&gt;Use any text as the password.&lt;BR /&gt;Change the password in admin properties&lt;BR /&gt;Turn it off.&lt;BR /&gt;Turn the switch off.&lt;BR /&gt;Put the lid back on.</description>
      <pubDate>Tue, 07 Oct 2008 14:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134216#M6576</guid>
      <dc:creator>Adrian Clint</dc:creator>
      <dc:date>2008-10-07T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Access ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134217#M6577</link>
      <description>&lt;!--!*#--&gt;Once you change the password using the switch method, you also might want to change the option in the iLO settings that require a password for iLO RBSU access.&lt;BR /&gt;&lt;BR /&gt;If your system has the PSP installed, you can change the admin password and the IP address using hponcfg and the proper xml files from the OS&lt;BR /&gt;&lt;BR /&gt;NOTE: when hponcfg is run locally USER_LOGIN and PASSWORD are not used, but must have some value present for the xml to work&lt;BR /&gt;&lt;BR /&gt;Change Admin Password&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt; &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="write"&gt;&lt;BR /&gt;   &lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt;    &lt;PASSWORD value="password"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt;   &lt;/MOD_USER&gt;&lt;BR /&gt;  &lt;/USER_INFO&gt;&lt;BR /&gt; &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change IP address&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;      &lt;DHCP_ENABLE value="No"&gt;&lt;/DHCP_ENABLE&gt;&lt;BR /&gt;      &lt;IP_ADDRESS value="172.20.60.152"&gt;&lt;/IP_ADDRESS&gt;&lt;BR /&gt;      &lt;SUBNET_MASK value="255.255.255.0"&gt;&lt;/SUBNET_MASK&gt;&lt;BR /&gt;      &lt;GATEWAY_IP_ADDRESS value="172.20.60.1"&gt;&lt;/GATEWAY_IP_ADDRESS&gt;&lt;BR /&gt;    &lt;/MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To disable iLO RBSU password&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;      &lt;F8_PROMPT_ENABLED value="Yes"&gt;&lt;/F8_PROMPT_ENABLED&gt;&lt;BR /&gt;      &lt;F8_LOGIN_REQUIRED value="No"&gt;&lt;/F8_LOGIN_REQUIRED&gt;&lt;BR /&gt;    &lt;/MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2008 03:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134217#M6577</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-10-08T03:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Access ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134218#M6578</link>
      <description>I did this on a mixture of about 90 hp g3, g4 and g5 servers without turning them off.&lt;BR /&gt;&lt;BR /&gt;Use hponcfg /reset which will reset the ILO then use hponcfg to dump the xml files.&lt;BR /&gt;&lt;BR /&gt;ILO is ace.</description>
      <pubDate>Wed, 08 Oct 2008 06:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134218#M6578</guid>
      <dc:creator>jd7000</dc:creator>
      <dc:date>2008-10-08T06:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Access ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134219#M6579</link>
      <description>So many reply in a short time..!!  Thanks&lt;BR /&gt;&lt;BR /&gt;Yes it works....&lt;BR /&gt;&lt;BR /&gt;Only DNS on internet take a few minutes to find the right direction to my PC...Pffftt&lt;BR /&gt;&lt;BR /&gt;Greetings from Holland..</description>
      <pubDate>Wed, 08 Oct 2008 17:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134219#M6579</guid>
      <dc:creator>Mr.McRAID</dc:creator>
      <dc:date>2008-10-08T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Access ILO2</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134220#M6580</link>
      <description>Problem solved, see aboce solution.</description>
      <pubDate>Fri, 05 Dec 2008 11:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/access-ilo2/m-p/5134220#M6580</guid>
      <dc:creator>Mr.McRAID</dc:creator>
      <dc:date>2008-12-05T11:06:34Z</dc:date>
    </item>
  </channel>
</rss>

