The cicsppcgwy command offers two modes for starting a PPC Gateway server. A PPC Gateway server can be cold started. In this mode, the server is passed the name of its logical volume by the cicsppcgwy command and formats its logical volume with a new log file, destroying the recoverable information in the existing log file. Therefore, use a cold start only the first time you start a PPC Gateway server. More frequently, a PPC Gateway server is started in autostart mode. In this mode, the server reads the recoverable information from the existing log file and proceeds as if it had not been shut down.
cicsppcgwy /.:/cics/ppc/gateway/server_name
export CICS_PPCGWY_SERVER=/.:/cics/ppc/gateway/server_name
(This example assumes that you are using
the Korn shell on an Open Systems platform; if you are using a different
shell or platform, change the command accordingly.)cicsppcgwy /.:/cics/ppc/gateway/server_name StartType=cold
It is possible to change the PPC Gateway server's ThreadPoolSize and SNADefaultModeName attributes during either a cold start or an autostart.
After the PPC Gateway server is running, your CICS® region can contact it. The region uses a Gateway Definitions (GD) entry to locate the PPC Gateway server. The PPC Gateway server then calls the SNA product to contact the remote system.