TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use one of the following commands to list available volumes defined at the system level:


    tnvolume
    tnvolume -L

    Sample Output:


    sys
    home
    ccmail
    myvol
  2. Use the following command to list the values of all available volumes and their corresponding attributes:


    tnvolume -R

    Sample Output:

    sys 

     

    template-only=off 

     

    path=/usr/tn/NW/sys 

     

    share-password= 

    home 

     

    template-only=off 

     

    path=%HOME% 

     

    atalk-text-conv=off 

     

    share-access=off 

     

    share-password= 

    ccmail 

     

    path=/home/ccmail 

     

    share-access=off 

     

    template-only=off 

     

    share-password=myvolume 

     

    atalk-text-conv=off 

    myvol 

     

    path=/tmp 

     

    share-access=off 

     

    template-only=off 

     

    share-password= 

  3. Use the following command to list the value of the volume attribute path for the volume home:


    tnvolume -R -v home -a path

    Sample Output:


    path=%HOME%
  4. Use the following command to change the value of the share-access attribute for the volume myvolume to on:


    tnvolume -M -v myvolume -a share-access=on
  5. Use the following command to delete the volume ccmail:


    tnvolume -D -v ccmail