Configuring the file server
You must first configure the file server by enabling and starting the NFS server and
setting up the shared directories. This configuration is required for sharing directories
with lead primary server, alternate primary server, and the UI server.
- Log in as the root user.
- Enable and start the NFS server. Type:
- Copy the
create-mp-shares.shscript to the file server.- Mount the base product DVD or ISO file.
- Navigate to the
/scripts/mpdirectory. - Find
create-mp-shares.shand copy it to a directory on the file server. - Change to the directory where you copied the file.
- To set up the shared directories, type:
- create-mp-shares.sh primary1_hostnameprimary2_hostnamegui_hostname
The command creates the necessary shared directories and updates the
/etc/exportsfile. Example of/etc/exportsfile:/mpaiw/primary1aiw primary1_hostname(rw,no_root_squash,sync,no_subtree_check,crossmnt) /mpaiw/primary2aiw primary2_hostname(rw,no_root_squash,sync,no_subtree_check,crossmnt) /mpaiw/primary1aiw gui_hostname(rw,no_root_squash,sync,no_subtree_check,crossmnt)