Update Auxiliary Copy Fallen Behind Alert Options

The following table displays Auxiliary Copy fallen behind alert parameters you can use with the commands.

Element

Description

enableAuxCopyFallenBehindAlert

To enable Auxiliary Copy fallen behind alert option on the storage policy copy.

Valid values are: 1 (enable) and 0 (disable).

enableToBeCopiedDataTB

To enable to be copied data over n TB option on the storage policy copy. When enabled an alert is generated when the data to be copied for this storage policy copy exceeds the specified threshold.

Valid values are: 1 (enable) and 0 (disable).

toBeCopiedDataTB

The option to set the size in terabyte for to be copied data option.

Use this parameter when enableToBeCopiedDataTB is enabled.

enableDaysOldJobs

To enable Jobs are not copied over n days option on the storage policy copy.

When enabled an alert is generated if the number of days that the jobs have not been copied exceeds the specified number of days.

Valid values are: 1 (enable) and 0 (disable).

daysOldJobs

The option to set number of days for Jobs are not copied over n days option.

Use this parameter when enableDaysOldJobs is enabled.

enableHoursToCopyData

To enable More than n hours required to copy all data option on the storage policy copy.

When enabled an alert is generated if the system predicts that the Auxiliary Copy operation exceeds the number of hours specified.

Valid values are: 1 (enable) and 0 (disable).

hoursToCopyData

The option to set number of hours for More than n hours required to copy all data option.

Use this parameter when enableHoursToCopyData is enabled.

  1. Download the update_AuxFallenBehindAlert.xml file and save it on the computer from where the command will be executed.

  2. Execute the following command from the <software_installation_directory>/Base folder after substituting the parameter values.

    Example

    • To disable Auxiliary Copy Fallen Behind Alert option.

      qoperation execute -af download location\update_AuxFallenBehindAlert.xml -copyName Copy1 -storagePolicyName SP01 -enableAuxCopyFallenBehindAlert 2
    • To generate an alert when the data to be copied for this storage policy copy exceeds 100 TB.

      qoperation execute -af download location\update_AuxFallenBehindAlert.xml -copyName Copy1 -storagePolicyName SP01 -enableAuxCopyFallenBehindAlert 1 -enableToBeCopiedDataTB 1 -toBeCopiedDataTB 100
    • To generate an alert when the number of days that the jobs have not been copied exceeds the 10 days.

      qoperation execute -af download location\update_AuxFallenBehindAlert.xml -copyName Copy1 -storagePolicyName SP01 -enableAuxCopyFallenBehindAlert 1 -enableDaysOldJobs 1 daysOldJobs 10
    • To generate an alert if the system predicts that the Auxiliary Copy operation exceeds the 15 hours.

      qoperation execute -af download location\update_AuxFallenBehindAlert.xml -copyName Copy1 -storagePolicyName SP01 -enableAuxCopyFallenBehindAlert 1 -enableHoursToCopyData 1 -hoursToCopyData 15
×

Loading...