Operating System - HP-UX
1830041 Members
1661 Online
109998 Solutions
New Discussion

make_tape_recovery command

 
Joe Hege
Occasional Advisor

make_tape_recovery command

What's the best command of the make_tape_recovery to get all of vg00

I'm using
make_tape_recovery -I inc_entire=vg00

Thanks
Joe
Vini, Vidi, Vici
9 REPLIES 9
Patrick Wallek
Honored Contributor

Re: make_tape_recovery command

/opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00

Pete Randall
Outstanding Contributor

Re: make_tape_recovery command

make_tape_recovery -A -x inc_entire=vg00


Pete

Pete
Helen French
Honored Contributor

Re: make_tape_recovery command

The command you are using is wrong. Try this:

# make_tape_recovery -a tape_device_filename -I -v -x inc_entire=vg00
Life is a promise, fulfill it!
Hai Nguyen_1
Honored Contributor

Re: make_tape_recovery command

Joe,

Try this:

# /opt/ignite/bin/make_tape_recovery -Av

The above command assumes that your default tape device is /dev/rmt/0m. Also it will, by default, back up the whole vg00.

Hai
Dave La Mar
Honored Contributor

Re: make_tape_recovery command

Joe -
This is what we cron -
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn >/dev/null 2>&1

Best of Luck.

Regards,
dl
"I'm not dumb. I just have a command of thoroughly useless information."
Sudhakar_5
Occasional Advisor

Re: make_tape_recovery command

Hi,

I use make_tape_recovery -Av to take backup of root vg(vg00) into /dev/rmt/0m.It works perfectly fine.If u want to specify different device, specify thru -a switch.

ATB,
Sudhakar
CCIL
Frequent Advisor

Re: make_tape_recovery command

Hi !
i use the following command
"make_tape_recovery
-a /dev/rmt/Xmn -Av"

X ----> number which you can get form the ioscan -fnC tape
Amit Vichare
Steven E. Protter
Exalted Contributor

Re: make_tape_recovery command

Here's mine....

Production Script

#!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00


BTW, I like that shell.

Because this script is called by cron once a week the full path is provided.

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
Rizwan Mohammed
Frequent Advisor

Re: make_tape_recovery command

Hi

try command make_tape_recovery ,as this is better cmd than make_recovery ,hp recommends using make_tape_recovery cmd

apply GOLD patch for 11i december 2002

Rizwan
Know ?Urself before judging others