FindJobsOnStore

Description

This script give the details of jobs on all the ddbstores associated with mountpaths identified by a mountpathid or libraryalias name or library-device combination

It takes 3 parameters in the order :QS_LINE- MountPathId, LibraryName , DeviceName

when MountPathId is nonzero , then jobs are listed from stores associated with this mountpath. No other parameter values are considered

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

when @MountPathId = 0 , LibraryName <> NULL , Devicename param is NULL , Jobs from stores associated with the MouthPath under this library are listed

Eg Usage : qoperation execscript -sn QS_FindJobsOnStore [-si 0] [-si 'Lib1']

when @MountPathId = 0 , LibraryName <> NULL , Devicename <> NULL , Jobs from stores associated with the MouthPath under this library-device combination are listed

Eg Usage : qoperation execscript -sn QS_FindJobsOnStore [-si 0] [-si 'Lib1'] [-si 'Device_10']

Usage

QS_FindJobsOnStore [-si <MountPathId>] [-si <LibraryName> ] [-si <DeviceName> ]

Options: @MountPathId <> 0 : The jobs from all stores associated with the corresponding MountPath are listed. Other parameter values are not considered in this case.

Options: @MountPathId = 0 , LibraryName <> NULL : The jobs from all stores associated with MountPaths under this library are listed.

Options: @MountPathId = 0 , LibraryName <> NULL , Devicename <> NULL : The jobs from all stores associated with MountPaths under this library-device combination are listed.

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...