cancel
Showing results for 
Search instead for 
Did you mean: 

How to find Policy SCHEDULE Time using Command Line

Varma_Chiluvuri
Level 5
Certified

Hi Everyone,

     Can someone help me to find the policy schedule time using the command line. I need to check the schedule time for more than 100 policies.

     Which command and options displays us the schedule time for a policy

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

I find -U to give most 'user-friendly' output:

Unix:
/usr/openv/netbackup/bin/admincmd/bppllist -allpolicies -U >/tmp/policies.txt

Windows:
<install-path>\veritas\netbackup\bin\admincmd\bppllist -allpolicies -U >C:\temp\policies.txt

View solution in original post

6 REPLIES 6

Nicolai
Moderator
Moderator
Partner    VIP   

bppllist {policy}

bppllist docs

http://www.symantec.com/docs/HOWTO43679

DOCUMENTATION: What do entries in the 'bppllist <policy> -l' command indicate?

http://www.symantec.com/docs/TECH42917

Kiran_Bandi
Level 6
Partner Accredited

You can try bppllist with -allpolicies and -L swithces.

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

I find -U to give most 'user-friendly' output:

Unix:
/usr/openv/netbackup/bin/admincmd/bppllist -allpolicies -U >/tmp/policies.txt

Windows:
<install-path>\veritas\netbackup\bin\admincmd\bppllist -allpolicies -U >C:\temp\policies.txt

Varma_Chiluvuri
Level 5
Certified

@Marianne van den Berg "bppllist -allpolicies -U" worked it displayed the schedule time for all policies.

Can we do #bppllist for a single policy ?

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

bppllist <policy-name> -U

Varma_Chiluvuri
Level 5
Certified

Thanks Marianne it worked