Setup guide

To export the storage attached to the Master Station:
1 Log in to the Master Station as root. The storage filesystem is mounted
as /mnt/StorageMedia (for HP Z800 stations), or /mnt/md0 (for older
systems).
2 Open the /etc/exports file in vi by typing:
vi /etc/exports
The contents of the exports file appears, listing the available network
shares (filesystems mountable over the network). Next, add a new line
for the mount point of the storage filesystem.
3 Scroll to the end of the exports file using the arrow keys.
4 Press Insert to enter insert mode.
5 Add a new line for the mount point. For example:
/mnt/StorageMedia *(rw,no_subtree_check,async)
or
/mnt/md0 *(rw,no_subtree_check,async)
This line creates a network share for the mount point for the storage
filesystem. Other users on the network will access the storage devices by
mounting its network share.
6 Press Esc to enter command mode.
7 Save and close the file by pressing Esc to enter command mode, then
Shift + zz.
The file is saved and you are returned to the command prompt.
8 Activate the new network share for the storage device. Type:
exportfs -a
The list of network shares is refreshed from the exports file.
9 Confirm the storage devices are available to be mounted by typing:
exportfs
The network shares of the Lustre Frame server appears in a list similar
to the following:
/mnt/StorageMedia <world>
...
Configuring Lustre Slave Rendering | 75