Manually runining of make_tape_recovery and make_net_recovery
For Tape
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -v -t "Recovery tape created on $(hostname) on $(date)" >> /tmp/mk_rec.log 2>&1
For Disk
nohup /opt/ignite/bin/make_net_recovery \
-b -P s -n 2 \
-d "NCS-itsus012 Recovery Archive" \
-s atsblp01.na.nn.com \
-a itsusravunx01.saa.com:/vol/atsusravunx01_its/unix_images/archives/atsus012 \
-x inc_entire=vg00
-x exclude=/var/adm/crash \
-x exclude /usr/openv/netbackup/logs \
-x exclude /usr/openv/logs
For Tape
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -v -t "Recovery tape created on $(hostname) on $(date)" >> /tmp/mk_rec.log 2>&1
For Disk
nohup /opt/ignite/bin/make_net_recovery \
-b -P s -n 2 \
-d "NCS-itsus012 Recovery Archive" \
-s atsblp01.na.nn.com \
-a itsusravunx01.saa.com:/vol/atsusravunx01_its/unix_images/archives/atsus012 \
-x inc_entire=vg00
-x exclude=/var/adm/crash \
-x exclude /usr/openv/netbackup/logs \
-x exclude /usr/openv/logs
No comments:
Post a Comment