Create a label for each mount point on the primary and
secondary nodes in the cluster.
Procedure
- 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
-
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