ListSLAExclusionForSubclients

Description

List the subclients that have 'Exclude From SLA' property set or not.

Use this qscript to create a file with list of subclients.

The output file can be used as input to QS_SetSLAExclusionForSubclients after removing column headers and other information at the top and the bottom of the file. All the lines that do not include client information must be deleted from the text file.

The file should contain below details so as to use it as input to QS_SetSLAExclusionForSubclients.

Format: AppId ClientName AppTypeName InstanceName BackupsetName SubclientName ClientExcluded SubclientExcluded

Example: 2 WinClient Windows File System DefaultInstanceName defaultBackupSet default 0 0

Usage

List the subclients that have 'Exclude From SLA' property set or not.

script_name: QS_ListSLAExclusionForSubclients

Command to list only those subclient which are included for SLA calculation: qoperation execscript -sn QS_ListSLAExclusionForSubclients -si 0 -si 0 -file "c:\temp\sla.txt"

For secondary param for included subclient: 0 for all categories, 3 for 'No Job', 4 for 'No Schedule', 12 for 'Snap Job with No Backup Copy', 14 for 'No DB Data Backup'

Command to list only those subclient which are excluded from SLA calculation: qoperation execscript -sn QS_ListSLAExclusionForSubclients -si 1 -file "c:\temp\sla.txt"

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