Veritas-bu

Re: [Veritas-bu] Backup Selection List

2009-07-15 10:38:51
Subject: Re: [Veritas-bu] Backup Selection List
From: Ed Wilts <ewilts AT ewilts DOT org>
To: Patrick <netbackup AT whelan-consulting.co DOT uk>
Date: Wed, 15 Jul 2009 09:35:37 -0500
On Wed, Jul 15, 2009 at 6:45 AM, Patrick <netbackup AT whelan-consulting.co DOT uk> wrote:
bpcoverage

Regards,
 
Patrick Whelan
VERITAS Certified NetBackup Support Engineer for UNIX.
VERITAS Certified NetBackup Support Engineer for Windows.

Nope - bpcoverage actually does a poor job of identifying what you're really backing up.  It breaks down for clusters with virtual servers, flash backups, and backups for a portion of a directory tree.  It breaks down for agents. It can tell you that a policy is active for that client, but that's about it.

Something like this will give you the output - it's just a matter of making it pretty from there:

# bppllist -allpolicies | awk -f foo.awk

[root@osiris ~]# cat foo.awk
/^CLASS/ {
        print $2
}

/^INCLUDE/  {
        if ($2 !~ /NEW_STREAM/ ) print " ",$2, $3, $4, $5, $6, $7
}




-----Original Message-----
From: veritas-bu-bounces AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of Sushil
Sent: 15 July 2009 12:16

Do you guys know of any easy way in Netbackup to create a list of the Backup
Selections for each Policy i.e.

Backup Selection                       Policy
/u02                                          dadsadhoc


Thanks,
Sushil

    .../Ed

Ed Wilts, RHCE, BCFP, BCSD, SCSP, SCSE
ewilts AT ewilts DOT org
_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
<Prev in Thread] Current Thread [Next in Thread>