1833875 Members
2096 Online
110063 Solutions
New Discussion

make_tape_recovery

 
tayal_sumit
Occasional Advisor

make_tape_recovery

Hi All,

I am taking an ignite copy of one of HP-UX server in which i have to take /dev/vgdev backup also along with /vg00 but i have to exclude one of the lvol from /dev/vgdev for this i have run the following command
make_tape_recovery -Av -x inc_entire=/dev/vgdev exclude=/dev/vgdev/lvol3 -a /dev/rmt/8mn

So please tell me will it work will it exclude /dev/vgdev/lvol3.

regards,
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: make_tape_recovery

Hi,

make_tape_recovery -a /dev/rmt/8mn -A -x inc_entire=vg00 -x inc_entire=vgdev -x exclude=/mountpoint

change the mountpoint into the one for /dev/vgdev/lvol3

Robert-Jan