1833873 Members
1935 Online
110063 Solutions
New Discussion

Re: Verify Tape Backup

 
Shehan
Super Advisor

Verify Tape Backup

Hi All

We have backed up entire VG00 by using make_tape_recovery -Av -I /dev/rmn/0mn.

My oracle installation directory(/oral01) is located in vg00.

Now How i can verify /ora101 is backed up perfectly?

Please let me give the command to verify /ora101 is backed up perfectly>.


Regards
Nirukshitha

2 REPLIES 2
whiteknight
Honored Contributor

Re: Verify Tape Backup

Hi,

Tips to verify
Check the log generated during the Ignite backup:

1) Make_recovery log files

/var/opt/ignite/recovery/makrec.log1
/var/opt/ignite/recovery/makrec.log2
/var/opt/ignite/local/install.log

Make_tape_recovery log files

/var/opt/ignite/recovery/latest/recovery.log/var/opt/ignite/recovery/latest/flist
/var/opt/ignite/local/install.log

2) Using tar to check contents of the image:

- Skip over the first image with mt command

# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1

- Verify the contents of the tar image:

# tar tvf /dev/rmt/0m

hope this help

WK

Problem never ends, you must know how to fix it
Anutec
Occasional Contributor

Re: Verify Tape Backup

#check_tape_recovery