Operating System - HP-UX
1838288 Members
3086 Online
110125 Solutions
New Discussion

Re: Ignite a system over the network

 
SOLVED
Go to solution
Andrew Pollard
Super Advisor

Ignite a system over the network

Hi,

I need to move an existing system to a new system (both are RP7410) but neither have tape drives. Is it possible to ignite a system over the network, and if it is, how would I do it?

Thanks
Andrew Pollard
4 REPLIES 4
Sundar_7
Honored Contributor
Solution

Re: Ignite a system over the network

Sure you can do that.

You need to first create a network recovery archive of the old system

Refer man page of make_net_recovery

make_net_recovery -s -iv -x inc_entire=vg00

make_net_recovery required 2 NFS filesystems to be exported to the client from the Server.

When the archive is created

On the new system

1) interrupt the autoboot, if enabled
2) in the BCH enter

boot lan.A.B.C.D

A.B.C.D = IP address of the IUX server

This will ignite the system over the network

For this to work, both the client and the server should be in the same broadcast domain. If not, you would require a boot helper or you need to boot the new system off CD, enable networking and use the archive from the IUX server.

- Sundar.
Learn What to do ,How to do and more importantly When to do ?
Andrew Pollard
Super Advisor

Re: Ignite a system over the network

Hi Sundar,

Thanks for the quick response. I will give it a try.

Thanks again

Andrew
Prashant Zanwar_4
Respected Contributor

Re: Ignite a system over the network

Also you can do it interactively:

make_net_recovery -i

you have to have NFS mounts on client from IUX server.

Hope it helps..this is GUI interface..so will be good to interact and understand also.

Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Prashant Zanwar_4
Respected Contributor

Re: Ignite a system over the network

Sorry for above, i overlooked sunder's reply which has -i option too...

that is it..

make_net_recovery -i -s ..

No points for me please..

thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."