TotalNET Advanced Server 5.2 Reference Manual

tnvref

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.

Location

TNHOME/usr/sbin

Usage

tnvref [-L [-r realm [-s service]] -v volume]

tnvref [(-A|-D) -r realm -s service -v volume]

Options

"General Configuration Options""General Configuration Options

-v volume

Specify a volume. 

Notes

  1. You cannot delete a volume reference from a service if the reference serves as the volume attribute of an attach point in the service.

  2. TAS NetWare and AppleTalk realms support up to 255 volumes for a single file service connection.

Examples

  1. 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 

  2. 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
  3. 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
  4. 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