The following table displays data verification parameters you can use with the commands.
|
Element |
Description |
Parent Element |
|---|---|---|
|
throttleNetworkBandWidthMBHR |
Enhancing backup performance by reducing network bandwidth overhead. Valid values are 1 - no limit. |
storagePolicyCopyInfo |
|
allJobs |
All backup jobs on the storage policy copy are verified when a data verification operation is run. Valid values are: 1 (enable) and 0 (disable). |
dataVerification |
|
allFullJobs |
All FULL backup jobs on the storage policy copy are verified when a data verification operation is run. Valid values are: 1 (enable) and 0 (disable). |
dataVerification |
|
verificationExpiresAfterMonths |
The number of months for which the data verification is valid. Valid values are: Number of months. |
dataVerification |
|
timeValue |
The backup data after the specified date is verified on the storage policy copy when a data verification operation is run. Valid values are: yyyy-mm-dd. |
jobsOnOrAfterDate |
-
Download the update_Advanced.xml file and save it on the computer from where the command will be executed.
-
Execute the following command from the <software_installation_directory>/Base folder after substituting the parameter values.
Example
-
To verify all jobs on a storage policy copy.
qoperation execute -af download location\update_Advanced.xml -copyName Copy1 -storagePolicyName SP01 -archiveCheckAll 1 -allJobs 1 -
To verify all Full jobs on a storage policy copy.
qoperation execute -af download location\update_Advanced.xml -copyName Copy1 -storagePolicyName SP01 -archiveCheckFull 1 -allFullJobs 1 -
If you have All Jobs option enabled and you want to set All Full Jobs option on the storage policy copy properties.
qoperation execute -af download location\update_Advanced.xml -copyName Copy1 -storagePolicyName SP01 -archiveCheckFull 1 -allFullJobs 1 -archiveCheckAll 0 -allJobs 0 -
To verify the jobs that ran after a specific date.
qoperation execute -af download location\update_Advanced.xml -copyName Copy1 -storagePolicyName SP01 -verificationExpiresAfterMonths 2014-01-01 -
To update the network bandwidth per stream value as 600 MB/HR.
qoperation execute -af download location\update_Advanced.xml -copyName Copy1 -storagePolicyName SP01 -throttleNetworkBandWidthMBHR 600
-