Technote (troubleshooting)
Problem(Abstract)
Your CICS Transaction Server for z/OS (CICS TS) region socket activity is hanging because TCP/IP connectivity appears to be broken after you upgrade to z/OS V1.13. CICS might be processing Web requests coming into it and then all of a sudden it just stops. There are no abends and no error messages within CICS, nothing to indicate any type of problem.
Symptom
The CICSPlex SM Web User Interface (CPSM WUI) might also stop responding.
Resolving the problem
Apply PTF UA64875 for z/OS V1.13 HIPER APAR OA38842 to fix this problem.
If you have this problem, you might be able to get the TCP/IP traffic flowing again by closing and reopening the TCPIP service:
- Enter CEMT INQ TCPIPService in the CICS region
- Tab down to "Ope" and overtype it with "Clo" and press the enter key
- Overtype "Clo" with "Ope" and press the enter key
If the TCP/IP traffic is still hanging after closing the TCP/IP service, you can try to close and open CICS internal sockets support:
- Enter CEMT INQ TCPIP in the CICS region
- Tab down to "Ope" and overtype it with "Clo" and press the enter key
- Overtype "Clo" with "Ope" and press the enter key
You will have to bring the CICS region down and back up if closing and opening both the TCP/IP service and CICS internal socket support fails to get the TCP/IP traffic flowing.
If TCP/IP traffic stops after applying PTF UA64875, you should start OMVS component trace and take a console dump of CICS, TCP/IP, and OMVS. Then CICS Support can use the trace and dump to troubleshoot the problem.
- Start the trace before the hang occurs
TRACE CT,64M,COMP=SYSOMVS
r nn,OPTIONS=(ALL),END
- Take the dump when the TCP/IP traffic is hanging:
DUMP COMM=(hang)
r xx,JOBNAME=(TCPIP,OMVS,<CICS Region Jobname>),CONT
r yy,DSPNAME=('OMVS'.*),CONT
r zz,SDATA=(RGN,LSQA,SWA,TRT,ALLNUC,LPA,PSA,SUM,CSA,SQA),end
- Stop the trace (because there can be some performance impact):
TRACE CT,OFF,COMP=SYSOMVS
Product Alias/Synonym
CICS/TS CICS TS CICS Transaction Server
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.