<?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: ILO Admin Password in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431026#M875</link>
    <description>Here's an example of using CPQLOCFG to script the Administrator password update to multiple lights-out processors over teh network.  It is broken down into several simple steps.&lt;BR /&gt;&lt;BR /&gt;Step 1: Node + credentials list&lt;BR /&gt;You will need this information for each node.  A minimum of username/password + IP or DNS name is needed for each node.  You will use this data to script the changes, so having it in a text file or spreadsheet is convenient.&lt;BR /&gt;&lt;BR /&gt;Step 2: Download the latest CPQLOCFG.EXE &lt;A href="http://h18013.www1.hp.com/support/files/lights-out/us/download/22097.html" target="_blank"&gt;http://h18013.www1.hp.com/support/files/lights-out/us/download/22097.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Step 3: Develop a template RIBCL/XML script with the new password value.&lt;BR /&gt;A script like this (c:\pwupdate.xml) contains the new password:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="1.2"&gt;&lt;BR /&gt; &lt;LOGIN user_login="Administrator" password="zzz"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="w"&gt;&lt;BR /&gt;   &lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt;    &lt;PASSWORD value="Go-Packers!"&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;Step 4: credential substitution on the command-line using CPQLOCFG&lt;BR /&gt;&lt;BR /&gt;Note that the login credentials can be overridden on the command line like this: C:\&amp;gt;cpqlocfg -s 192.168.1.1 -f c:\pwupdate.xml -u Administrator -p TopSecret&lt;BR /&gt;&lt;BR /&gt;Step 5: Create a bulk update batch file&lt;BR /&gt;Create a batch file using the list of credentials unique to each Lights-Out instance, something like this:&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.1 -f c:\pwupdate.xml -u Administrator -p TopSecret&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.2 -f c:\pwupdate.xml -u Administrator -p Password2&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.3 -f c:\pwupdate.xml -u Administrator -p password3&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.4 -f c:\pwupdate.xml -u Administrator -p rootpass&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Verify this process on a single node and then you can roll it out using the batch file.  Monitor the output and address any discrepancies.&lt;BR /&gt;&lt;BR /&gt;Step 6: verify the change:&lt;BR /&gt;You can verify that the password has changed using a CPQLOCFG script like the following.  All it does is attempt to authenticate.&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.21"&gt;&lt;BR /&gt; &lt;LOGIN user_login="Administrator" password="want2RILOE"&gt;&lt;BR /&gt;   &lt;RIB_INFO mode="WRITE"&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;If the script is successful (thus credentials are valid), the errorlevel will be 0.</description>
    <pubDate>Tue, 30 Nov 2004 18:22:25 GMT</pubDate>
    <dc:creator>acartes</dc:creator>
    <dc:date>2004-11-30T18:22:25Z</dc:date>
    <item>
      <title>ILO Admin Password</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431024#M873</link>
      <description>Does anybody know of a quick way that I can configure all the Admin passwords on the ILO's without actually connecting to each individual box. Thanks.</description>
      <pubDate>Fri, 26 Nov 2004 06:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431024#M873</guid>
      <dc:creator>Shaun Wells_4</dc:creator>
      <dc:date>2004-11-26T06:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: ILO Admin Password</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431025#M874</link>
      <description>This can be a hassle if the servers are already deployed...&lt;BR /&gt;&lt;BR /&gt;But here are a few options:&lt;BR /&gt;&lt;BR /&gt;1) servers can be ordered configured with a password of your choice.&lt;BR /&gt;&lt;BR /&gt;2) lights-out devices can integrate with Directory Services so you do not have to deal with this in the future.  (Yes, you will have to perform the initial migration).&lt;BR /&gt;&lt;BR /&gt;3) You can script password updates using CPQLOCFG.  Of course, this requires that you have all of the current credentials in order to do this task.  If you do, it is straight-forward to write a single script that sets the same password and then run it against all of the lights-out processors you have.&lt;BR /&gt;&lt;BR /&gt;4) If you do not have the current credentials, you can install them using a utility that runs on the host OS.  Here is a link with more details:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=453732" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=453732&lt;/A&gt;</description>
      <pubDate>Tue, 30 Nov 2004 17:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431025#M874</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2004-11-30T17:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: ILO Admin Password</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431026#M875</link>
      <description>Here's an example of using CPQLOCFG to script the Administrator password update to multiple lights-out processors over teh network.  It is broken down into several simple steps.&lt;BR /&gt;&lt;BR /&gt;Step 1: Node + credentials list&lt;BR /&gt;You will need this information for each node.  A minimum of username/password + IP or DNS name is needed for each node.  You will use this data to script the changes, so having it in a text file or spreadsheet is convenient.&lt;BR /&gt;&lt;BR /&gt;Step 2: Download the latest CPQLOCFG.EXE &lt;A href="http://h18013.www1.hp.com/support/files/lights-out/us/download/22097.html" target="_blank"&gt;http://h18013.www1.hp.com/support/files/lights-out/us/download/22097.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Step 3: Develop a template RIBCL/XML script with the new password value.&lt;BR /&gt;A script like this (c:\pwupdate.xml) contains the new password:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="1.2"&gt;&lt;BR /&gt; &lt;LOGIN user_login="Administrator" password="zzz"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="w"&gt;&lt;BR /&gt;   &lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt;    &lt;PASSWORD value="Go-Packers!"&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;Step 4: credential substitution on the command-line using CPQLOCFG&lt;BR /&gt;&lt;BR /&gt;Note that the login credentials can be overridden on the command line like this: C:\&amp;gt;cpqlocfg -s 192.168.1.1 -f c:\pwupdate.xml -u Administrator -p TopSecret&lt;BR /&gt;&lt;BR /&gt;Step 5: Create a bulk update batch file&lt;BR /&gt;Create a batch file using the list of credentials unique to each Lights-Out instance, something like this:&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.1 -f c:\pwupdate.xml -u Administrator -p TopSecret&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.2 -f c:\pwupdate.xml -u Administrator -p Password2&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.3 -f c:\pwupdate.xml -u Administrator -p password3&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.4 -f c:\pwupdate.xml -u Administrator -p rootpass&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Verify this process on a single node and then you can roll it out using the batch file.  Monitor the output and address any discrepancies.&lt;BR /&gt;&lt;BR /&gt;Step 6: verify the change:&lt;BR /&gt;You can verify that the password has changed using a CPQLOCFG script like the following.  All it does is attempt to authenticate.&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.21"&gt;&lt;BR /&gt; &lt;LOGIN user_login="Administrator" password="want2RILOE"&gt;&lt;BR /&gt;   &lt;RIB_INFO mode="WRITE"&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;If the script is successful (thus credentials are valid), the errorlevel will be 0.</description>
      <pubDate>Tue, 30 Nov 2004 18:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-admin-password/m-p/3431026#M875</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2004-11-30T18:22:25Z</dc:date>
    </item>
  </channel>
</rss>

