<?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: batch rename ilo name in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761835#M5737</link>
    <description>hponcfg has the commandline option:&lt;BR /&gt;/s namevaluepairs  - Substitute variables present in input config file with values specified in "namevaluepairs"&lt;BR /&gt;&lt;BR /&gt;is this what you are lokking for?</description>
    <pubDate>Mon, 14 Mar 2011 11:29:28 GMT</pubDate>
    <dc:creator>Pieter 't Hart</dc:creator>
    <dc:date>2011-03-14T11:29:28Z</dc:date>
    <item>
      <title>batch rename ilo name</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761831#M5733</link>
      <description>&lt;BR /&gt;any ideas how I can batch rename ILO server name?</description>
      <pubDate>Sat, 05 Mar 2011 02:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761831#M5733</guid>
      <dc:creator>gratchie</dc:creator>
      <dc:date>2011-03-05T02:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: batch rename ilo name</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761832#M5734</link>
      <description>See &lt;A href="http://www.hp.com/go/ilo" target="_blank"&gt;http://www.hp.com/go/ilo&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;--&amp;gt; More iLO3 Documentation --&amp;gt; "HP ProLiant Integrated Lights-Out 3 v 1.05 Scripting and Command Line Guide, and&lt;BR /&gt;--&amp;gt; iLO Sample Scripts</description>
      <pubDate>Sun, 06 Mar 2011 17:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761832#M5734</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2011-03-06T17:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: batch rename ilo name</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761833#M5735</link>
      <description>Do you know how I can set variables when running hponcfg from the OA itself? &lt;BR /&gt;&lt;BR /&gt;I'm trying to rename all nodes but when I do something like: &lt;BR /&gt;&lt;BR /&gt;"hponcfg 1a test.xml hostname=foobar.com" &lt;BR /&gt;&lt;BR /&gt;The server name becomes %hostname% instead of the defined variable. &lt;BR /&gt;&lt;BR /&gt;Contents of TEST.XML&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="Administrator" password="password"&gt;&lt;BR /&gt;    &lt;SERVER_INFO mode="write"&gt;&lt;BR /&gt;        &lt;SERVER_NAME value="%hostname%"&gt;&lt;/SERVER_NAME&gt;&lt;BR /&gt;    &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2011 00:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761833#M5735</guid>
      <dc:creator>gratchie</dc:creator>
      <dc:date>2011-03-08T00:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: batch rename ilo name</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761834#M5736</link>
      <description>Don't know, if it helps, but we use modified RIBCL script Mod_Network_Setting.xml. Whole package of scripts can be donwloaded from HP Lights-Out XML Scripting Sample for Windows page (&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=1146658&amp;amp;swItem=MTX-84d9a19b43b84516ac2d26d01f&amp;amp;prodNameId=1135772&amp;amp;swEnvOID=1005&amp;amp;swLang=8&amp;amp;taskId=135&amp;amp;mode=5)" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=1146658&amp;amp;swItem=MTX-84d9a19b43b84516ac2d26d01f&amp;amp;prodNameId=1135772&amp;amp;swEnvOID=1005&amp;amp;swLang=8&amp;amp;taskId=135&amp;amp;mode=5)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Script:&lt;BR /&gt;IBCL VERSION="2.1"&amp;gt;&lt;BR /&gt; &lt;LOGIN user_login="Administrator" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;  &lt;MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;    &lt;DNS_NAME value="{{HOSTNAME}}"&gt;&lt;/DNS_NAME&gt;&lt;BR /&gt;    &lt;DOMAIN_NAME value="{{DOMAIN}}"&gt;&lt;/DOMAIN_NAME&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;BR /&gt;&lt;BR /&gt;Replace {{HOSTNAME}} and {{DOMAIN}} with your values.&lt;BR /&gt;&lt;BR /&gt;This RIBCL script then put to following command on RHEL 5 OS:&lt;BR /&gt;hponcfg -f Mod_Nettwork_Settings.xml&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2011 09:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761834#M5736</guid>
      <dc:creator>Jiri Konecny</dc:creator>
      <dc:date>2011-03-08T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: batch rename ilo name</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761835#M5737</link>
      <description>hponcfg has the commandline option:&lt;BR /&gt;/s namevaluepairs  - Substitute variables present in input config file with values specified in "namevaluepairs"&lt;BR /&gt;&lt;BR /&gt;is this what you are lokking for?</description>
      <pubDate>Mon, 14 Mar 2011 11:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/batch-rename-ilo-name/m-p/4761835#M5737</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2011-03-14T11:29:28Z</dc:date>
    </item>
  </channel>
</rss>

