Controlling IPIC connections
Options are available to control the availability of IPIC connections.
These options allow a connection to be stopped, preventing further work from being sent to the CICS® server. When the status is STOPPING or STOPPED, the connection can only be reconnected with a START command. New client requests will not trigger the Gateway daemon to reconnect.
To get help
on these options, issue the following command:
/F JOB_NAME,APPL=SERVER,?
Modify command | Description |
---|---|
/F JOB_NAME,APPL=SERVER,START=IPIC_SERVER |
Start an IPIC server connection. The Gateway daemon will attempt to connect to the CICS server and the status will become AVAILABLE or UNAVAILABLE. |
/F JOB_NAME,APPL=SERVER,STOP=IPIC_SERVER |
Stop an IPIC server connection. During
a normal stop, new work to the IPIC server is not allowed to start.
A normal stop has two phases:
The following requests are accepted on the IPIC connection
during the initiation phase of a normal stop:
All other requests are rejected. Outstanding logical units of work prevent the connection from stopping. |
/F JOB_NAME,APPL=SERVER,STOP=IPIC_SERVER,IMMEDIATE or /F JOB_NAME,APPL=SERVER,STOP=IPIC_SERVER,IMM /F JOB_NAME,APPL=SERVER,STOP=IPIC_SERVER, or /F JOB_NAME,APPL=SERVER,STOP=IPIC_SERVER, |
Immediately stop an IPIC server connection without waiting for work to complete. |