<?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: problem with bootpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526559#M596465</link>
    <description>Ok Kevin here goes, &lt;BR /&gt;Bootpd can be run either explicitly (e.g. from /sbin/init.d on startup or from inetd but not both. Typically you want inetd to do it upon request.&lt;BR /&gt;&lt;BR /&gt;Next I would make sure no bootpd's are running.&lt;BR /&gt;So edit /etc/inetd.conf and find the bootps entry. If there is not a '#' (comment) at the beginning of the line put one there. Then do an inetd -c to force inetd to reconfigure itself. Now do a ps -e | grep bootp and see if there are any running processes. If so, kill them. Wait about 2 minutes for ports to timeout and close.&lt;BR /&gt;&lt;BR /&gt;Now, do a netstat -a | grep 67&lt;BR /&gt;if you find anything listening on udp port 67 you have a conflict &lt;BR /&gt;&lt;BR /&gt;Edit /etc/inetd.conf and find the bootps entry which starts bootpd upon request; remove the '#' and I think that I would add a -d 2 (Debug levels can be set 1 to 3) to the end of the line.&lt;BR /&gt;&lt;BR /&gt;Do an inetd -c to again reconfigure.&lt;BR /&gt;&lt;BR /&gt;If you are not running now, hopefully the syslog will have useful debug information.&lt;BR /&gt;You might want to carefully check you bootpatd and dhcptab before starting any of this.&lt;BR /&gt;&lt;BR /&gt;This should at least get you started, Clay</description>
    <pubDate>Wed, 09 May 2001 21:18:47 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-05-09T21:18:47Z</dc:date>
    <item>
      <title>problem with bootpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526557#M596463</link>
      <description>Hi all,&lt;BR /&gt;I've got a problem with bootpd.&lt;BR /&gt;I was trying to setup a UX 11.0 box as a dhcp server. I was using SAM to set it up. Everything was going pretty well but when I came back to it the next day it wasn't working. I tried to restart /usr/lbin/bootpd and nothing happens. It will not start even if running boodpd -t 0 so it won't exit.&lt;BR /&gt;&lt;BR /&gt;if you try running dhcptools -d you get an error saying DHCP/BOOTP isn't running.  I installed the latest patch PHNE_19241 to no avail. It is enabled in inetd.conf.&lt;BR /&gt;&lt;BR /&gt;I removed all the config files I could find and had SAM rebuild them.  I've rebooted several times.  I've double checked the bootpd file and libraries to make sure they are all ok, cksum's match as well as file size and permissions.  &lt;BR /&gt;&lt;BR /&gt;I've checked syslog and here are the only entries you get when trying to start boopd&lt;BR /&gt;&lt;BR /&gt;May  9 16:04:43 plt04bds bootpd[2117]: bootpd 2.4 #1.17.213.3: Tue Jun 27 12:59:&lt;BR /&gt;49 GMT 2000&lt;BR /&gt;May  9 16:04:43 plt04bds bootpd[2117]: getsockname: Socket operation on non-sock&lt;BR /&gt;et&lt;BR /&gt;&lt;BR /&gt;That second one seems a little suspicious to me, but I don't know what to do with it.&lt;BR /&gt;&lt;BR /&gt;Telnet,ftp, etc all seem to work fine.&lt;BR /&gt;&lt;BR /&gt;Something else is, on another server I got bootpd running and after I did a kill pid# to stop bootpd, the same behavior started, I couldn't get it restarted.  &lt;BR /&gt;&lt;BR /&gt;I don't konw where to go from here.  Any help would be greatly appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 20:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526557#M596463</guid>
      <dc:creator>Kevin Chaney</dc:creator>
      <dc:date>2001-05-09T20:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bootpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526558#M596464</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;This may have something to do with the way you're starting bootpd.  I was able to generate the same "non-socket" message by&lt;BR /&gt;killing bootpd, starting it via a bootpquery,&lt;BR /&gt;and then issuing /usr/lbin/bootpd.  Because it's already running the "non-socket" message&lt;BR /&gt;is generated to tell you you're trying to perform an operation on a regular file that's reserved for a socket.&lt;BR /&gt;&lt;BR /&gt;Bootpd should be started by inetd.conf or from the command line but never both.  If you want&lt;BR /&gt;to use the command line start be sure to comment out the bootps line in inetd.conf and &lt;BR /&gt;re-read the file with "inetd -c".&lt;BR /&gt;&lt;BR /&gt;Try killing your bootpd and then do a bootpquery against the "test" entry in /etc/bootptab  (make sure there is a "ba" tag for that entry first).  This should start&lt;BR /&gt;bootpd cleanly.</description>
      <pubDate>Wed, 09 May 2001 21:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526558#M596464</guid>
      <dc:creator>Peter Van Sant</dc:creator>
      <dc:date>2001-05-09T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bootpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526559#M596465</link>
      <description>Ok Kevin here goes, &lt;BR /&gt;Bootpd can be run either explicitly (e.g. from /sbin/init.d on startup or from inetd but not both. Typically you want inetd to do it upon request.&lt;BR /&gt;&lt;BR /&gt;Next I would make sure no bootpd's are running.&lt;BR /&gt;So edit /etc/inetd.conf and find the bootps entry. If there is not a '#' (comment) at the beginning of the line put one there. Then do an inetd -c to force inetd to reconfigure itself. Now do a ps -e | grep bootp and see if there are any running processes. If so, kill them. Wait about 2 minutes for ports to timeout and close.&lt;BR /&gt;&lt;BR /&gt;Now, do a netstat -a | grep 67&lt;BR /&gt;if you find anything listening on udp port 67 you have a conflict &lt;BR /&gt;&lt;BR /&gt;Edit /etc/inetd.conf and find the bootps entry which starts bootpd upon request; remove the '#' and I think that I would add a -d 2 (Debug levels can be set 1 to 3) to the end of the line.&lt;BR /&gt;&lt;BR /&gt;Do an inetd -c to again reconfigure.&lt;BR /&gt;&lt;BR /&gt;If you are not running now, hopefully the syslog will have useful debug information.&lt;BR /&gt;You might want to carefully check you bootpatd and dhcptab before starting any of this.&lt;BR /&gt;&lt;BR /&gt;This should at least get you started, Clay</description>
      <pubDate>Wed, 09 May 2001 21:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-bootpd/m-p/2526559#M596465</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-09T21:18:47Z</dc:date>
    </item>
  </channel>
</rss>

