- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite lan boot
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
тАО10-30-2006 08:56 PM
тАО10-30-2006 08:56 PM
I would like to know whether my procedure for setting up boot from lan for Ignite is correct. I want to set this up for K, N and A class servers. Our Ignite server is a V 2250. Do the clients support lan boot? Does the server support lan boot?
The steps I want to follow are as follows:
1. Edit /etc/opt/ignite/instl_boottab and reserve the client IP address for each host for which I would like to configure lan boot (by using the MAC addr)
2. Enable instl_bootd by uncommenting the corresponding line in /etc/inetd.conf and restarting inetd
3. Reboot the client(s) and do a search lan install
4. Boot from the Ignite server
Does this look OK or am I missing something?
Regards
Ruan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 09:47 PM
тАО10-30-2006 09:47 PM
Re: Ignite lan boot
2.1 edit /etc/exports to add lines like:
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/server1 -anon=2
/var/opt/ignite/recovery/archives/server2 -anon=2
2.2 run exportfs
2.3 Make sure on your Ignite server, nfs.client, nfs.core and nfs.server are running.
3. interrupt autoboot and type:
boot lan.IP_of_Ignite_Server install
reply "Interact with IPL?> " with "N"
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 10:00 PM
тАО10-30-2006 10:00 PM
Re: Ignite lan boot
I find it too cumbersome to export every new archive share for eache newly added backed up ignite client.
Therefore I prefer to exportfs the whole archives share to hosts of the whole LAN segment.
e.g. (replace 123.123.123 with your network IP part)
# exportfs
/var/opt/ignite/clients -anon=2,access=@123.123.123
/var/opt/ignite/recovery/archives -anon=2,access=@123.123.123
Also I prefer booting any ignite client that I need to recover and which still has a HP-UX running with the bootsys command from the ignite server.
It has the nice -S option which allows ssh RSA authorization.
On the other hand if you need to rebuild the client from scratch then ISL thereon as described is your friend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 10:24 PM
тАО10-30-2006 10:24 PM
Re: Ignite lan boot
Also, our servers have multiple NICs. Very few of the servers use the built-in NIC. The two additional NICs are configured with an 11.2.16.0 and 11.2.20.0 address respectively.
Can I unplug either of the network cables of the client and plug it into the built-in NIC for lan booting?
Thnx,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 11:09 PM
тАО10-30-2006 11:09 PM
SolutionYang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 11:10 PM
тАО10-30-2006 11:10 PM
Re: Ignite lan boot
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 11:19 PM
тАО10-30-2006 11:19 PM
Re: Ignite lan boot
I have just seen that the recovery archives are identified by MAC address. The MAC address will obviously not be the same when booting from the internal NIC.
Is there a procedure to get around this?
Thanks,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 11:29 PM
тАО10-30-2006 11:29 PM
Re: Ignite lan boot
On Ignite server:
1. cp -rp mac_of_orig_image mac_to_be_rebuild
2. ln ├в s mac_to_be_rebuild name_for_rebuild_server
3. MAC address need to all in uppercase.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 11:34 PM
тАО10-30-2006 11:34 PM
Re: Ignite lan boot
Thanks for all the info!
Do you know how to set the duplex options? Also, our Ignite version is quite old: B.4.3.91... Any known issues?
Is there any way to check whether a client will be able to see the Ignite server without actually doing a reboot?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2006 11:50 PM
тАО10-30-2006 11:50 PM
Re: Ignite lan boot
As long as you have a good Ignite image, you should not have problem for server rebuild/recovery/clone. Of course, if you can upgrade you Ignite server and clients before you rebuild the servers, it will be better.
You can use Ignite GUI and configure the server you want to ignite. By doing so, you will know if you will have a problem to Ignite that server or not. However, if to_be_rebuild server is not in the same subnet, when that server is running, you can always setup communication with you Ignite server. While when you try to boot from lan, you need to put both of them in the same subnet otherwise client you will have trouble to Ignite.
You can still run Ignite rebuild for a server in different subnet but you need a Ignite gateway server which is up and running and in the same subnet with you to_bu_rebuild server. You need to configure that server as a Ignite gateway server.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 01:23 AM
тАО10-31-2006 01:23 AM
Re: Ignite lan boot
I think that you can use the -l option of the make_net_recovery command (though I haven't tried it yet, because I connected my ignitable servers to the built-in NIC (usually lan0)).
maybe you could try something like
(optionally add the -p switch and look at latest/recovery.log of the client on your iux server if it worked)
echo /usr/sbin/make_net_recovery -v -l $(lanadmin -a 0|awk -F" = " '{print toupper($2)}') -P s -s your_iux_server -x inc_entire=vg00 | batch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 08:00 PM
тАО10-31-2006 08:00 PM
Re: Ignite lan boot
So last night I attempted a lan boot on our development server.
sea lan yields:
P0 10/12/6.2 lan.0
sea lan install yields:
Unknown device
I then tried boot lan install, but the system just goes into a loop...
Retrying Boot Device...
Boot Device not ready.
and eventually:
Failed to initialize
ENTRY_INIT
Status = -4
I tried both network cables (connected to the 11.2.16.0 and 11.2.20 nw respectively). The ignite server also has two NICs configured with addresses in the aforementioned ranges.
Will an ethereal trace (nw trace) on the ignite server show any traffic on ports 1067 and 1068 (instl_bootd ports).
Is it best to have instl_bootd via inetd?
Regards,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 09:27 PM
тАО10-31-2006 09:27 PM
Re: Ignite lan boot
boot lan.11.2.16.2 install
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 09:36 PM
тАО10-31-2006 09:36 PM
Re: Ignite lan boot
Thanks, but I have tried that route already. Any other suggestions? Why does search lan install say unknown device?
Also, should the link lights on the NIC of the client not flash while the boot process is in progress?
Regards,
Raan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 09:48 PM
тАО10-31-2006 09:48 PM
Re: Ignite lan boot
When you run boot lan.11.2.16.# install, the message "BCH Directed LAN Path: /x/x/x/x.xxx.xxx.xxx.xxx" point to which NIC? is it 10/12/6.2? If not, you have to plug the cable to the othe NIC.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2006 01:06 AM
тАО11-01-2006 01:06 AM
Re: Ignite lan boot
A little more info on the ongoing saga. The internal card is only a 10M card (Ethernet instead of Fast Ethernet). The ports on the nw switch are forced to 100M Full Duplex. So just plugging the cables from one of these ports will not work apparently.
Will have to speak to the nw admins and see if they can sort this out.
Regards,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2006 12:00 AM
тАО11-03-2006 12:00 AM
Re: Ignite lan boot
So the nw admin configured a free port to be autoneg. Tested this by connecting a fly lead and enabling the internal card. Can ping server on address allocated to card.
I am going to try the lan boot on Sunday again. Is the Ignite recovery screens presented the same as when booting off an ignite tape?
Regards,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2006 12:12 AM
тАО11-03-2006 12:12 AM
Re: Ignite lan boot
Yang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2006 12:22 AM
тАО11-03-2006 12:22 AM
Re: Ignite lan boot
Will let you know what the result is.
Regards,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2006 06:44 PM
тАО11-05-2006 06:44 PM
Re: Ignite lan boot
So i tried the LAN boot yesterday. Still failed , but the status is now -7 any ideas?
Thanks,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2006 08:42 PM
тАО11-05-2006 08:42 PM
Re: Ignite lan boot
One of the boot options on our development server (K-Class) is:
BOot INSTALL boot from hp-ux install server using core lan station
I will try this option tonight and let you know what the status is.
Regards,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2006 10:57 PM
тАО11-05-2006 10:57 PM
Re: Ignite lan boot
Check the following link, it may help.
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080062877
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2006 11:12 PM
тАО11-05-2006 11:12 PM
Re: Ignite lan boot
That is exactly the message I receive. Will have to check what boot install yields.
Will keep you posted,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2006 02:17 PM
тАО11-09-2006 02:17 PM
Re: Ignite lan boot
Ruan,
Thank you for asking this question. Since they answered my similar question, I recommend lots of points for Yang and Ralph.
Yang and Ralph,
Thanks to both of you! Your responses about setting up to ignite a server using another server's image told me exactly what I wanted to know!
Paul