Create symbolic links from the secondary server(s) to the shared file system
-
On the secondary server, rename each Lawson directory.
Example
ren /DirectoryName /DirectoryName.old
-
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