init.d scripts included with Red Hat Cluster Suite to automate activating and deactivating logical volumes. For more information about init.d scripts, refer to Configuring and Managing a Red Hat Cluster.
mkfs.gfs2 -p lock_dlm -tClusterName:FSName-jNumberJournals BlockDevice
mkfs -t gfs2 -p lock_dlm -tLockTableName-jNumberJournals BlockDevice
mount BlockDevice MountPoint
mount -o acl BlockDevice MountPoint
-o acl mount option allows manipulating file ACLs. If a file system is mounted without the -o acl mount option, users are allowed to view ACLs (with getfacl), but are not allowed to set them (with setfacl).
init.d scripts included with the Red Hat High Availability Add-On to automate mounting and unmounting GFS2 file systems.