Create symbolic links from the secondary server(s) to the shared file system

  1. On the secondary server, rename each Lawson directory.

    Example

    ren /DirectoryName /DirectoryName.old

  2. Link directories to the shared file system. 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 an empty LAWDIR/apps1003 on the secondary server and creates symbolic link between LAWDIR/apps1003 and the /SHARE/apps1003 directory on the shared disk