This command allows you to manage volume references to specified file services. You can list, read attribute values of, add, and delete volume references defined for file services.
Within the TotalNET environment, an individual file service contains a list of volume references it exports. The volumes section defines the real volumes, and their attributes, at the system level.
TNHOME/usr/sbin
tnvref [-L [-r realm [-s service]] -v volume]
tnvref [(-A|-D) -r realm -s service -v volume]
"General Configuration Options""General Configuration Options
-v volume |
Specify a volume. |
You cannot delete a volume reference from a service if the reference serves as the volume attribute of an attach point in the service.
TAS NetWare and AppleTalk realms support up to 255 volumes for a single file service connection.
Use one of the following commands to list all volume references by all file services in all realms:
tnvref tnvref -L |
Sample Output:
NW |
||
|
nwpacman:file |
|
|
|
sys |
|
|
tmp |
|
|
home |
|
nwpacman:term |
|
|
nwpacman:nvt |
|
|
dnwpacman:file |
|
|
|
sys |
|
|
tmp |
|
|
home |
AT |
||
|
atpacman:file |
|
|
|
tmp |
|
mspac:file |
|
|
|
bally |
|
|
barny |
Use the following command to list all volume references for the file service myhost in the LM-NT-OS/2 realm:
tnvref -L -r NB -s myhost:file |
Sample Output:
sys tmp home |
Use the following command to add a volume reference by defining the volume name ccmail for the file service myhost in the LM-NT-OS/2 realm:
tnvref -A -r NB -s myhost:file -v ccmail |
Use the following command to delete the volume reference ccmail from the file service nwmyhost in the NetWare realm:
tnvref -D -r NW -s nwmyhost:file -v ccmail |