iwantam
10 years agoLevel 3
NetBackup for VMware "Snapshot retry count"
Hi All,
I see in the NetBackup policy VMware in the Advanced option there is "Snapshot retry count" whith the default value 10. Is it OK if I changed to lower value is there Any Impact?
If it is OK to change it to lower value, is that any easy way to change (using command line) to change it? since using GUI took very long time.
Thank you,
Iwan
You can change the VMware tab in the policy using the following command:
bpplinfo POLICY_NAME -modify -snapshot_method_args "keyword=value,keyword=value,..."
Full details of all parameters for -snapshot_method_args are at https://www.veritas.com/support/en_US/article.000074127#v80137990
One thing i found is you have to list in the parameters anything you have changed in the policy because if you don't list it, then it will revert it to default by running the command. The parameter you want to change in this instance is the rLim= one. To get a list of all parameters currently in place for your policy then run bpplinfo POLICY_NAME -L and then look for the Snapshot Method Arguments section and can just copy that.