To unmount a CFS file system from cluster nodes, you can use either the "cfsumount" command or the "hares -offline" command. Follow the steps below to unmount the file system.
Open a terminal or SSH session to one of the cluster nodes.
Run the following command to unmount the CFS file system using the "cfsumount" command:
cfsumount /
This command will unmount the file system from the cluster nodes.
Note: Replace "/
Alternatively, you can use the "hares -offline" command to offline the "cfsmount1" resource, which will unmount the file system. Run the following command:
hares -offline cfsmount1 -any
This command will offline the "cfsmount1" resource, which is responsible for the CFS file system.
Note: "cfsmount1" is the resource name in this case. Replace it with the actual resource name of your CFS file system.
Repeat steps 1-3 on each cluster node where the CFS file system is mounted.
By following these steps, you will be able to unmount the CFS file system from both cluster nodes.