Add a mount point to compute nodes
Adding a mount point during provisioning in IBM® Platform Cluster Manager Community Edition enables the management node to act as an NFS server and exports /home and /shared to the compute nodes. Mount points are defined in an image profile that is used to provision the compute nodes.
Before you begin
# cat /etc/exports
/home *(rw,async,no_root_squash)
/shared *(rw,async,no_root_squash)
/install *(rw,no_root_squash,sync,no_subtree_check)
/tftpboot *(rw,no_root_squash,sync,no_subtree_check)
About this task
To add a mount point, the mount point must be added to
the fstab.append file for the image profile being
used. This file is in the /install/osimages/image-profile-name/cfmdir/etc directory,
where image-profile-name is the name of your image
profile. For example, rhels6.3-x86_64-stateful-compute or rhels6.3-x86_64-stateless-compute.
To get a list of all the image profiles, issue the following command:
# imageprofile -l
Platform
Cluster Manager Community Edition uses
the updatenode command to append the information
you configured to the /etc/fstab file on each
compute node when the node is booted. If automounter is used, the
file system is mounted automatically by the automount daemon. To check
if automounter is used, issue one of the following commands:
# service autofs status
The following procedure creates a mount point to a location on an additional NFS server. However, you can also configure mount points to local directories.