- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to scan subnet for Ignite Server(s)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2001 12:49 PM
тАО08-08-2001 12:49 PM
How to scan subnet for Ignite Server(s)
For Sun JumpStart Servers, you can use the following command:
rpcinfo -b bootparam 1
(Which results in an immediate list of "Servers".)
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?
Thanks,
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2001 01:02 PM
тАО08-08-2001 01:02 PM
Re: How to scan subnet for Ignite Server(s)
says that you can do
search lan install
after interrupting the boot
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2001 01:31 PM
тАО08-08-2001 01:31 PM
Re: How to scan subnet for Ignite Server(s)
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.
Thanks,
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2001 01:58 PM
тАО08-08-2001 01:58 PM
Re: How to scan subnet for Ignite Server(s)
How about something as brutal as probing addresses (from a list) and issuing
# rpcinfo -n portnumber -u host program
...to see which entities have the program running.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2001 02:54 PM
тАО08-08-2001 02:54 PM
Re: How to scan subnet for Ignite Server(s)
That's an interesting idea, but unfortunately the Ignite service is not RPC based.
But the idea is what I want to do:
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2001 03:39 AM
тАО08-12-2001 03:39 AM
Re: How to scan subnet for Ignite Server(s)
Try if ""spray"" can help U out
or some ICMP sprayers that can be
downloaded from the Net
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2001 08:12 AM
тАО08-21-2001 08:12 AM
Re: How to scan subnet for Ignite Server(s)
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).
Is there a utility you could do this with or modify to do this???