CSx_CSTATUS values

This table describes the possible values for CSx_CSTATUS.

Table 1. CSx_CSTATUS values
CSx_CSTATUS value Description Event New value
NOTSTARTED Initial state of the server connection.

The Gateway accepts requests.

Start the server: ctgadmin -a server -start=<IPIC Server> AVAILABLE if the connection is successful

UNAVAILABLE if the connection is unsuccessful

    ECI or ESI request sent to the server. AVAILABLE if the connection is successful

UNAVAILABLE if the connection is unsuccessful

STARTING The server connection is starting   AVAILABLE if the connection is successful

UNAVAILABLE if the connection is unsuccessful

AVAILABLE The server is connected, available and the Gateway accepts requests. Server idle timeout is reached. The srvidletimeout value is set for the server and has been reached with no outstanding work.

NOTSTARTED

    Stop the server: ctgadmin -a server -stop=<IPIC Server> STOPPING
    Server becomes unavailable. For example, the server heartbeat fails at next heartbeat interval. UNAVAILABLE
UNAVAILABLE The connection has failed and the Gateway rejects requests. Stop the server: ctgadmin -a server -stop=<IPIC Server> STOPPING
    The server becomes available after a successful retry. For example, after server retry interval is reached. AVAILABLE
STOPPING The connection is closing.

The Gateway rejects new requests.

The Gateway accepts requests that continue or complete outstanding work.

All outstanding work that used this connection is complete, or has been cancelled by a stop immediate command:
ctgadmin -a server -stop=<IPIC Server> -immediate
or
ctgadmin -a server -stop=<IPIC Server> -imm
STOPPED
    Start the server: ctgadmin -a server -start=<IPIC Server> AVAILABLE if the connection is successful

UNAVAILABLE if the connection is unsuccessful

STOPPED The connection is closed and the Gateway rejects requests. Start the server: ctgadmin -a server -start=<IPIC Server> AVAILABLE if the connection is successful

UNAVAILABLE if the connection is unsuccessful