Forum Discussion

Varma_Chiluvuri's avatar
13 years ago

How to find Policy SCHEDULE Time using Command Line

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

  • 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

6 Replies

Replies have been turned off for this discussion
  • 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

  • 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

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

    Can we do #bppllist for a single policy ?