<?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 Remotely changing passwords in multiple iLO servers in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124164#M3173</link>
    <description>I was just wondering if there is a way to connect to multiple iLO servers remotely and change all their passwords at once.  I've been reading about using XML scripts with the HP provided configuation utility but I'm not 100% sure if it will work.  If someone could point me in the right direction it would be appreciated.</description>
    <pubDate>Fri, 04 Jan 2008 00:48:10 GMT</pubDate>
    <dc:creator>BradyC</dc:creator>
    <dc:date>2008-01-04T00:48:10Z</dc:date>
    <item>
      <title>Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124164#M3173</link>
      <description>I was just wondering if there is a way to connect to multiple iLO servers remotely and change all their passwords at once.  I've been reading about using XML scripts with the HP provided configuation utility but I'm not 100% sure if it will work.  If someone could point me in the right direction it would be appreciated.</description>
      <pubDate>Fri, 04 Jan 2008 00:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124164#M3173</guid>
      <dc:creator>BradyC</dc:creator>
      <dc:date>2008-01-04T00:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124165#M3174</link>
      <description>&lt;BR /&gt;yes there is way that I know&lt;BR /&gt;&lt;BR /&gt;using CPQLOCFG.EXE&lt;BR /&gt;&lt;A href="http://urlao.com/CPQLOCFG" target="_blank"&gt;http://urlao.com/CPQLOCFG&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and of course the XML scripts&lt;BR /&gt;&lt;A href="http://urlao.com/xmlscript" target="_blank"&gt;http://urlao.com/xmlscript&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and look in this manual for CPQLOCFG (search)&lt;BR /&gt;&lt;A href="http://urlao.com/ilomanual2" target="_blank"&gt;http://urlao.com/ilomanual2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;basically&lt;BR /&gt;&lt;BR /&gt;Commands like this could do the trick:&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.1 -f script_to_be_used.xml -u Admin -p pword&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.2 -f script_to_be_used.xml -u Admin -p pword&lt;BR /&gt;.....&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;* you invoke the utility cpqlocfg&lt;BR /&gt;&lt;BR /&gt;* parameter&lt;BR /&gt;-S is the switch that determines the iLO 2 that is to be updated. This switch is either the DNS name or IP address of the target server. &lt;BR /&gt;&lt;BR /&gt;* well ip address&lt;BR /&gt;&lt;BR /&gt;*parameter&lt;BR /&gt;-F is the switch that gives the full path location and name of the RIBCL file that contains the actions to &lt;BR /&gt;be performed on the board.&lt;BR /&gt;&lt;BR /&gt;* script to be used (power off - change password - ...) &lt;BR /&gt;&lt;BR /&gt;-u which is for the Administator user in that ilo&lt;BR /&gt;&lt;BR /&gt;- p which is the password in that ilo&lt;BR /&gt;&lt;BR /&gt;note the script must include the new password &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is the one you need&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="admin" password="password"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_USER user_login="admin"&gt;&lt;BR /&gt;      &lt;PASSWORD value="newpassword"&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;also there is way using HP SIM but I dont know about that&lt;BR /&gt;&lt;BR /&gt;I added the txt file with this explanation I think much better look&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 04 Jan 2008 05:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124165#M3174</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2008-01-04T05:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124166#M3175</link>
      <description>anything about that just let me know&lt;BR /&gt;&lt;BR /&gt;in the previous command line you can also add -l filename.txt&lt;BR /&gt;&lt;BR /&gt;that is to check the results when the script is applied &lt;BR /&gt;&lt;BR /&gt;"C:\ilo_script&amp;gt;cpqlocfg -s 16.90.108.68 -l information.txt -f change_password.xml -u Administrator -p Password"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 04 Jan 2008 14:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124166#M3175</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2008-01-04T14:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124167#M3176</link>
      <description>Thanks Karlo for the easy to follow instructions.  I will give it a try and let you know how it works out.</description>
      <pubDate>Fri, 04 Jan 2008 16:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124167#M3176</guid>
      <dc:creator>BradyC</dc:creator>
      <dc:date>2008-01-04T16:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124168#M3177</link>
      <description>ok &lt;BR /&gt;&lt;BR /&gt;let me know the results &lt;BR /&gt;&lt;BR /&gt;I've done several times using an XP computer that can see the server IPs.&lt;BR /&gt;&lt;BR /&gt;if you need something else let me know&lt;BR /&gt;&lt;BR /&gt;you as you can see ilo scripts let us work with different types of scripts &lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 04 Jan 2008 17:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124168#M3177</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2008-01-04T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124169#M3178</link>
      <description>Thanks Karlo, it worked perfectly.  Can anybody tell me how to say for 50 servers execute the commands in a script?  Just kinda let me know which type of script and I can do the research from there.  Is there any way to do it in vbscript?  Note: I've never done any scripting so I'd have to look up anything you recommend.</description>
      <pubDate>Sat, 12 Jan 2008 00:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124169#M3178</guid>
      <dc:creator>BradyC</dc:creator>
      <dc:date>2008-01-12T00:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124170#M3179</link>
      <description>hi BradyC&lt;BR /&gt;&lt;BR /&gt;you mean something like these people are talking in this thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1192234" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1192234&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;??&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jan 2008 04:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124170#M3179</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2008-01-12T04:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124171#M3180</link>
      <description>Well basically what I want to do is have a script read in a list of servers and apply the change_password script to all of them.  I don't think using HP SIM is an option as I'm having problems with it.</description>
      <pubDate>Wed, 16 Jan 2008 22:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124171#M3180</guid>
      <dc:creator>BradyC</dc:creator>
      <dc:date>2008-01-16T22:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124172#M3181</link>
      <description>If you have a text file containing a list of server names or IP addresses, you can use a command line similar to:&lt;BR /&gt;&lt;BR /&gt;for /f %i in (c:\srvlist.txt) do cpqlocfg -s %i -f script_to_be_used.xml -u Admin -p pword</description>
      <pubDate>Fri, 25 Jan 2008 15:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124172#M3181</guid>
      <dc:creator>Frederic Oriol</dc:creator>
      <dc:date>2008-01-25T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124173#M3182</link>
      <description>Correction: the server list should contain ILO devices IP addresses, not server IP addresses. Sorry for the potential confusion.</description>
      <pubDate>Fri, 25 Jan 2008 16:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124173#M3182</guid>
      <dc:creator>Frederic Oriol</dc:creator>
      <dc:date>2008-01-25T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remotely changing passwords in multiple iLO servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124174#M3183</link>
      <description>Hi Brady,&lt;BR /&gt;&lt;BR /&gt;Check this link i think this will solve the problem...Make sure you run the same script.&lt;BR /&gt;&lt;BR /&gt;I have tried it on my XP. It Works fine.&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1102561" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1102561&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raghuarch</description>
      <pubDate>Fri, 25 Jan 2008 16:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/remotely-changing-passwords-in-multiple-ilo-servers/m-p/4124174#M3183</guid>
      <dc:creator>Raghuarch</dc:creator>
      <dc:date>2008-01-25T16:33:38Z</dc:date>
    </item>
  </channel>
</rss>

