1833790 Members
2649 Online
110063 Solutions
New Discussion

Ignite-UX for 11.0

 
SOLVED
Go to solution
dictum9
Super Advisor

Ignite-UX for 11.0

I have a 11.0. Where do I get make_tape_recovery from (or make_recovery, which superceded it)
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor
Solution

Re: Ignite-UX for 11.0

Hi:

First, 'make_tape_recovery' superceded 'make_recovery'. That said, for the out-of-support 11.0 release you can get Ignite from the Application CD set.

Regards!

...JRF...

dictum9
Super Advisor

Re: Ignite-UX for 11.0

I got the software in a software depot on a box, does it need to be installed on both the machine where the image is made and also the machine that will boot off the tape?

A. Clay Stephenson
Acclaimed Contributor

Re: Ignite-UX for 11.0

No, think about what you are asking. Make_tape_recovery is intended to boot a box from a blank disk if necessary. There is no need to install Ignite UX on the target machine and then use the tape to boot. The idea is that you install Ignite/UX on each target machine and run make_tape_recovery. You then have a tape that can uniquely restore that machine (or alternately create a Golden Image) to restore a number of very similar machines.

You do want to install Ignite/UX later (although it will probably be a part of your Ignite image anyway) so that subsequent Ignite images can be made of this new target machine.

The other case is using make_net_recovery, here no tape drive is used but rather you do a LAN boot of the target machine from an Ignite server which has a previously created Ignite image of the target machine.

You really need to sit down and read through the Ignite documentation and then decide what strategy to employ for your environment.
If it ain't broke, I can fix that.
tkc
Esteemed Contributor

Re: Ignite-UX for 11.0

hi etc,

do get some info about ignite-ux here :

http://docs.hp.com/en/IUX/index.html
http://docs.hp.com/en/IUX/faq.html

hope that would be useful for you.
tkc
Esteemed Contributor

Re: Ignite-UX for 11.0

hi etc,

do get some info about ignite-ux here :

http://docs.hp.com/en/IUX/index.html
http://docs.hp.com/en/IUX/faq.html

hope that would be useful for you.
TY 007
Honored Contributor

Re: Ignite-UX for 11.0

Hello Etc,

# swlist -l bundle | grep Ignite
Ignite-UX-11-00 C.6.10.97 HP-UX Installation Utilities for Installing 11.00 Systems

# uname -r
B.11.00

# which make_recovery
/opt/ignite/bin/make_recovery

# which make_tape_recovery
/opt/ignite/bin/make_tape_recovery

Thanks
TY 007
Honored Contributor

Re: Ignite-UX for 11.0

Hello Etc,

# swlist -l bundle | grep Ignite
Ignite-UX-11-00 C.6.10.97 HP-UX Installation Utilities for Installing 11.00 Systems

# uname -r
B.11.00

# which make_recovery
/opt/ignite/bin/make_recovery

# which make_tape_recovery
/opt/ignite/bin/make_tape_recovery

Thanks