You can view the list of client groups that are associated with a Network Storage Pool by using the Command Line Interface.
Procedure
-
Download the StoragePoolClientGroupList.xml file and save it on the computer from where the command will be executed.
-
Before running the command, review the following parameters:
Element
Description
Parent Element
storagepoolId
Unique identification number associated with a Network Storage Pool
storagePool
storagePoolName
Name of the Network Storage Pool
storagePool
-
Execute the following command from the software_installation_directory/Base folder after substituting the parameter values.
qoperation execute -af downloaded location\StoragePoolClientGroupList.xmlFor example: To view the list of client groups that are associated to a Network Storage Pool with name storage001, run the following command:
qoperation execute -af c:\xml\StoragePoolClientGroupList.xml -storagepoolId 446 -storagepoolName storage001
Result
Running the StoragePoolClientGroupList.xml will display the following:
-
List of client groups associated with the specified Network Storage Pool under the SelectedClientGroups entity.
-
List of all the available client groups in the CommCell under the availableClientGroups entity.
<App_GetStoragePoolClientGroupAssociationResp> <selectedClientGroups> <clientGroupId>9</clientGroupId> <clientGroupName>cg001 [amazonvm1, mat001, mat002, mat003]</clientGroupName> <_type_>CLIENT_GROUP_ENTITY</_type_> </selectedClientGroups> <availableClientGroups> <clientGroupId>1</clientGroupId> <clientGroupName>Infrastructure</clientGroupName> <_type_>CLIENT_GROUP_ENTITY</_type_> </availableClientGroups> <availableClientGroups> <clientGroupId>2</clientGroupId> <clientGroupName>Proxy Clients</clientGroupName> <_type_>CLIENT_GROUP_ENTITY</_type_> </availableClientGroups> </App_GetStoragePoolClientGroupAssociationResp>