![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| veritas NETbackup command | ppass | SUN Solaris | 4 | 11-16-2008 02:58 AM |
| Netbackup Installation | impunchdrunk | HP-UX | 4 | 10-03-2007 01:09 PM |
| Netbackup on Solaris 8 | civic2005 | SUN Solaris | 1 | 04-27-2007 04:49 PM |
| Netbackup question | 98_1LE | Filesystems, Disks and Memory | 2 | 10-08-2003 10:45 AM |
| Veritas NetBackup | TRUEST | UNIX for Dummies Questions & Answers | 2 | 03-31-2002 12:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
Netbackup Questions
I have 2 questions maybe those netbackup experts and gurus in the house can help.
Firstly, is there a particular location maybe under /usr/openv where I can find a diretory or file which contains all the backup policy information, so lets say If someone were to physically delete all the netbackup policies from jnbSA GUI, is there some way to bring it back by restoring such a file/directory? My second question, is there any command to run that will generate a detailed report of all the backup policies along with other information, like storage units, policy type, volume pools, schedule windows etc .... I need it the info for some documentation which I'm doing. It will be a big pain for me if I have to manually go thru each policy to write down this info. thanx in advance |
|
||||
|
Login as root and run the following
# for i in `bppllist` > do > bppllist $i -U > done The Policies, themselves, can be found in the /opt/openv/netbackup/db/class directory, class being the old name for the policy. As for removing a policy from the GUI - that also will remove the policy from the /opt/openv/netbackup/db/class directory. If someone deleted your policies, just home that your Master Server backup has been successful! Last edited by Grippo; 06-11-2008 at 03:59 AM.. |
|
||||
|
it is highly recommended to setup catalog hot/cold backup.
Alternatively, using unix native tools like cp, tar you you can make copy of directories containing catalog (NB 6.5) : /usr/openv/netbackup/db /usr/openv/var/global /usr/openv/db/data it is important that NB is stopped or make sure that no client backups are running. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|