Changing the Names and Paths for NFS Mounted Drives
In certain situations, it may be necessary to change the node names, IP addresses, or paths for NFS mounted drives. This information is stored in the NETWORK section of the V+ system configuration data. It can be viewed and changed using the CONFIG_C utility.
Before editing the NETWORK section of the V+ system configuration data, you need the following information:
The IP address of each PC that contains the drives/directories you wish to mount
The path/name of each directory you wish to mount
A node “name” that you wish to assign to each PC
A mount “name” that you wish to assign to each mounted drive.
For example, the following NETWORK configuration statements define two mounted drives: XC and XA, and associate the PC node name ASERVER with the IP address 172.16.200.1:
.network
MOUNT 1="/MOUNT 'XC'/NODE 'ASERVER' /PATH 'C:/ADEPT/DISKS/DISK_c'"
MOUNT 2=" /MOUNT 'XA' /NODE 'ASERVER' /PATH 'A:/'"
MOUNT 3=" /NODE 'ASERVER' /ADDRESS 172 16 200 1"
For more information on viewing and editing the configuration data, see the Instructions for Adept Utility Programs for details.