Disassociating Client Groups From a Network Storage Pool Using Command Line

You can disassociate the client group(s) associated with a Network Storage Pool using the Command Line Interface.

Procedure

  1. Download the DisAssociateClientGrouptoStoragePool.xml file and save it on the computer from where the command will be executed.

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

    Note

    Do not provide any values for the clientGroupId and clientGroupName elements in the xml file. Leave it blank.

  3. Execute the following command from the software_installation_directory/Base folder after substituting the parameter values.

    qoperation execute -af downloaded location\DisAssociateClientGroupFromStoragePool.xml

    For example: To disassociate the client group(s) from a Network Storage Pool with name storage001, storage pool id 446 run the following command:

    qoperation execute -af downloaded location\disAssociateClientGroupFromStoragePool.xml -storagepoolId 446 -storagepoolName storage001

Result

You can verify whether the client groups are disassociated from the storage pool by running the StoragePoolClientGroupList.xml. For details see, Viewing the list of Client Groups Associated with a Network Storage Pool Using Command Line.

Loading...