TN3270e Server Manual

TN3270e Server Manual422923-003
3-1
3 Using the TN3270e Server
This section describes how to initialize the startup environment and start the TN3270e
server.
Initializing the Startup Environment
To initialize the startup environment for the TN3270e server, issue the following
optional commands as appropriate for your system environment. All parameters and
defines have default values.
collector
specifies the name of a primary or alternate EMS collector. If you omit this define,
the primary collector, $0, is used.
tcpip-pname
specifies the process name of the TCP/IP process. You can omit this parameter if
you run the TCP/IP process with the suggested process name of $ZTC0.
hosts
specifies the file name of the TCP/IP hosts file. The default file name is
$SYSTEM.ZTCPIP.HOSTS.
resconf
specifies the name of the configuration file for the Domain Name Resolver. The
default file name is $SYSTEM.ZTCPIP.RESCONF.
Example
Where:
The alternate EMS collector $ALT is used.
The TCP/IP process name is $ZTC1.
A custom host file is used.
ADD DEFINE =_EMS_COLLECTOR, CLASS MAP, FILE collector
PARAM TCPIP^PROCESS^NAME tcpip-pname
PARAM TCPIP^HOST^FILE hosts
PARAM TCPIP^RESOLVER^NAME resconf
ADD DEFINE =_EMS_COLLECTOR, CLASS MAP, FILE $ALT
PARAM TCPIP^PROCESS^NAME $ZTC1
PARAM TCPIP^HOST^FILE $system.ztcpip.myhost