TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use one of the following commands to list all available transports:


    tntransport
    tntransport -L

    Sample Output:


    tcpip
    tnipx
    tnnbu
    tnatk
  2. Use the following command to list all available transports and their attribute values:


    tntransport -R
  3. Use the following command to list the value for NB-ens-port, for the tcpip transport:


    tntransport -R -n tcpip -a NB-ens-port
  4. Use the following command to set the value of the template-only attribute for the tnatk transport to on:


    tntransport -M -n tnatk -a template-only=on
  5. Use the following command to delete the tnatk transport:


    tntransport -D -n tnatk