Linux operating systems

Deleting a storage pool from a resource group

You can delete a storage pool that is no longer required. If a storage pool is removed from the IBM Storage Protect server instance, it must be deleted from the resource group.

Procedure

To delete a storage pool, complete the following steps:

  1. Lock the resource group by issuing the rgreq -o lock command.
    For example, the following command locks the Sample_Resourcegroup_X resource group.
    rgreq -o lock Sample_Resourcegroup_X
  2. Move to the bin directory by issuing the cd command.
  3. To delete a storage pool resource from a resource group, run the delete_mount.sh script by issuing the ./delete_mount.sh command.
    For example, the following command deletes the /inst1stg1 mount point from the inst1 IBM Storage Protect server instance.
    ./delete_mount.sh /inst1stg1 inst1
  4. Unlock the resource group by issuing the rgreq -o unlock command.
    For example, the following command unlocks the Sample_Resourcegroup_X resource group.
    rgreq -o unlock Sample_Resourcegroup_X