1834817 Members
2341 Online
110070 Solutions
New Discussion

make_tape_recovery

 
Jeff Picton
Regular Advisor

make_tape_recovery

Hi

I am backing up an HP11:00 server using the following:-

make_tape_recovery -x inc_entire=vg00.

The server is partitioned into vg00 AND vg01. Do you include vg01 in this command and if so,how ?
12 REPLIES 12
Steven E. Protter
Exalted Contributor

Re: make_tape_recovery


make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01

You can have multiple -x commands.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Massimo Bianchi
Honored Contributor

Re: make_tape_recovery

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -I


I usually put the "-I" to have interactive tape when needed.

Massimo
Brian Bergstrand
Honored Contributor

Re: make_tape_recovery

No, just include vg00. The vg01 vols should/can be restored with fbackup or some other backup app.

HTH.
Jairo Campana
Trusted Contributor

Re: make_tape_recovery

hello yes,
Hello,

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -x inc_entire=vg02 -v
legionx
Jairo Campana
Trusted Contributor

Re: make_tape_recovery

Hi:

You can, but remember that Ignite is not intended as a generalized server backup utility.

However, by confining your Ignite 'make_tape_recovery' contents to vg00, you have the ability to use this tape to recover your OS environment and then 'vgimport' your (otherwise intact) non-vg00 volumes. You can also use the recovery tape to clone your system. Limiting your recovery image to just vg00 provides the utmost flexability.

Remember too, that 'make_tape_recovery' uses 'pax' to backup files. Extracting individual files or directories is quite slow compared to utilities *intended* as backup and restore solutions. This includes the free 'fbackup/frecover' of HP-UX!

legionx
TOMAS BERNABEU
Frequent Advisor

Re: make_tape_recovery



Read the help :

man make_tape_recovery helps you.

....

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 ......



Tom
Steven E. Protter
Exalted Contributor

Re: make_tape_recovery

I told you how to accomplish what you wish. Now, I'll advise against it.

Ignite is a tool best used to back up your boot partition, usually vg00.

It will not properly back up open databases and such and should not be used for that. I have used it to replicate server application executables as part of a golden image push, but on a regular basis, its vg00 only, which you can restore without hurting any of the vg01 data by merely booting off the Ignite tape.

Regards and good luck,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jeff Picton
Regular Advisor

Re: make_tape_recovery

Thanks guys, I'll try this out
GK_5
Regular Advisor

Re: make_tape_recovery

make_tape_recovery is should be really used for OS recovery and making bootable tapes. All other volume groups should be backed up using other backup tool like fbackup, omniback, netbackup.
But if you want you can add vg01 then add "-x include_entire=vg01" to the same command.
IT is great!
Umang Bhavsar
Occasional Advisor

Re: make_tape_recovery

You Should use vg00. The purpose of make_tape_recovery is to keep the OS back ASAP. After that you can restore other volumes using netbackup or other tools. If you use other volumes and disk subsystem had any changes then vgcfgbackup would give you an errors. Like couldn`t query device c0t0d1?




Umang
Rene Mendez_4
Super Advisor

Re: make_tape_recovery

Remember

Ignite software use tar for backup and no backup file > 2GB if you have in vg01 base the datos use fbackup/frecover.

twang
Honored Contributor

Re: make_tape_recovery

Remember using absolute path in scirpt:

/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -I -v -a /dev/rmt/1mn >/dev/null 2>&1