Previous Topic

Next Topic

Book Contents

Book Index

Example

This example illustrates SNA and TCP connections. For more information, refer to the ECANWAP member in the IOA SAMPLE library.

Note: As Control-M/JCL Verify supports only TCP/IP connections, the SNA examples are relevant only for Control-O.

There are three mainframes at the site:

Control‑O and IOAGATE are installed on each one.

MF01 Definitions —The ECAPARM member includes:

For SNA:

 

 

CHANNEL

ID=C1,

Channel Identifier

 

MODEL=MC,

Multi-Connections Channel

 

PROTOCOL=SNA,

SNA

 

NODE=GATE01,

Node name

 

NETWMAP=ECAABMAP,

Network map to use in node

 

APPLID=LU01

VTAM LU6.2 Application ID

For TCP:

 

 

CHANNEL

ID=C1,

Channel Identifier

 

MODEL=MC,

Multi-Connections Channel

 

PROTOCOL=TCP,

TCP

 

NODE=GATE01,

Node name

 

NETWMAP=ECAABMAP,

Network map to use in node

 

PORT=2760

Port for listening to incoming connections.

MF02 Definitions-The ECAPARM member includes:

For SNA:

 

 

CHANNEL

ID=C1,

Channel Identifier

 

MODEL=MC,

Multi-Connections Channel

 

PROTOCOL=SNA,

SNA

 

NODE=GATE02,

Node name

 

NETWMAP=ECAABMAP,

Network map to use in node

 

APPLID=LU02

VTAM LU6.2 Application ID

For TCP

 

 

CHANNEL

ID=C1,

Channel Identifier

 

MODEL=MC,

Multi-Connections Channel

 

PROTOCOL=TCP,

TCP

 

NODE=GATE02,

Node name

 

NETWMAP=ECAABMAP,

Network map to use in node

 

PORT=2760

Port for listening to incoming connections

MF03 Definitions- The ECAPARM member includes:

For SNA:

 

 

CHANNEL

ID=C1,

Channel Identifier

 

MODEL=MC,

Multi-Connections Channel

 

PROTOCOL=SNA,

SNA

 

NODE=GATE03,

Node name

 

NETWMAP=ECAABMAP,

Network map to use in node

 

APPLID=LU03

VTAM LU6.2 Application ID

For TCP:

 

 

CHANNEL

ID=C1,

Channel Identifier

 

MODEL=MC,

Multi-Connections Channel

 

PROTOCOL=TCP,

TCP

 

NODE=GATE03,

Node name

 

NETWMAP=ECAABMAP,

Network map to use in node

 

PORT=2760

Port for listening to incoming connections

Application server CONTROLO in MF01 should communicate with CONTROLO in MF02, and application server CONTROLO in MF01 should communicate with CONTROLO in MF03.

The following figure illustrates the network map for the sample configuration.

Figure 54 Sample network map configuration

Parent Topic

IOAGATE network map