<?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 script changes iLO to use DHCP in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116037#M14635</link>
    <description>I think I found the answer.  I needed to add:&lt;BR /&gt;&lt;BR /&gt;&lt;DHCP_ENABLE value="No"&gt;&lt;/DHCP_ENABLE&gt;"&lt;BR /&gt;&lt;BR /&gt;to my script in the MOD_NETWORK_SETTING sections.&lt;BR /&gt;&lt;BR /&gt;To me this is a bit lame.  I am already NOT use DHCP.  Why do I have to tell it to use something I am already not using?  Rhetorical question...&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
    <pubDate>Wed, 25 Jun 2008 20:41:12 GMT</pubDate>
    <dc:creator>NJK-Work</dc:creator>
    <dc:date>2008-06-25T20:41:12Z</dc:date>
    <item>
      <title>iLO script changes iLO to use DHCP</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116036#M14634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an HPONCFG script that is run on a server after deployment.  This script sets the license code, LDAP authentication and sets the iLO name.  However, we strictly use static IP addresses for our ILOs.  So we use the Onboard Administrator to assign an IP address to a static value for our blade iLOs, deploy the server, and then run the script.&lt;BR /&gt;&lt;BR /&gt;However, the process of setting the iLO name in the script for some reason ALSO changes the IP settings back to DHCP.  Is there any way to prevent this?  All I want to do is set the iLO name and not change any other parameters in our network settings.  Here is my XML file:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;LOGIN user_login="NotUsed" password="NotUsed"&gt;&lt;BR /&gt;&lt;USER_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_USER user_login="hidden"&gt;&lt;BR /&gt;&lt;PASSWORD value="hidden"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt;&lt;/MOD_USER&gt;&lt;BR /&gt;&lt;/USER_INFO&gt;&lt;BR /&gt;&lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;&lt;LICENSE&gt;&lt;BR /&gt;&lt;ACTIVATE key="hidden"&gt;&lt;/ACTIVATE&gt;&lt;BR /&gt;&lt;/LICENSE&gt;&lt;BR /&gt;&lt;MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;&lt;MIN_PASSWORD value="7"&gt;&lt;/MIN_PASSWORD&gt;&lt;BR /&gt;&lt;HIGH_PERFORMANCE_MOUSE value="Yes"&gt;&lt;/HIGH_PERFORMANCE_MOUSE&gt;&lt;BR /&gt;&lt;/MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;&lt;MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;&lt;DNS_NAME value="hidden"&gt;&lt;/DNS_NAME&gt;&lt;BR /&gt;&lt;/MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;&lt;/RIB_INFO&gt;&lt;BR /&gt;&lt;DIR_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_DIR_CONFIG&gt;&lt;BR /&gt;&lt;DIR_AUTHENTICATION_ENABLED value="Y"&gt;&lt;/DIR_AUTHENTICATION_ENABLED&gt;&lt;BR /&gt;&lt;DIR_LOCAL_USER_ACCT value="Y"&gt;&lt;/DIR_LOCAL_USER_ACCT&gt;&lt;BR /&gt;&lt;DIR_SERVER_ADDRESS value="hidden"&gt;&lt;/DIR_SERVER_ADDRESS&gt;&lt;BR /&gt;&lt;DIR_SERVER_PORT value="636"&gt;&lt;/DIR_SERVER_PORT&gt;&lt;BR /&gt;&lt;DIR_USER_CONTEXT_1 value="hidden"&gt;&lt;/DIR_USER_CONTEXT_1&gt;&lt;BR /&gt;&lt;DIR_ENABLE_GRP_ACCT value="Y"&gt;&lt;/DIR_ENABLE_GRP_ACCT&gt;&lt;BR /&gt;&lt;DIR_GRPACCT1_NAME value="CN=hidden"&gt;&lt;/DIR_GRPACCT1_NAME&gt;&lt;BR /&gt;&lt;DIR_GRPACCT1_PRIV value="1,2,3,4,5"&gt;&lt;/DIR_GRPACCT1_PRIV&gt;&lt;BR /&gt;&lt;/MOD_DIR_CONFIG&gt;&lt;BR /&gt;&lt;/DIR_INFO&gt;&lt;BR /&gt;&lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;This is the part that sets the iLO name:&lt;BR /&gt;&lt;MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;&lt;DNS_NAME value="hidden"&gt;&lt;/DNS_NAME&gt;&lt;BR /&gt;&lt;/MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, I make no mention of DHCP anywhere between the &lt;MOD_NETWORK_SETTINGS&gt; delimiters...just the DNS_NAME value.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Nelson&lt;/MOD_NETWORK_SETTINGS&gt;</description>
      <pubDate>Wed, 25 Jun 2008 20:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116036#M14634</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2008-06-25T20:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: iLO script changes iLO to use DHCP</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116037#M14635</link>
      <description>I think I found the answer.  I needed to add:&lt;BR /&gt;&lt;BR /&gt;&lt;DHCP_ENABLE value="No"&gt;&lt;/DHCP_ENABLE&gt;"&lt;BR /&gt;&lt;BR /&gt;to my script in the MOD_NETWORK_SETTING sections.&lt;BR /&gt;&lt;BR /&gt;To me this is a bit lame.  I am already NOT use DHCP.  Why do I have to tell it to use something I am already not using?  Rhetorical question...&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Wed, 25 Jun 2008 20:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116037#M14635</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2008-06-25T20:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: iLO script changes iLO to use DHCP</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116038#M14636</link>
      <description>See follow-up post.</description>
      <pubDate>Wed, 25 Jun 2008 20:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-script-changes-ilo-to-use-dhcp/m-p/5116038#M14636</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2008-06-25T20:41:48Z</dc:date>
    </item>
  </channel>
</rss>

