![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Netbackup Installation | impunchdrunk | HP-UX | 4 | 10-03-2007 10:09 AM |
| Netbackup on Solaris 8 | civic2005 | SUN Solaris | 1 | 04-27-2007 01:49 PM |
| veritas NETbackup command | ppass | SUN Solaris | 3 | 05-04-2005 08:20 AM |
| Netbackup question | 98_1LE | Filesystems, Disks and Memory | 2 | 10-08-2003 07:45 AM |
| Veritas NetBackup | TRUEST | UNIX for Dummies Questions & Answers | 2 | 03-30-2002 08:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
|
|||
|
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 12: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. |
|||
| Google The UNIX and Linux Forums |