cancel
Showing results for 
Search instead for 
Did you mean: 

policy issue

Raghunath_k
Level 4
Mary X-mas all,

If we r given only policy name only, how do we find

1. Its Attributes i.e no of clients and server, sched etc.
2. The policy backup date
3 The policy expiry date
4. Tape or Media Id / location
5. The backup size.
6. All related to the policy.

all these in GUI or Commands ??? pls.....

Thanks
Raghu
8 REPLIES 8

Philipp_Burath
Level 4
Certified
Hi Raghu,

you could use /usr/openv/netbackup/bin/bpadm. Type "p" and then "b" to browse through the policies until you find the one you are after. You can then look at various info on that policy. Or you could press "l" to list all policy information.

Hope this helps...

Regards
Philipp

Stumpr2
Level 6
bppllist -U
will answer
1. Its Attributes i.e no of clients and server, sched etc.
2. The policy backup date
3 The policy expiry date
4. Tape or Media Id / location
6. All related to the policy.


5. The backup size
You can get the size of the backup from the activity monitor or

bpimagelist -U -client -hoursago 24

Backed Up Expires Files KB C Sched Type Policy
---------------- ---------- -------- -------- - ------------ ------------
12/21/2006 10:16 12/29/2006 342177 66460750 N Full Backup Unix_Master

AKopel
Level 6
Anyone else here having an issue with bppllist and the -U switch?
Ever since we upgraded to MP4, the command bombs out on us.
I have a call in. For now I am using the -L switch...

AK

Stumpr2
Level 6
Aaron,

yes, please see thread
http://forums.veritas.com/discussions/thread.jspa?messageID=4465892ⓤ

AKopel
Level 6
Thanks Bob, Perfect.
AK

Raghunath_k
Level 4
Hi Bob

How do i catch the media id by command line


Thanks
Raghu

Dennis_Strom
Level 6
bpimagelist -media -U -d 12/01/2006 12:12:12 -e 12/04/2006 12:12:12 -M SERVERNAME | awk '{print $1}'Message was edited by:
Dennis Strom

Raghunath_k
Level 4
Thanks Dennis, i just got the answer.

can u guide me for the Vaulting issue