SetLimitRunningJobs

Description

Qscript to enable\disable Limit Simultaneous Running Jobs on a client and set values for limits.

Usage

Qscript to enable\disable Limit Simultaneous Running Jobs on a client with settings.

qoperation execscript -sn SetLimitRunningJobs.sql -si <clientName> -si <param name> -si <value>

To enable the option to limit running jobs for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'LimitJobs' -si 1

To disable the option to limit running jobs for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'LimitJobs' -si 0

To set the maximum data job count as 5 for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'DataCount' -si 5

To set the maximum log job count as 3 for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'LogCount' -si 3

To enable the option to exclude immediate jobs for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'Exclude' -si 1

To disable the option to exclude immediate jobs for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'Exclude' -si 0

To view current settings for myclient:

qoperation execscript -sn SetLimitRunningJobs.sql -si 'myclient' -si 'View'

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