list of Storage unit for all policies in an environemnt
Created: 15 Dec 2012 | Updated: 05 Jan 2013 | 3 comments
This issue has been solved. See solution.
i have to take out a list of all the policies and storage unit assigned to them in a unix environment..what would be the command ?
Discussion Filed Under:
Comments 3 Comments • Jump to latest comment
Simply you can use GUI-> and copy them into Excle sheet
or you need to use bppllist and bpstulist for command line..
hope this helps.
You would use the bppllist command:
bppllist
http://www.symantec.com/docs/HOWTO43679
DOCUMENTATION: What do entries in the 'bppllist <policy> -l' command indicate?
http://www.symantec.com/docs/TECH42917
Assumption is the mother of all mess ups.
If this post answered your'e qustion - Please mark as a soloution.
OR, something similar to the following?
for POLICY in `bppllist`
do
echo
bppllist $POLICY -L|egrep "^Policy Name|^Residence|^Schedule|^ Residence"|grep -v Lifecycle
done
Regards Andy
"Have you still got the box it came in?"
Would you like to reply?
Login or Register to post your comment.