<?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: bootpd message ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023420#M574002</link>
    <description>I made the changes in my /etc/rc.config.d/netconf file, but the event continuos. The only solution in this moment was comment the bootpd line in the /etc/inetd.conf file , and restart the configuration "inetd -c". &lt;BR /&gt;&lt;BR /&gt;All my problems desappear with this solution. I don??t think that i have problems in the future. What do you think ?.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank??s in advance !</description>
    <pubDate>Tue, 15 Jul 2003 17:38:49 GMT</pubDate>
    <dc:creator>Ivan Azuara</dc:creator>
    <dc:date>2003-07-15T17:38:49Z</dc:date>
    <item>
      <title>bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023410#M573992</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I was monitoring my rp server (glance), and find a big activity in disk (100%). I detect a lot of processes with the name "bootpd".&lt;BR /&gt;&lt;BR /&gt;This process describe the next:&lt;BR /&gt;&lt;BR /&gt;"The bootpd daemon implements three functions: a Dynamic Host&lt;BR /&gt;      Configuration Protocol (DHCP) server as defined in RFC1541, an&lt;BR /&gt;      Internet Boot Protocol (BOOTP) server as defined in RFC951 and&lt;BR /&gt;      RFC1395, and a DHCP/BOOTP relay agent as defined in RFC1542"&lt;BR /&gt;&lt;BR /&gt;when i invoke the command "auto_parms", receive the next:&lt;BR /&gt;&lt;BR /&gt;# auto_parms         &lt;BR /&gt;&lt;BR /&gt;/sbin/auto_parms: DHCP access is disabled (see /etc/auto_parms.log)&lt;BR /&gt;&lt;BR /&gt;How can i eliminate this messages ?.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank??s in advance !</description>
      <pubDate>Mon, 14 Jul 2003 21:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023410#M573992</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2003-07-14T21:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023411#M573993</link>
      <description>What bootp does for you is it allows other HP-UX servers to actually boot off of the server in questions.&lt;BR /&gt;&lt;BR /&gt;This is particularly useful if you are running an Ignite Server.  It lets you boot off the Ignite server and load a disaster recovery image (make_net_recovery) and rebuild a machine completely.&lt;BR /&gt;&lt;BR /&gt;Beyond that, it also lets you run a mini DHCP server. &lt;BR /&gt;&lt;BR /&gt;In the file /etc/inetd.conf is a line that looks like this:&lt;BR /&gt;bootps      dgram  udp wait   root /usr/lbin/bootpd   bootpd &lt;BR /&gt;&lt;BR /&gt;You should be able to comment it out, save the file and ....&lt;BR /&gt;&lt;BR /&gt;ientd -c&lt;BR /&gt;&lt;BR /&gt;To stop this protcol from running.&lt;BR /&gt;&lt;BR /&gt;Don't do this if this server is running Ignite as a server.  These messages are perfectly normal under these circumstances.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Jul 2003 22:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023411#M573993</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-14T22:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023412#M573994</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm not sure of you're question. &lt;BR /&gt;auto_parms will give this message if DHCP is disabled.  Its perfectly normal.&lt;BR /&gt;As regards bootpd, it is also used by ignite-ux during network installs.  &lt;BR /&gt;If you have bootp processes that are continuously showing very high disk activity then I would investigate them further.&lt;BR /&gt;&lt;BR /&gt;Can you post the output of :&lt;BR /&gt;# ps -ef | grep bootp&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Mon, 14 Jul 2003 22:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023412#M573994</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-14T22:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023413#M573995</link>
      <description>/etc/rc.config.d/netconf has a DHCP_ENABLE[index]entry, make sure it's 0.  Chances are its '1' when it should be '0'.&lt;BR /&gt;&lt;BR /&gt;Check UDP ports 67 and 68 in /etc/services and 'bootps' in /etc/inetd.conf.  Comment them out and run 'inetd -c', but this will be extraneous if netconf is the problem.&lt;BR /&gt;&lt;BR /&gt;You can also 'ps -ef | grep -i bootpd'.&lt;BR /&gt;&lt;BR /&gt;The common file for DHCP and bootp is /etc/bootptab.  Does this exist?</description>
      <pubDate>Mon, 14 Jul 2003 23:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023413#M573995</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-14T23:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023414#M573996</link>
      <description>Also use kill to stop bootpds process if your server is not Ignite server. &lt;BR /&gt;Because inetd will stop only future bootpd session.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2003 07:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023414#M573996</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2003-07-15T07:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023415#M573997</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to disable bootpd&lt;BR /&gt;&lt;BR /&gt;then you edit the /etc/rc.config.d/netdaemons file&lt;BR /&gt;&lt;BR /&gt;set the START_RBOTD=0&lt;BR /&gt;&lt;BR /&gt;then check the system</description>
      <pubDate>Tue, 15 Jul 2003 08:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023415#M573997</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-15T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023416#M573998</link>
      <description>That??s very strange because this event appeared suddenly. I was probbing your comments, and i have some points:&lt;BR /&gt;&lt;BR /&gt;a) Constantly appears a core file on the system, and if delete this file, appears again. I??m attaching this file.&lt;BR /&gt;&lt;BR /&gt;b) The exit of the command "ps" is :&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep -i bootpd&lt;BR /&gt;    root  8269 26141  0 10:34:21 pts/ta    0:00 grep -i bootpd&lt;BR /&gt;    root  8259   643  1 10:34:21 ?         0:00 bootpd&lt;BR /&gt;&lt;BR /&gt;If check only appears one process , but in the glance console appears until 25 bootpd processes. All with the PPID 643.&lt;BR /&gt;&lt;BR /&gt;c) If i comment the bootpd line in /etc/inetd.conf, and close the ports that mentioned, will enough for eliminate this processes ?. My server have installed the Ignite/UX product, but not is a ignite server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank??s in advance !</description>
      <pubDate>Tue, 15 Jul 2003 14:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023416#M573998</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2003-07-15T14:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023417#M573999</link>
      <description>A)  Can't open your attachment.&lt;BR /&gt;&lt;BR /&gt;B)  What was in /etc/rc.config.d/netconf?&lt;BR /&gt;&lt;BR /&gt;C)  What is PID 643?&lt;BR /&gt;&lt;BR /&gt;D)  Run lsof on 643.&lt;BR /&gt;&lt;BR /&gt;lsof -p 643.&lt;BR /&gt;&lt;BR /&gt;E)  Kill all of these bootpd processes:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i bootpd | while read a b c d e f h&lt;BR /&gt;do&lt;BR /&gt;kill -9 $b&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;F)  Analyze core file&lt;BR /&gt;&lt;BR /&gt;file core&lt;BR /&gt;strings core | more&lt;BR /&gt;&lt;BR /&gt;G)  Regarding  "...If i comment the bootpd line in /etc/inetd.conf, and close the ports that mentioned, will enough for eliminate this processes ?..."&lt;BR /&gt;&lt;BR /&gt;No - See E)</description>
      <pubDate>Tue, 15 Jul 2003 15:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023417#M573999</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-15T15:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023418#M574000</link>
      <description>OK !&lt;BR /&gt;&lt;BR /&gt;a)and f) May be is a problem in the HP site, but basically analizing the core file ,the content show information about the DHCP. An extract of the core file is the next:&lt;BR /&gt;&lt;BR /&gt;# strings core |more&lt;BR /&gt;&lt;BR /&gt;&lt;HP-UX&gt;&lt;/HP-UX&gt;s_inb_02&lt;BR /&gt;B.11.11&lt;BR /&gt;9000/800&lt;BR /&gt;256542636&lt;BR /&gt;bootpd&lt;BR /&gt;B85H&lt;BR /&gt;$Revision: 92453-07 linker linker crt0.o B.11.16 000601 $&lt;BR /&gt;/usr/lib/dld.sl&lt;BR /&gt;ERROR: mmap failed for dld&lt;BR /&gt;ERROR: mmap failed for TSD&lt;BR /&gt;reserved  &lt;BR /&gt;ethernet  &lt;BR /&gt;ethernet3 &lt;BR /&gt;ax.25     &lt;BR /&gt;pronet    &lt;BR /&gt;chaos     &lt;BR /&gt;ieee802   &lt;BR /&gt;arcnet    &lt;BR /&gt;ethernet&lt;BR /&gt;ethernet3&lt;BR /&gt;ether&lt;BR /&gt;ether3&lt;BR /&gt;ieee802&lt;BR /&gt;token-ring&lt;BR /&gt;pronet&lt;BR /&gt;chaos&lt;BR /&gt;arcnet&lt;BR /&gt;ax.25&lt;BR /&gt;bootp&lt;BR /&gt;DHCPDISCOVER&lt;BR /&gt;DHCPOFFER&lt;BR /&gt;DHCPREQUEST&lt;BR /&gt;DHCPDECLINE&lt;BR /&gt;DHCPACK&lt;BR /&gt;DHCPNAK&lt;BR /&gt;DHCPRELEASE&lt;BR /&gt;DHCPINFORM&lt;BR /&gt;dhcppreview&lt;BR /&gt;bootprequest&lt;BR /&gt;Subnet Mask&lt;BR /&gt;Time Offset&lt;BR /&gt;Router&lt;BR /&gt;Time Server&lt;BR /&gt;dhcp_bootrequest(): setup_relay returned %d &lt;BR /&gt;offer not sent: reason = %d &lt;BR /&gt;request: free_offer returned %d &lt;BR /&gt;ACK not sent: reason = %d &lt;BR /&gt;dhcp_bootrequest(): do_decline returned %d &lt;BR /&gt;dhcp_bootrequest(): do_release returned %d &lt;BR /&gt;Server received invalid message type %s&lt;BR /&gt;Server received unknown message type %d&lt;BR /&gt;assuming infinite lease for client IP address. &lt;BR /&gt;DHCP Server received an invalid message type %d.&lt;BR /&gt;client %s requested unknown/unservable option.tag = %x &lt;BR /&gt;sending NAK: %s&lt;BR /&gt;cannot send DHCP msgtype %s to client&lt;BR /&gt;File name too long&lt;BR /&gt;File name too long&lt;BR /&gt;&lt;BR /&gt;b) The content in my "/etc/rc.config.d/netconf" file for my 2 LANICS is:&lt;BR /&gt;&lt;BR /&gt;# lanscan&lt;BR /&gt;Hardware Station        Crd  Hdw   Net-Interface    NM   MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In#  State NamePPA          ID   Type      Support Mjr#&lt;BR /&gt;1/0/1/0/0/4/0 0x00306E4AD085 0    UP    lan0 snap0       1    ETHER       Yes   &lt;BR /&gt;119&lt;BR /&gt;1/0/12/0/0 0x00306E4AC5AA 1    UP    lan1 snap1       2    ETHER       Yes   119&lt;BR /&gt;&lt;BR /&gt;Content of netconf file :&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=130.10.17.9&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;IP_ADDRESS[1]=130.10.17.1&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;BROADCAST_ADDRESS[1]=130.10.17.255&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;c) Is the PID number of the bootpd process.&lt;BR /&gt;&lt;BR /&gt;d) I don??t have that command.&lt;BR /&gt;&lt;BR /&gt;e) and g) That??s correct!, if i kill the bootpd process, disapear the high activity on the disk, but when restart the server appears the bootpd process again , the high disk consume , and the core file too.&lt;BR /&gt;&lt;BR /&gt;Is obviusly that bootpd process is the response of the high disk percent. I??m going to comment the lines about bootpd for avoiding this event, and restart the inetd configuration "inetd -c". &lt;BR /&gt;&lt;BR /&gt;An other suggestion ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank??s in advance !</description>
      <pubDate>Tue, 15 Jul 2003 15:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023418#M574000</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2003-07-15T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023419#M574001</link>
      <description>1/0/1/0/0/4/0 0x00306E4AD085 0 UP lan0 snap0 1 ETHER Yes&lt;BR /&gt;119&lt;BR /&gt;1/0/12/0/0 0x00306E4AC5AA 1 UP lan1 snap1 2 ETHER Yes 119&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=130.10.17.9&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;IP_ADDRESS[1]=130.10.17.1&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;BROADCAST_ADDRESS[1]=130.10.17.255&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;DHCP_ENABLE[1]=0 &lt;BR /&gt;&lt;BR /&gt;This is an unsupported configuration.  You can not without APA bring up to different lan cards on the same network and subnet.&lt;BR /&gt;&lt;BR /&gt;I tried this once and it brought the whole network subsystem down.  The machine dropped of the network.&lt;BR /&gt;&lt;BR /&gt;The network is 130.10.17&lt;BR /&gt;&lt;BR /&gt;If these are two ports on the same card, you still can't do this without the Auto Port Aggregation(APA) product.&lt;BR /&gt;&lt;BR /&gt;Change one of the cards to a different network and all of your problems will go away. This is a solution. I'm surprised your box stays on the network at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Jul 2003 16:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023419#M574001</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-15T16:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023420#M574002</link>
      <description>I made the changes in my /etc/rc.config.d/netconf file, but the event continuos. The only solution in this moment was comment the bootpd line in the /etc/inetd.conf file , and restart the configuration "inetd -c". &lt;BR /&gt;&lt;BR /&gt;All my problems desappear with this solution. I don??t think that i have problems in the future. What do you think ?.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank??s in advance !</description>
      <pubDate>Tue, 15 Jul 2003 17:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023420#M574002</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2003-07-15T17:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023421#M574003</link>
      <description>If this host is not serving as a bootp server for Ignite clients, printers, X-terminals, or diskless workstations then you can certainly disable bootpd.</description>
      <pubDate>Tue, 15 Jul 2003 17:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023421#M574003</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-15T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: bootpd message !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023422#M574004</link>
      <description>Good Deal!&lt;BR /&gt;&lt;BR /&gt;Regarding "...All my problems desappear with this solution. I don??t think that i have problems in the future. What do you think ?...."&lt;BR /&gt;&lt;BR /&gt;I think you'll be find since the bootpd daemon can no longer start.&lt;BR /&gt;&lt;BR /&gt;But with all of those bootp processes running, what was the root cause?  Was another node on your network invoking bootp at ports 67 and 68?&lt;BR /&gt;&lt;BR /&gt;Why don't you get a copy of 'tcpdump' and 'lsof' and monitor this?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/" target="_blank"&gt;http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cict.fr/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.cict.fr/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2003 21:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpd-message/m-p/3023422#M574004</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-15T21:03:13Z</dc:date>
    </item>
  </channel>
</rss>

