Service Parameters for ES/MSS

An example of the ES/MSS configuration:

<!-- Sample ES/MSS servers - multiple servers may be defined -->                                                                      
<ES-MTO      ID="MTO1" ACBNAME="MFAMTO1" IPADDRESS="YOUR.MTO.HOSTNAME"
             PORT="2200" SESSIONS="4" SOCKETS="1"                     
/>                                                                    
                                                                      
<ES-MTO      ID="MTO2" ACBNAME="MFAMTO2" IPADDRESS="101.102.103.104"  
             PORT="3300" SESSIONS="4" SOCKETS="1"                     
/>

These statements define an ES/MSS server and provide MFA Server with the information needed to establish a TCP/IP socket connection to the ES/MSS server. This definition also creates a VTAM ACB that represents the ES/MSS server to the z/OS CICS system(s). Use the following parameters to configure ES-MTO:

ID
Specifies the SYSID of the ES/MSS server being defined.
ACBNAME
Specifies the name of the VTAM ACB associated with this ES/MSS server.
IPADDRESS
Specifies the internet host name or IP address of the ES/MSS server.
PORT
Specifies the port number where ES/MSS is listening for ISC connections.
SESSIONS
Specifies the number of concurrent conversations MFA Server can initiate to the ES/MSS server over a single socket connection.
SOCKETS
Specifies the maximum number of concurrent socket connections between MFA Server and the ES/MSS server.

See Configuration reference for more information on the parameters available for an ES/MSS services.