Description
The SetClientGroup script allows you to add/remove a client from a client group. This script is useful when you want to add/remove multiple clients to the same client group at a given time.
Usage
qoperation execscript -sn SetClientGroup -si [client_name_list] -si [client_group_name] -si [option]
qoperation execscript -sn SetClientGroup -si @clientNames='client_name1,client_name2,client_name3' -si @groupName='group_name' -si @option='ADD/REM'
qoperation execscript -sn SetClientGroup -si 'client_name' -si 'group_name' -si 'REM'
[client_name_list] � specifies the comma separated client names to be added or removed.
[client_group_name] � specifies the name of the client group to which the client will be added or removed.
[option] � specifies whether the client need to be added or removed. It takes values ADD or REM. By default ADD option is taken.
When executed, the qscript returns one of the following output:
1 - successful execution
2 - for failed execution.
0 - for all status
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.