Operating System - HP-UX
1753709 Members
4778 Online
108799 Solutions
New Discussion юеВ

Re: make_tape_recovery verification

 
SOLVED
Go to solution
Dan Matlock_1
Regular Advisor

make_tape_recovery verification

This may be a dumb question, but on Itanium 11.23 can I verify the tape using TAR just like on the RISC? My version of Ignite is 6.7.79. I tried the TAR verification and it failed....
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: make_tape_recovery verification

Hi Dan:

For Itanium systems, do:

# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 22
# tar -tvf /dev/rmt/0mn

Regards!

...JRF...
Steven E. Protter
Exalted Contributor

Re: make_tape_recovery verification

Shalom,

The only true verification is to use the tape.

Once in a while you need to plan a test and restore a system.

There are a lot of things that can go wrong what won't be caught by running tar against the tape.

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
Dan Matlock_1
Regular Advisor

Re: make_tape_recovery verification

fsf 22 was the answer, thanks.....