1851753 Members
1889 Online
104062 Solutions
New Discussion

Re: Boot tape

 
Alex_17
Frequent Advisor

Boot tape

Hi,

I need to make a tape just to boot any server.

What is the best way??

Thanks.

Alex.
7 REPLIES 7
Craig Rants
Honored Contributor

Re: Boot tape

Well, you can't just boot any server, but ignite is the HP way of creating boot tapes. There are a few stipulations like the hardware must be the same etc...


Good Luck,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
James Beamish-White
Trusted Contributor

Re: Boot tape

make_recovery as part of ignite is the thing you want I think.

Cheers,
James
GARDENOFEDEN> create light
Roger Baptiste
Honored Contributor

Re: Boot tape

hi,

/opt/ignite/bin/make_tape_recoery -A -v -C -d /dev/rmt/0mn

(or just make_tape_recovery -i to use the interactive mode).

If ignite is not installed , you can download it from the application CD.

HTh
raj
Take it easy.
James R. Ferguson
Acclaimed Contributor

Re: Boot tape

Hi Alex:

I think what you want is an Ignite recovery tape:

# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

For current documentation and software go here:

http://www.software.hp.com/products/IUX/index.html

The download and installation of Ignite (with 'swinstall') takes very little time and does not require a reboot. You can do this AND have a bootable recovery tape in just a few hours.

Regards!

...JRF...
harry d brown jr
Honored Contributor

Re: Boot tape

To make your life easier, you should create a recovery tape for each server, otherwise you will have to "interact" with each recovery changing ip's, lvm's, boot areas, blah blah blah.

live free or die
harry
Live Free or Die
Alex_17
Frequent Advisor

Re: Boot tape

Thanks for your help.

What we want is to boot the client and then from its Ignite server make a bootsys, but we would like to have only one tape to boot any client (more than 20).
Sanjay_6
Honored Contributor

Re: Boot tape