- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lan boot/install problem
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
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
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
03-18-2003 02:21 PM
03-18-2003 02:21 PM
Now I am trying to do it with an allegro system in the same way. I successfully made a network recovery archive of the allegro, but the "bo lan.
The raven, the allegro, and my ignite server are ALL plugged into the same hub. The other system is somewhere else on the network.
My question is: Why can't the allegro see the ignite server, while the raven can? Also, how do I fix this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 05:09 PM
03-18-2003 05:09 PM
Re: Lan boot/install problem
If not, you need to configure a boot helper. See link below.
http://www.software.hp.com/products/IUX/docs/sysadm.html#Chapter-6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 10:19 PM
03-18-2003 10:19 PM
Re: Lan boot/install problem
looks like machine allegro is on different subnet, whereas raven and ignite server are on same subnet.
if the client is on different subnet then a boot helper needs to be setup. look at this URL:
http://www.software.hp.com/products/IUX/docs/sysadm.html#Chapter-6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 10:52 PM
03-18-2003 10:52 PM
Re: Lan boot/install problem
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 07:46 AM
03-19-2003 07:46 AM
Re: Lan boot/install problem
How would I tell if the client that is in the boot console handler is on a particular subnet? I just plugged it into the switch (sorry I said hub at first, I should have made the distinction) along with the server and the working raven client. As I said before, both the working raven client and the non working allegro client can see another ignite server, but only the raven can see MY ignite server. If it helps, I'll mention that both MY ignite server and the other ignite server are on the same subnet.
Sergejs:
You're right, it is a switch, not a hub, I should have mentioned that. However, I don't belive that there are any different Vlans involved. I just powered up the switch and plugged the server and the two clients into it, as well as the lan-drop that goes to the rest of the company's network.
Thanks everybody, I eagerly await your reply!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 07:52 AM
03-19-2003 07:52 AM
Re: Lan boot/install problem
can you post #ifconfig lanx (x is interface number) command output of both the machines, raven and allegro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 08:13 AM
03-19-2003 08:13 AM
Re: Lan boot/install problem
working raven client:
lan0: flags=843
inet 150.1.10.16 netmask ffff0000 broadcast 150.1.255.255
nonworking allegro client:
lan0: flags=863
inet 150.1.10.11 netmask ffff0000 broadcast 150.1.255.255
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 08:25 AM
03-19-2003 08:25 AM
Re: Lan boot/install problem
can the ignite server can see allegro (try to push s/w from ignite server into allegro)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 08:33 AM
03-19-2003 08:33 AM
Re: Lan boot/install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 08:41 AM
03-19-2003 08:41 AM
Re: Lan boot/install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 08:52 AM
03-19-2003 08:52 AM
Re: Lan boot/install problem
Yes, I tried swapping the connections, it made no difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:02 AM
03-19-2003 09:02 AM
Re: Lan boot/install problem
When bootpd receives a DHCP/BOOTP request, it first checks if the
hardware address of the client is listed in the /etc/dhcpdeny
database. If yes, this client is denied lease. If the client is not
listed in the dhcpdeny database, it checks whether the client
information is in the /etc/bootptab database. If the client
information is available, bootpd sends back the reply. Otherwise, it
checks whether there is any matched relay information for the client
in the /etc/bootptab database. If so, bootpd goes through a series of
checks to see if it should relay the request. If no matched relay
information was found, bootpd checks whether the client information is
matched by a pool or device group in the /etc/dhcptab database. If a
match is found, bootpd sends back a reply. The request is dropped if
no matched group information is found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:08 AM
03-19-2003 09:08 AM
Re: Lan boot/install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:17 AM
03-19-2003 09:17 AM
Re: Lan boot/install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:45 AM
03-19-2003 09:45 AM
Re: Lan boot/install problem
ignite-defaults: ht=ethernet: hn: bf=/opt/ignite/boot/nbp.efi: bs=48
System-IPF: tc=ignite-defaults: ha=00d009000000: ip=190.40.101.22: sm=255.255.248.0: gw=190.1.48.1: ds=190.1.48.11
I tried adding an entry specific to my wayward client. It didn't change anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:54 AM
03-19-2003 09:54 AM
Re: Lan boot/install problem
How far does "bo lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:59 AM
03-19-2003 09:59 AM
Re: Lan boot/install problem
I successfully made a network recovery archive of the allegro, but the "bo lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 10:04 AM
03-19-2003 10:04 AM
Re: Lan boot/install problem
I guess I should clarify...
After hitting enter and answering "n" to the interact with ipl question, it tries to boot for a minute or so and times out, being unable to find a "nonexistant device".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 10:35 AM
03-19-2003 10:35 AM
Re: Lan boot/install problem
All subnet has to be the same and also they should all use lan0, or the primary lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 12:20 PM
03-19-2003 12:20 PM
Re: Lan boot/install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 04:57 PM
03-19-2003 04:57 PM
Re: Lan boot/install problem
on the client system,
create a .rhost file and add to it the ignite server.
then on the server system,
do this:
# /opt/ignite/bin/bootsys -w -v
See if the above works or not.
I am doing a push rather than a pull.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:41 AM
03-20-2003 08:41 AM
Re: Lan boot/install problem
After adding an "IP address usable by any client" to the ignite boottab file, It showed right up on the "sea lan install" command and I am now attempting a restore! Thanks!!!