<?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: How to scan subnet for Ignite Server(s) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563427#M519829</link>
    <description>Eileen,&lt;BR /&gt;&lt;BR /&gt;That's true, but I'm looking for a way to scan remotely.  I don't want to have to power down a workstation to scan for Ignite Servers.  I want to be able to telnet/rlogin to a workstation and run a command that will scan the subnet and report Ignite servers.  I should have clarified this in my question.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;  --Jim</description>
    <pubDate>Wed, 08 Aug 2001 20:31:04 GMT</pubDate>
    <dc:creator>Jim Small</dc:creator>
    <dc:date>2001-08-08T20:31:04Z</dc:date>
    <item>
      <title>How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563425#M519827</link>
      <description>Is there a way to quickly scan a subnet for Ignite Servers (either a full blown Ignite Server or a "Helper")?&lt;BR /&gt;&lt;BR /&gt;For Sun JumpStart Servers, you can use the following command:&lt;BR /&gt;rpcinfo -b bootparam 1&lt;BR /&gt;(Which results in an immediate list of "Servers".)&lt;BR /&gt;&lt;BR /&gt;I am hoping there is something similar you can do for HP Ignite Servers.  I realize you can remsh to a client and parse files to check, but when you are talking about checking hundreds of clients per subnet, this is very slow.  The Ignite Service uses ports 1067 and 1068 and appears to be similar to bootp/DHCP (ports 67 and 68).  I suppose it might be possible to modify a bootp/DHCP client to scan for Ignite Servers if you had source code...  This could be a lot of work though.  I'd rather not invent the "wheel" if I don't half to.  Does anyone have something to accomplish this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;   --Jim</description>
      <pubDate>Wed, 08 Aug 2001 19:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563425#M519827</guid>
      <dc:creator>Jim Small</dc:creator>
      <dc:date>2001-08-08T19:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563426#M519828</link>
      <description>man ignite&lt;BR /&gt;says that you can do&lt;BR /&gt;search lan install &lt;BR /&gt;after interrupting the boot&lt;BR /&gt;&lt;BR /&gt;Eileen</description>
      <pubDate>Wed, 08 Aug 2001 20:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563426#M519828</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2001-08-08T20:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563427#M519829</link>
      <description>Eileen,&lt;BR /&gt;&lt;BR /&gt;That's true, but I'm looking for a way to scan remotely.  I don't want to have to power down a workstation to scan for Ignite Servers.  I want to be able to telnet/rlogin to a workstation and run a command that will scan the subnet and report Ignite servers.  I should have clarified this in my question.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;  --Jim</description>
      <pubDate>Wed, 08 Aug 2001 20:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563427#M519829</guid>
      <dc:creator>Jim Small</dc:creator>
      <dc:date>2001-08-08T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563428#M519830</link>
      <description>Hi Jim:&lt;BR /&gt;&lt;BR /&gt;How about something as brutal as probing addresses (from a list) and issuing&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -n portnumber -u host program&lt;BR /&gt;&lt;BR /&gt;...to see which entities have the program running.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 08 Aug 2001 20:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563428#M519830</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-08T20:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563429#M519831</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;That's an interesting idea, but unfortunately the Ignite service is not RPC based.&lt;BR /&gt;&lt;BR /&gt;But the idea is what I want to do:&lt;BR /&gt;Broadcast a request on the subnet in question to port 1067 and listen for replies.  I just don't know the utility to do this...</description>
      <pubDate>Wed, 08 Aug 2001 21:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563429#M519831</guid>
      <dc:creator>Jim Small</dc:creator>
      <dc:date>2001-08-08T21:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563430#M519832</link>
      <description>&lt;BR /&gt;  Try if ""spray"" can help U out&lt;BR /&gt;&lt;BR /&gt;  or some ICMP sprayers that can be &lt;BR /&gt;&lt;BR /&gt;downloaded from the Net&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Sun, 12 Aug 2001 10:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563430#M519832</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2001-08-12T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to scan subnet for Ignite Server(s)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563431#M519833</link>
      <description>Sundar,&lt;BR /&gt;&lt;BR /&gt;Ignite is not an RPC based service.  Spray is to test RPC based services.  I believe if I had a customizable utility to test DHCP, I could modify it to test Ignite-UX.  DHCP/BOOTP operates on ports 67 and 68, whereas Ignite-UX operates on 1067 and 1068.  If you could modify a DHCP/BOOTP utility (like bootpquery) you might be able to scan for ignite servers from the HP-UX command line (as opposed to the PDC prompt).&lt;BR /&gt;&lt;BR /&gt;Is there a utility you could do this with or modify to do this???</description>
      <pubDate>Tue, 21 Aug 2001 15:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-scan-subnet-for-ignite-server-s/m-p/2563431#M519833</guid>
      <dc:creator>Jim Small</dc:creator>
      <dc:date>2001-08-21T15:12:37Z</dc:date>
    </item>
  </channel>
</rss>

