<?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 bootpquery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894806#M844845</link>
    <description>It's probably me being a bit dense or something, but I am trying to run bootpquery and all I get back is :&lt;BR /&gt;&lt;BR /&gt;bind: address in use&lt;BR /&gt;&lt;BR /&gt;O/S 11.11 on a B1000 (client) and J5000 (server)&lt;BR /&gt;&lt;BR /&gt;Command I'm running (with MAC/IP changed for security reasons) on the client is&lt;BR /&gt;&lt;BR /&gt;bootpquery 0123456789AB ether -s server_name -f&lt;BR /&gt;&lt;BR /&gt;The client is NOT a DHCP client, but does have an entry in the /etc/bootptab of server_name, which is what I'm trying to test.&lt;BR /&gt;&lt;BR /&gt;The bootpd daemon on server_name is running OK. netstat shows that bootps and bootpc are happy.&lt;BR /&gt;&lt;BR /&gt;The syslog on the server has nothing interesting in it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Apr 2005 11:00:42 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-04-06T11:00:42Z</dc:date>
    <item>
      <title>bootpquery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894806#M844845</link>
      <description>It's probably me being a bit dense or something, but I am trying to run bootpquery and all I get back is :&lt;BR /&gt;&lt;BR /&gt;bind: address in use&lt;BR /&gt;&lt;BR /&gt;O/S 11.11 on a B1000 (client) and J5000 (server)&lt;BR /&gt;&lt;BR /&gt;Command I'm running (with MAC/IP changed for security reasons) on the client is&lt;BR /&gt;&lt;BR /&gt;bootpquery 0123456789AB ether -s server_name -f&lt;BR /&gt;&lt;BR /&gt;The client is NOT a DHCP client, but does have an entry in the /etc/bootptab of server_name, which is what I'm trying to test.&lt;BR /&gt;&lt;BR /&gt;The bootpd daemon on server_name is running OK. netstat shows that bootps and bootpc are happy.&lt;BR /&gt;&lt;BR /&gt;The syslog on the server has nothing interesting in it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 11:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894806#M844845</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-04-06T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: bootpquery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894807#M844846</link>
      <description>As bind says that port is in use.&lt;BR /&gt;On server check what process is using the port.</description>
      <pubDate>Wed, 06 Apr 2005 11:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894807#M844846</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-06T11:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: bootpquery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894808#M844847</link>
      <description>Which port?&lt;BR /&gt;&lt;BR /&gt;on server, netstat -a | grep boot gives&lt;BR /&gt;&lt;BR /&gt;# netstat -a | grep boot&lt;BR /&gt;udp 0 0 *.instl_boots *.*                   &lt;BR /&gt;udp 0 0 *.bootps *.*                   &lt;BR /&gt;udp 0 0 *.bootpc *.*                   &lt;BR /&gt;udp 0 0 *.instl_bootc *.*</description>
      <pubDate>Wed, 06 Apr 2005 11:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894808#M844847</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-04-06T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: bootpquery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894809#M844848</link>
      <description>But your "netstat -a" output shows that bootpc &lt;BR /&gt;(port 68/udp) is bound. My workstation here, which&lt;BR /&gt;does not run a DHCP client, and I don't see that line &lt;BR /&gt;in "netstat -a" output here.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 12:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894809#M844848</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-04-06T12:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: bootpquery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894810#M844849</link>
      <description>Culprit is probably rbootd, which is stealing your bootp client port. I think rbootd is a thing of a past and can be safely disabled.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/rbootd stop&lt;BR /&gt;&lt;BR /&gt;and edit /etc/rc.config.d/netdaemons to set START_RBOOTD to 0.</description>
      <pubDate>Thu, 07 Apr 2005 00:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894810#M844849</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-07T00:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: bootpquery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894811#M844850</link>
      <description>Spot on Ermin!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 03:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootpquery/m-p/4894811#M844850</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-04-07T03:09:38Z</dc:date>
    </item>
  </channel>
</rss>

