1827286 Members
1762 Online
109717 Solutions
New Discussion

Re: make_recovery

 
massimiliano_6
Occasional Contributor

make_recovery

is it another way to make_recovery in my 11.11 hpux sytstem?
6 REPLIES 6
Ceesjan van Hattum
Esteemed Contributor

Re: make_recovery

Is it another way compared with what ?
Regards.
massimiliano_6
Occasional Contributor

Re: make_recovery

regard to "make_recovery" command
Ceesjan van Hattum
Esteemed Contributor

Re: make_recovery

It is not clear to me what you mean.
make_recovery is one command of the Ignite-UX package which you can download and it is for free:
http://software.hp.com/products/IUX/download.html#down11

For hpux-11.11 you simply can use the 11.00 version as far as i know.

There are two other ways to get the same results:

make a full-bootable tape:
dd if=/usr/lib/uxbootlf of=/dev/rmt/0mn bs=2k
dd if=/dev/rdsk/1ss of=/dev/rmt/0m bs=64k
then normal full backup..
.. but i would not do it..

second method is to double-mirrored bootdisk (instead of tape).

Regards,
Ceesjan
Ray Brewer
Valued Contributor

Re: make_recovery

try looking at the newer version make_tape_recovery or even make_net_recovery. There is a man page for each. These both offer some additional functionality.

Ray
harry d brown jr
Honored Contributor

Re: make_recovery

If you are running 11.11, you should NOT be using make_recovery, you should be running make_tape_recovery!

Follow the link Ceesjan has provided for you and install the latest version, then do your make_tape_recovery - TWICE on TWO different tapes!

THEN, install the latest patch bundle!

live free or die
harry
Live Free or Die
Michael Tully
Honored Contributor

Re: make_recovery

The best way to create an ignite tape (make_tape_recovery) is the interactive method, meaning you have full control over a bootable tape similar to an installation.

# /opt/ignite/bin/make_tape_recovery -x inc=entire=vg00 -I -v -a /dev/rmt/0mn

(make sure you use the no-rewind device)
Anyone for a Mutiny ?