Linux operating systems

Creating the label for the mount points

Create a label for each mount point on the primary and secondary nodes in the cluster.

Procedure

  1. Create a label for each of the volumes that you created previously for the shared directory mount points by issuing the e2label command.
    For example, the following command creates the /tsminst1 label that has a /dev/tsmvg1/tsminst1LV partition.
    e2label /dev/tsmvg1/tsminst1LV /tsminst1
  2. For each node in the cluster, create an e2label entry for the mount points that you created previously in the /etc/fstab file.
    For example, for the previous sample label, issue the following command:
    LABEL=/tsminst1 /tsminst1 ext3 defaults 0 0