Operating System - HP-UX
1753440 Members
4845 Online
108794 Solutions
New Discussion юеВ

Re: Make_Recovery vs Make_Tape_Recovery

 
SOLVED
Go to solution
LG Porter
Frequent Advisor

Make_Recovery vs Make_Tape_Recovery

What is the primary difference between "make_recovery -ACv" and a "make_tape_recovery" commands? Is there a difference at different releases of IgniteUX?
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Make_Recovery vs Make_Tape_Recovery

Hi:

'make_tape_recovery' replaces 'make_recovery' in the newer versions of Ignite. 'make_tape_recovery' is far superior and has the ability to include and exclude whole volumes, directories and/or files.

Download a current version of Ignite:

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

Use this to create a tape archive for all of vg00:

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

Don't confuse the '-i' option of the old 'make_recovery' with the '-i' option of its replacement, 'make_tape_recovery'. The '-I' option of 'make_tape_recovery' is the *same* as the '-i' option of 'make_recovery'. '-I' means cause the Ignite process to be interactive when booting from tape.

Regards!

...JRF...
Uday_S_Ankolekar
Honored Contributor

Re: Make_Recovery vs Make_Tape_Recovery

This doc might help..

http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058668799
The document id: IUXKBRC00007029

-USA..

Good Luck..
PIYUSH D. PATEL
Honored Contributor

Re: Make_Recovery vs Make_Tape_Recovery

Hi,

make_recovery is replaced by make_tape_recovery in the newer version of Ignite and it has many more features. See man make_tape_recovery for more options. You can include files and directories too while backing up.

Piyush