TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use one of the commands below to list all available transports and static NetBIOS names. This returns a hexadecimal output of the type code for static names.


    tnsname
    tnsname -L

    Sample Output:

    tnipx 

    tnnbu 

    tcpip 

     

    mth:0x20 

  2. Use the following command to list static NetBIOS names for the tcpip transport:


    tnsname -L -n tcpip

    Sample Output:


    mth:0x20
  3. Use the following command to list the value of the attribute address for the static name mth:32 of the tcpip transport:


    tnsname -R -n tcpip -s mth:32 -a address

    Sample Output:


     address=204.242.6.122
  4. Use the following command to add the value of the attribute address=204.242.8.123 for the static NetBIOS name mth:32 to the tcpip transport:


    tnsname -A -n tcpip -s mth:32 -a address=204.242.8.123
  5. Use the following command to delete the static NetBIOS name mth:32:


    tnsname -D -n tcpip -s mth:32