<?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: DHCP Error on Boot Up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717941#M588299</link>
    <description>auto_parms more or less does a lanscan -i to get a list of available LANs, then checks /etc/rc.conf.d/netconf for a reference to that LAN.  My guess is that lanscan finds the NIC then when it checks in netconf it finds a reference to the card INTERFACE_NAME[1]=lan2 &lt;BR /&gt;&lt;BR /&gt;but doesn't find&lt;BR /&gt;DHCP_ENABLE[1]=0  &lt;BR /&gt;&lt;BR /&gt;I expect if you either add the DHCP_ENABLE line or delete all reference to the card from netconf that the error will go away.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
    <pubDate>Mon, 06 May 2002 18:40:29 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2002-05-06T18:40:29Z</dc:date>
    <item>
      <title>DHCP Error on Boot Up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717939#M588297</link>
      <description>Whenever I reboot my HP UNix 11.00 Server I recieve a message on the Console as follows&lt;BR /&gt;&lt;BR /&gt;/sbin/auto_parms: DHCP access is disabled (see /etc/auto_parms.log)        &lt;BR /&gt;                                                                           &lt;BR /&gt;dhcpdb2conf(ERR): main, setdhcpent() failed to access client database      &lt;BR /&gt;interface name "-u" rejected                                       usage:                                                                     &lt;BR /&gt;    dhcpclient  -b interface [-f tracefile] [-g class-id] [-G]             &lt;BR /&gt;                [-l debug_level] [-n] [-p] [-t log_type]                   &lt;BR /&gt;                [-x send_attempts] [-z time_to_wait] [-s server_ipaddress] &lt;BR /&gt;    dhcpclient  -d interface [-s server_ipaddress]                         &lt;BR /&gt;    dhcpclient  -m interface [-f tracefile] [-l debug_level] [-p]          &lt;BR /&gt;                [-t log_type] [-z time_to_wait] [-s server_ipaddress]      &lt;BR /&gt;    dhcpclient  -r interface [-f tracefile] [-l debug_level] [-p]          &lt;BR /&gt;                [-t log_type] [-s server_ipaddress]                        &lt;BR /&gt;    dhcpclient  -v&lt;BR /&gt;&lt;BR /&gt;I have an Unconfigured NIC Card on this system  If I enable to NIC and assign it an IP Address this message does not come up.  I am not using this NIC so I do not want to enable it.  Anyone have any ideas.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 17:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717939#M588297</guid>
      <dc:creator>Richard Schiavi</dc:creator>
      <dc:date>2002-05-06T17:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Error on Boot Up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717940#M588298</link>
      <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;Check the file /etc/rc.config.d/netconf:&lt;BR /&gt;&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;Enter '0' for DHCP parameters. Also if you don't use them, you can rename the file:&lt;BR /&gt;&lt;BR /&gt;# mv /sbin/auto_parms /sbin/auto_parms.old&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 18:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717940#M588298</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-06T18:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Error on Boot Up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717941#M588299</link>
      <description>auto_parms more or less does a lanscan -i to get a list of available LANs, then checks /etc/rc.conf.d/netconf for a reference to that LAN.  My guess is that lanscan finds the NIC then when it checks in netconf it finds a reference to the card INTERFACE_NAME[1]=lan2 &lt;BR /&gt;&lt;BR /&gt;but doesn't find&lt;BR /&gt;DHCP_ENABLE[1]=0  &lt;BR /&gt;&lt;BR /&gt;I expect if you either add the DHCP_ENABLE line or delete all reference to the card from netconf that the error will go away.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 06 May 2002 18:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717941#M588299</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-05-06T18:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Error on Boot Up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717942#M588300</link>
      <description>hi,&lt;BR /&gt;better disable that NIC through SAM.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 07 May 2002 03:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717942#M588300</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-07T03:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Error on Boot Up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717943#M588301</link>
      <description>The Netconf File does have the DHCP_ENABLE[0]=0 and there are no references to the LAN0 Interface.  My work around for this is to assign that NIC an IP address then DISABLE it through SAM.  I do not recieve the message after this is done.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2002 10:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dhcp-error-on-boot-up/m-p/2717943#M588301</guid>
      <dc:creator>Richard Schiavi</dc:creator>
      <dc:date>2002-05-07T10:33:29Z</dc:date>
    </item>
  </channel>
</rss>

