Linux operating systems

Deleting a mount point from a resource group

You might want to delete a mount point that is no longer required.

Procedure

To delete a mount point, complete the following steps:

  1. Check whether the tsm-$INST_NAME-rg resource group is online by issuing the lssam command.
  2. If the tsm-$INST_NAME-rg resource group is online, take it offline by issuing the following command:
    chrg –o offline tsm-$INST_NAME-rg
  3. Move to the bin directory by issuing the cd command.
  4. To delete a mount point, run the delete_mount.sh script.
    For example, the following command deletes the /tsminst1 mount point from the inst1 IBM Storage Protect server instance resource group.
    ./delete_mount.sh /tsminst1 inst1
  5. Bring the tsm-$INST_NAME-rg resource group online by issuing the following command:
    chrg –o online tsm-$INST_NAME-rg