Description
Qscript to Get/Set encryption properties for subclients
Usage
Examples:
To set the encryption to �Media Only� for subclient01 in client01:
Qoperation execscript -sn EncryptionConfig.sql -si c=client01 -si s=subclient01 -si set -si 1
To set the encryption to �Network and Media� for all subclients in client01:
Qoperation execscript -sn EncryptionConfig.sql -si c=client01 �si all -si set -si 2
To set the encryption to �Network Only� for all subclients in a CommCell
Qoperation execscript -sn EncryptionConfig.sql -si all -si all -si set -si 3
To reset the encryption for subclient01 in client01:
Qoperation execscript -sn EncryptionConfig.sql -si c=client01 -si s=subclient01 -si set -si 0
To get the encryption for subclient01 in client01 - this will provide the encryption properties of the subclient as an output in the command console:
Qoperation execscript -sn EncryptionConfig.sql -si c=client01 -si s=subclient01 -si get
script_name : EncryptionConfig
Details
- 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.