ln -s /FILESYSTEM/Directory /LawsonDirectoryName
/FILESYSTEM/Directory is the name of the file system/directory on the shared disk
/LawsonDirectoryName is the directory name for the directory to be shared
Example
ln -s /SHARE/apps1003 $LAWDIR/apps1003
Creates an empty LAWDIR/apps1003 on the secondary server and creates symbolic link between LAWDIR/apps1003 and the /SHARE/apps1003 directory on the shared disk