Veritas-bu

Re: [Veritas-bu] Details of the file list on a Job ID in unix commandline?

2007-09-04 14:48:30
Subject: Re: [Veritas-bu] Details of the file list on a Job ID in unix commandline?
From: "BeDour, Wayne" <WBedour AT lear DOT com>
To: <VERITAS-BU AT mailman.eng.auburn DOT edu>
Date: Tue, 4 Sep 2007 14:18:59 -0400

 I think this is what you are looking for, it lists the fully qualified
name of all the files backed up from a policy within a date range.
Works on hpux-11.11:

#  Format = files_backed_up POLICY NAME  BEGIN DATE   END DATE   (-l)
(long format)
for policy in `/usr/openv/netbackup/bin/admincmd/bppllist |grep $1`
do
  for client in `/usr/openv/netbackup/bin/admincmd/bppllist $policy |
awk '$1=="CLIENT"{print $2}'`
    do
        echo "\n## $policy :: $client :: $2  thru  $3 ::"
                /usr/openv/netbackup/bin/bplist -s $2 -e $3 -k $policy
-C $client -R $4 / | sed 's/^/   /'
    done
done


Wayne BeDour
IT Unix System Administrator
PH: 313-240-3374  FAX: 313-240-3065
Internet:  wbedour AT lear DOT com
 
-----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 dgrabs03
Sent: Monday, September 03, 2007 3:06 AM
To: VERITAS-BU AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Details of the file list on a Job ID in unix
commandline?


How do I view the File List and Detailed Status on a Command Line?
I am using the JAVA GUI, but seems to slow.

Is it on the bpdbjobs ?
If yes what is the suggested parameters?

NBU 5.1 with MP5 in Solaris 9.0

+----------------------------------------------------------------------
|This was sent by dgrabs03 AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------


_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

**********************
** LEGAL DISCLAIMER **
**********************

This E-mail message and any attachments may contain 
legally privileged, confidential or proprietary 
information. If you are not the intended recipient(s),
or the employee or agent responsible for delivery of 
this message to the intended recipient(s), you are 
hereby notified that any dissemination, distribution 
or copying of this E-mail message is strictly 
prohibited. If you have received this message in 
error, please immediately notify the sender and 
delete this E-mail message from your computer.

_______________________________________________
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>