<?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 scripting in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192889#M3585</link>
    <description>oh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks a lot for the IP range explanation&lt;BR /&gt;&lt;BR /&gt;and BTW i found some ways how to run this&lt;BR /&gt;&lt;BR /&gt;1. &lt;BR /&gt; &lt;BR /&gt;This on command line&lt;BR /&gt; &lt;BR /&gt;for /f %i in (c:\ilo_script\ip.txt) do cpqlocfg -s %i -f test.xml -u Administrator -p Password&lt;BR /&gt;&lt;BR /&gt;where ip.txt has the ip ilo addresses you want to modify&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;2. Creating a very basic bat file, edit a file and save it as .bat and execute, where start is going to open a cmd windows for every ip&lt;BR /&gt; &lt;BR /&gt;start cpqlocfg -s x.x.x.1  -l log.txt -f test.xml -u Administrator -p Password&lt;BR /&gt;start cpqlocfg -s x.x.x.2  -l log.txt -f test.xml -u Administrator -p Password&lt;BR /&gt; &lt;BR /&gt;3. Using  HP SIM&lt;BR /&gt;&lt;BR /&gt;4. or someone with programming skills more that mine&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Thu, 08 May 2008 20:38:09 GMT</pubDate>
    <dc:creator>Capel</dc:creator>
    <dc:date>2008-05-08T20:38:09Z</dc:date>
    <item>
      <title>ilo scripting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192887#M3583</link>
      <description>hi guys&lt;BR /&gt;&lt;BR /&gt;I have this doubt CPQLOCFG.EXE let me do changes to ilo remotely OK fine&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;cpqlocfg -s x.x.x.x -f adduser.xml -u Administrator -p password&lt;BR /&gt;&lt;BR /&gt;But I was checking this from Add_User.xml&lt;BR /&gt;.....&lt;BR /&gt;&lt;CONFIG_RILO_PRIV value="Y"&gt;&lt;/CONFIG_RILO_PRIV&gt;&lt;BR /&gt;&lt;LOGIN_PRIV value="Y"&gt;&lt;/LOGIN_PRIV&gt;&lt;BR /&gt;&lt;CLIENT_RANGE value="10.10.10.1 - 254.255.255.255"&gt;&lt;/CLIENT_RANGE&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;I think that ip range does not mean that I take a IP ilos range and can modify all I want or Yes?&lt;BR /&gt;&lt;BR /&gt;my question is If I need to change a range of ilo address x.x.x.1 - x.x.x.15 for example&lt;BR /&gt;I need to run the cpqlocfg 15 times right?&lt;BR /&gt;&lt;BR /&gt;I think I can use SIM too&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2008 20:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192887#M3583</guid>
      <dc:creator>Capel</dc:creator>
      <dc:date>2008-05-06T20:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: ilo scripting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192888#M3584</link>
      <description>Those 3 tags are only supported by RILOE II.  Besides, CLIENT_RANGE value is the ip range client (browser) allows to access the RILOE II.&lt;BR /&gt;&lt;BR /&gt;For your question, yes, you have to run that 15 times or use SIM.&lt;BR /&gt;&lt;BR /&gt;God Bless!&lt;BR /&gt;LC...</description>
      <pubDate>Thu, 08 May 2008 18:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192888#M3584</guid>
      <dc:creator>LC...</dc:creator>
      <dc:date>2008-05-08T18:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: ilo scripting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192889#M3585</link>
      <description>oh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks a lot for the IP range explanation&lt;BR /&gt;&lt;BR /&gt;and BTW i found some ways how to run this&lt;BR /&gt;&lt;BR /&gt;1. &lt;BR /&gt; &lt;BR /&gt;This on command line&lt;BR /&gt; &lt;BR /&gt;for /f %i in (c:\ilo_script\ip.txt) do cpqlocfg -s %i -f test.xml -u Administrator -p Password&lt;BR /&gt;&lt;BR /&gt;where ip.txt has the ip ilo addresses you want to modify&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;2. Creating a very basic bat file, edit a file and save it as .bat and execute, where start is going to open a cmd windows for every ip&lt;BR /&gt; &lt;BR /&gt;start cpqlocfg -s x.x.x.1  -l log.txt -f test.xml -u Administrator -p Password&lt;BR /&gt;start cpqlocfg -s x.x.x.2  -l log.txt -f test.xml -u Administrator -p Password&lt;BR /&gt; &lt;BR /&gt;3. Using  HP SIM&lt;BR /&gt;&lt;BR /&gt;4. or someone with programming skills more that mine&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 08 May 2008 20:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/4192889#M3585</guid>
      <dc:creator>Capel</dc:creator>
      <dc:date>2008-05-08T20:38:09Z</dc:date>
    </item>
  </channel>
</rss>

