TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use one of the following commands to list available attach points:


    tnattach
    tnattach -L
  2. Use the following command to list available attach points for file service myhost in the LM-NT-OS/2 realm:


    tnattach -R -r NB -s myhost:file
  3. Use the following command to read the value of the attribute volume for the attach point mybin in the file service myhost in the NetWare realm:


    tnattach -R -r NW -s myhost:file -j mybin -a volume
  4. Use the following command to create a new attach point mybin in the file service myhost in the AppleTalk realm:


    tnattach -A -r AT -s atmyhost:file -j mybin
     	-a volume=myvol 	-a path=/export/home
  5. Use the following command to change the value of the attribute volume of attach point mybin in the file service myhost in the AppleTalk realm, to home:


    tnattach -M -r AT -s atmyhost:file -j mybin
     	-a volume=home
  6. Use the following command to delete the attach point mybin from the file service myhost in the LM-NT-OS/2 realm:


    tnattach -D -r NB -s myhost:file -j mybin