Create symbolic links from the master server to the shared file system

Link the directories on the Lawson servers to the corresponding directories on the shared file system.

Repeat this procedure on each Lawson server in the configuration.

  1. At the command line, type

    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 a symbolic link between the $LAWDIR/apps1003 directory on the Lawson server and the /SHARE/apps1003 directory on the shared disk

  2. Repeat this command for each directory to be shared.

    Repeat this procedure until you have linked all directories on the master server to the corresponding file system on the shared disk.