3.1.2 Matrix Server Administration Guide

Chapter 7: Configure PSFS Filesystems 115
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
You can then remount the filesystem:
If a persistent mount is associated with the filesystem, you can activate
the mount from the Management Console. Right-click the filesystem
that you have unmounted and select “Edit Persistent Mounts.” Then,
on the Edit Persistent Mounts window, select the nodes where the
filesystem should be mounted and click Activate.
For filesystems without a persistent mount, follow the normal
procedure to mount the filesystem as described under “Mount a
Filesystem” on page 95.
Context Dependent Symbolic Links
A Context Dependent Symbolic Link (CDSL) contains a keyword that
identifies a particular location. When the operating system resolves the
symbolic link, it translates the keyword into the appropriate pathname.
For example, a CDSL could contain the keyword
HOSTNAME, which
resolves to the hostname of the server where you are logged in.
A CDSL is created with the ln -s command. The symbolic link must be
located on a PSFS filesystem; however, the target can be on either a PSFS
or non-PSFS filesystem.
$ ln -s target_with_keyword link_name
Matrix Server supports the following keywords, which must be enclosed
in curly braces.
HOSTNAME
Output from uname -n (the node’s network hostname).
MACH
Output from uname -m (the machine type).
OS
Output from uname -s (the operating system name).
SYS
Concatenated output from uname -m and uname -s,
separated by an underscore (for example, i386_Linux).
UID
The effective UID of the process accessing the link. The
UID refers to the numerical UID, not the user name.
GID
The effective GID of the process accessing the link. The
GID refers to the numerical GID, not the group name.