CEMT INQUIRE TCPIP

Inquire about CICS® internal TCP/IP support status.

In the CICS Explorer, the Regions operations view provides a functional equivalent to this command.

Description

The INQUIRE TCPIP command returns information about the current status of CICS internal TCP/IP support.

Input

Press the Clear key to clear the screen. There are two ways to start this transaction:
  • Type CEMT INQUIRE TCPIP (or suitable abbreviations for the keywords). The resulting display lists the current status.
  • Type CEMT INQUIRE TCPIP (or suitable abbreviations for the keywords), followed by the other attribute settings that you want to view.
You can change various attributes as follows:
  • Overtype your changes on the INQUIRE screen after tabbing to the appropriate field (see Overtyping a display).
  • Use the CEMT SET TCPIP command.

CEMT INQUIRE TCPIP

Read syntax diagramSkip visual syntax diagramINQUIRE TCPIPOPENCLOSEDCLOSINGIMMCLOSINGACTSOCKETS( value)CRLPROFILE( value)MAXSOCKETS( value)CICSSYSPLEX

Displayed fields

ACTSOCKETS(value)
Displays the current number of active IP sockets managed by the CICS sockets domain.
CRLPROFILE(value)
Displays the name of the profile that authorizes CICS to access an LDAP server that stores certificate revocation lists for SSL connections.
MAXSOCKETS (value)
Displays the maximum number of IP sockets that can be managed by the CICS sockets domain.
OPENSTATUS
Displays the status of CICS internal TCP/IP support. The values are:
OPEN
CICS internal sockets support is open.
CLOSED
CICS internal sockets support has not yet been activated, or has been terminated.
CLOSING
CICS internal sockets support is in the process of closing.
IMMCLOSING
CICS internal sockets support is in the process of immediate termination.
SSLCACHE(value)
Displays whether CICS is configured to use local or sysplex caching of session ids. The values are:
CICS
CICS is configured to cache session ids in the local CICS region.
SYSPLEX
CICS is configured to cache session ids in the coupling facility.