TCPIPPROCESSNAME
Valid for
Manager, Extract
Description
Use TCPIPPROCESSNAME
to specify a TCP/IP process other than the default. For Manager this is the process it uses to listen for requests coming from other systems. For Extract this specifies the process for data transfer.
Selection Hierarchy for Manager
Manager selects the option to use based on this hierarchy:
-
Stand-alone parameter
TCPIPPROCESSNAME
entry in the Manager parameter file -
DEFINE =TCPIP^PROCESS^NAME
added before the Manager process was started -
GLOBALS
entry forTCPIPPROCESSNAME
-
Default $
ZTC0
Selection Hierarchy for Extract
There are other ways to specify the TCPIPPROCESSNAME
when the NonStop TCP/IP process name is not $ZTC0
. When assigning a process name, Extract selects the option to use based on this hierarchy:
-
RMTHOST
TCPIPPROCESSNAME
option in the Extract parameter file -
Stand-alone parameter
TCPIPPROCESSNAME
entry in the Extract parameter file before theRMTHOST
entry. -
DEFINE =TCPIP^PROCESS^NAME
added before the Extract process was started -
GLOBALS
entry forTCPIPPROCESSNAME
-
MGR
's entry forTCPIPPROCESSNAME
when process is started from GGSCI -
Default $
ZTC0
You can include additional TCPIPPROCESSNAME
entries for Extract. With a RMTHOSTALT
address and TCPIPSWITCHERRS
, Extract will change both the backup TCP/IP process and the destination IP address after the specified number of retries. Refer to RMTHOSTALT
on page "RMTHOSTALT" for an example.
Default
$ZTC0
Syntax
TCPIPPROCESSNAMEprocess_name
[@ip_address
]
Examples
Example 1
The following Extract parameter setting will cause data to be output over TCP/IP process $ZTC4
instead of the default $ZTC0
.
TCPIPPROCESSNAME $ZTC4
Example 2
The following Extract parameter setting will cause data to be output over TCP/IP process $ZTC4
using the IP address 2001:db8:2010:5040:4fff:ffff:ffff:28
.
TCPIPPROCESSNAME $ZTC4@2001:db8:2010:5040:4fff:ffff:ffff:28