1832592 Members
2688 Online
110043 Solutions
New Discussion

IGNITE

 
Remy_1
Occasional Advisor

IGNITE

Hi,

I'm trying to run a make_tape_recovery command that will add both the VG00 and VG01 during the ignite session.
Can't get it right for some reason.
What is the command and flags to do this.

Thanks,
Remy
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor

Re: IGNITE

Hi Remy,

That would be

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

Why do you want to include vg01?

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Ian Dennison_1
Honored Contributor

Re: IGNITE

From the man page,...

Create a system recovery tape that includes all of the vg00 and vg01
volume groups, but that excludes the /depots directory.

- 8 - Formatted: February 4, 2003

make_tape_recovery(1M) make_tape_recovery(1M)

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01
-x exclude=/depots

make_tape_recovery -s myserver -x inc_entire=vg00 -x inc_entire=vg01
-x exclude=/depots

Preview the creation of system recovery tape

make_tape_recovery -p

Share and Enjoy! Ian
Building a dumber user
Jose Mosquera
Honored Contributor

Re: IGNITE

Hi,

Create a system recovery tape that includes all of the vg00 and vg01 volume groups, but that excludes the /depots directory.

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -x exclude=/depots

Rgds.
Robert-Jan Goossens
Honored Contributor

Re: IGNITE

Hi,

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

Hope it helps,

Robert-jan.