JobsCopiedByAuxCopyJob

Description

This script give the details of jobs copied by AuxCopy Job or AuxCopy Jobs ran between time range and/or policy and/or copy

It takes 5 parameters in the order :QS_LINE- i_AuxCopyJob, i_fromTime , i_toTime , i_policyName, i_copyName

when i_AuxCopyJob is nonzero , then jobs copied by AuxCopy job are listed. No other parameter values are considered

Eg Usage : qoperation execscript -sn QS_JobsCopiedByAuxCopyJob [-si 20] [-si ''] [-si ''] [-si ''] [-si '']

when @i_AuxCopyJob = 0, i_fromTime <> NULL, i_toTime <> NULL all other params are NULL, The jobs copied by all auxcopy jobs ran between FromTime and ToTime.

Eg Usage : qoperation execscript -sn QS_JobsCopiedByAuxCopyJob [-si 0] [-si @i_fromTime='2013/02/12'] [-si @i_toTime='2013/02/20']

when @i_AuxCopyJob = 0, i_fromTime <> NULL, i_toTime <> NULL, i_policyName <> NULL, all other params are NULL , The jobs copied by all auxcopy jobs ran between fromTime and ToTime on policy.

Eg Usage : qoperation execscript -sn QS_JobsCopiedByAuxCopyJob [-si 0] [-si @i_fromTime='2013/02/12'] [-si @i_toTime='2013/02/20'] [-si @i_policyName='policyName']

when @i_AuxCopyJob = 0, i_fromTime <> NULL, i_toTime <> NULL, i_policyName <> NULL, i_copyName <> NULL, The jobs copied by all auxcopy jobs ran between fromTime and ToTime on policy and copy.

Eg Usage : qoperation execscript -sn QS_JobsCopiedByAuxCopyJob [-si 0] [-si @i_fromTime='2013/02/12'] [-si @i_toTime='2013/02/20'] [-si @i_policyName='policyName'] [-si @i_copyName='copyName']

The Time format in the above queries will vary for Windows and Unix. Windows format : '2018-11-05' Unix format : "2018/10/23"

Eg Usage : (Windows) qoperation execscript -sn QS_JobsCopiedByAuxCopyJob -si 0 -si @i_fromTime='2018-11-05' -si @i_toTime='2018-11-14'

Eg Usage : (Unix) qoperation execscript -sn QS_JobsCopiedByAuxCopyJob -si 0 -si "2018/10/23" -si "2018/11/08"

Usage

qoperation execscript -sn QS_JobsCopiedByAuxCopyJob [-si @i_AuxCopyJob='0'] [-si @i_fromTime='2013/02/12'] [-si @i_toTime='2013/02/20'] [-si @i_policyName='policyName'] [-si @i_copyName='copyName']

Please Note : The Time format in the above queries will vary for Windows and Unix. Windows format : '2018-11-05' Unix format : "2018/11/05"

Eg Usage : (Windows) qoperation execscript -sn QS_JobsCopiedByAuxCopyJob -si 0 -si @i_fromTime='2018-11-05' -si @i_toTime='2018-11-14'

Eg Usage : (Unix) qoperation execscript -sn QS_JobsCopiedByAuxCopyJob -si 0 -si "2018/11/05" -si "2018/11/14"

Options: @i_AuxCopyJob <> 0 : The jobs copied by this AuxCopy job and other parameters will be ignored.

Options: @i_AuxCopyJob = 0 , i_fromTime <> NULL, i_toTime <> NULL, i_policyName = NULL and i_copyName = NULL The jobs copied by all auxcopy jobs ran between fromTime and ToTime.

Options: @i_AuxCopyJob = 0 , i_fromTime <> NULL, i_toTime <> NULL, i_policyName <> NULL and i_copyName = NULL The jobs copied by all auxcopy jobs ran between fromTime and ToTime on policy.

Options: @i_AuxCopyJob = 0 , i_fromTime <> NULL, i_toTime <> NULL, i_policyName <> NULL and i_copyName <> NULL: The jobs copied by all auxcopy jobs ran between fromTime and ToTime on policy and copy.

Return list of jobs for a AuxCopy Job.

Details

  • Scope: All
  • Platform: CommServe (Database: CommServ)
  • Release: 11.0.0

Disclaimer of Warranties

CommVault provides software tools and utilities on an "as is" basis, as a courtesy and convenience to its users, and they may be changed from time to time without notice. These tools and utilities are provided without express, implied, or statutory warranties of any kind. You assume full risk and responsibility for the selection, possession, performance and proper installation and use of the software tools and utilities, and for verifying the results obtained there from. Your use of CommVault software tools and utilities indicates your unconditional acceptance of the above disclaimer.

Loading...