Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Notes for using TNS

&pagelevel(4)&pagelevel

On Solaris, TNS inputs are only allowed to contain TCP/IP components. An input file for the tnsxcom command could look like the following:

$FJAM      DEL
$FJAM\
   TSEL    RFC1006  T'$FJAM'   ; input for TCP/IP-RFC1006
   TSEL    LANINET  A'1100'    ; input for TCP/IP
$FJAMOUT   DEL
$FJAMOUT\
   TSEL    RFC1006  T'$FJAMOUT' ; input for TCP/IP-RFC1006
   TSEL    LANINET  A'1101'     ; input for TCP/IP
$FTAM      DEL
$FTAM
   PSEL    V''                  ; blank presentation selector
   SSEL    V''                  ; blank session selector
   TSEL    RFC1006  T'$FTAM'    ; input for TCP/IP-RFC1006
   TSEL    LANINET  A'4800'     ; input for TCP/IP

During this, the existing inputs in the TNS are overwritten by tnsxcom.