tien86
11 years agoLevel 4
Folder I created unexpectedly deleted netbackup/db/images
Hello,
I backup a Oracle RAC. The master server is windows server 2008 R2 x64. Two client names is db1-vip, db2-vip
I following this guide, create link like this:
mkdir db-rac
mkliink /j db1-vip db-rac
mkliink /j db2-vip db-rac
http://www.symantec.com/business/support/index?page=content&id=TECH43187
cd /usr/openv/netbackup/db/images
mkdir myRAC
ln -s myRAC vipA
ln -s myRAC vipB
The same image directory structure and functionality can be created on a Windows master server using Junctions, which have been available in NTFS since Windows 2000; http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx
I can backup OK. But I find that the day after backup, the folder db-rac disappeared. Is some process of Netbackup can automatically delete this folder?
Which document should I read to admin the db/images folder
Thank you and appriciate for any suggestion.