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:
- 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
- Move to the bin directory by issuing
the cd command.
- 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
- 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