Using FISC CDM on Client Workstations
93
Example:
To add a routing entry for the CD server "FISC" with its IP address
at 192.132.253.123 in the UNIX client host table, add the following
line in the /etc/hosts file:
192.132.253.123 FISC
c.
Add the mount point at UNIX client, usually named
mnt
under root
directory:
cd /
mkdir mnt
d.
Mount FISC CDM on a UNIX client mount point
A UNIX client can mount any exported volumes of FISC CDM
using "mount" command. Please refer the following example for
mounting "CD1" of FISC CDM (server name FISC, IP address
192.132.253.123) on /mnt directory on the client:
# mount -o ro FISC:/cd1 /mnt
(the routing entry has been configured) or,
# mount -o ro 192.132.253.123:/cd1 /mnt
(the routing entry has not been configured)
You can also mount a directory of "CD1" on /mnt directory on the
client. For example, to mount the "font" directory of "CD1":
# mount FISC:/cd1/font /mnt
e.
To find out exported volumes from FISC
In order to find out what volumes are exported for mounting through
NFS, you can issue the following command on a UNIX client:
# showmount -e FISC
Here is a snapshot from the FISC CDM with IP address
164.164.67.2 with 7 NFS mountable volumes.
# showmount -e 164.164.67.2
Export list for 164.164.67.2:
/cd1 (everyone)
/cd2 (everyone)
/cd3 (everyone)
/cd4 (everyone)