CompressionConfig

Scope

Intended Audience
All X
CommVault Internal  
CE/System Test  
Development  

Platform

  • CommServer (Database: CommServ)

Release

  • 9.0.0

Description

To set the Media Agent attributes


Usage

  • To set the compression to “On Media Agent” for subclient01 in client01:
     
  • Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si set -si 1
     
  • To set the compression to “Use Storage Policy Settings” for subclient01 in client01:
     
  • Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si set -si 2
     
  • To set the compression to “Off” for all subclients in client01:
     
  • Qoperation execscript -sn CompressionConfig.sql -si c=client01 –si all -si set -si 4
     
  • To set the compression to “On Client” for all subclients in a CommCell
     
  • Qoperation execscript -sn CompressionConfig.sql -si all -si all -si set -si 0
     
  • To set the compression to "Off" for subclient01 in client01:
     
  • Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si set -si 4
     
  • To get the compression for subclient01 in client01 - this will provide the compression properties of the subclient as an output in the command console:
     
  • Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si get
     
  • To set compression to “On Client” for all sub clients associated to a storage policy.
     
  • Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 0
     
  • To set compression to “Use Storage Policy Settings” for all sub clients associated to a storage policy.
     
  • Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 2
     
  • To set compression to “On Media Agent” for all sub clients associated to a storage policy.
     
  • Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 1
     
  • To set compression to "Off" for all sub clients associated to a storage policy.
     
  • Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 4
     
  • To get compression of all sub clients associated to a storage policy.
     
  • Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si get
     
  • Version

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