Linux operating systems

Adding a storage pool to a resource group

If your IBM Storage Protect configuration stores data on disks, you must add the shared disk mount point for the storage pool to the resource group.

Procedure

To add the shared disk mount point for the storage pool to the resource group, 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 /opt/tivoli/tsm/server/bin/tsam/bin directory.
  3. To add a storage pool resource to a resource group, run the update_setup.sh script by issuing the ./update_setup.sh command.
    For example, the following command adds the /inst1stg1 storage pool mount point to the inst1 IBM Storage Protect server instance:
    ./update_setup.sh inst1 /inst1stg1
  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