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 |