Configuring an autoinstalled IPIC connection (SC08)
You can configure autoinstalled IPIC connections by using the default connection settings for IPIC autoinstalled connections. To implement IPIC connections that are autoinstalled without security, follow the step-by-step instructions in this scenario.
The following figure shows the topology used in this scenario:
Note: This scenario uses CICS® TG
connecting to CICS TS V5.3
over IPIC in remote mode. You can run this scenario with other versions,
but the illustrations and samples might vary. For the minimum requirements,
see Prerequisites.
This scenario uses the default name ctg.ini for the configuration file.
Component | Parameter | Where set | Example value | Matching values |
---|---|---|---|---|
CICS TG | Server name | IPICSERVER section of ctg.ini | CICSA | |
CICS TG | Hostname | IPICSERVER section of ctg.ini | cicssrv2.company.com | |
CICS TG | Port 1 | IPICSERVER section of ctg.ini | 50889 | This value must be the same as 3 |
CICS TS | TCPIPService 2 | TCPIPService definition | SRV50889 | This value must be the same as 4 |
CICS TS | Portnumber 3 | TCPIPService definition | 50889 | This value must be the same as 1 |
CICS TS | TCPIPService 4 | IPCONN definition | SRV50889 | This value must be the same as 2 |
The sample configuration and environment variable
files for this scenario are:
- ctg.ini
- CTGS08A1