TMSINIT ABEND S522 U0000 REASON=00000000
search cancel

TMSINIT ABEND S522 U0000 REASON=00000000

book

Article ID: 259240

calendar_today

Updated On:

Products

CA 1 Flexible Storage

Issue/Introduction

My system was IPL'ed, and CA-1 V14 started normally, but after about 35 minutes TMSINIT received the abend: S522 U0000 REASON=00000000 .

Here is the abend in the SYSLOG:

0020000 UISS     23025 12:35:43.78 STC04612 00000285  IEA995I SYMPTOM DUMP OUTPUT 259                                           
                                        259 00000285  SYSTEM COMPLETION CODE=522                                                
                                        259 00000285   TIME=12.35.43  SEQ=00048  CPU=0000  ASID=0035                            
                                        259 00000285   PSW AT TIME OF ERROR  070C1000   98E03916  ILC 2  INTC 01                
                                        259 00000285     ACTIVE LOAD MODULE           ADDRESS=18E03540  OFFSET=000003D6         
                                        259 00000285     NAME=TMSINIT2                                                          
                                        259 00000285     DATA AT PSW  18E03910 - 4110C070  0A01D60D  C0603902                   
                                        259 00000285     AR/GR 0: 00000000/00000001   1: 00000000/009FC3E8                      
                                        259 00000285           2: 00000000/0000000E   3: 00000000/98E03540                      
                                        259 00000285           4: 00000000/00000172   5: 00000000/009FF7F8                      
                                        259 00000285           6: 00000000/009D3010   7: 00000000/98E03A5C                      
                                        259 00000285           8: 00000000/98E035EA   9: 00000000/00000000                      
                                        259 00000285           A: 00000000/00C09000   B: 00000000/17855868                      
                                        259 00000285           C: 00000000/009FC378   D: 00000000/009D3230                      
                                        259 00000285           E: 00000000/009FC3E8   F: 01000002/809F83A8                      
                                        259 00000285   END OF SYMPTOM DUMP                                                      
4000000 UISS     23025 12:35:43.80          00000294  IEE400I THESE MESSAGES CANCELLED - 46.                                    
0000000 UISS     23025 12:35:43.81 STC04612 00000090  IEF450I STARTMS STARTMS - ABEND=S522 U0000 REASON=00000000 261            
                                        261 00000090          TIME=12.35.43                                                     
0000000 UISS     23025 12:35:43.82 STC04612 00000294  IEF404I STARTMS - ENDED - TIME=12.35.43                                   

 

Environment

Release : 14.0

Cause

This problem is most likely caused by contention involving the CA1 TMC.  

Resolution

The cause of this timeout error is most likely resulting from a contention issue involving the CA1 TMC.  More details concerning this problem: 

TMSINIT2 performs a reserve on the TMC.  To better identify what is causing the contention problem, the following GRS displays can be performed on the system console:

D GRS,CONTENTION

D GRS,RES=TMSQNAME,*

The output from these MVS commands should help in determining what TMSINIT is waiting on.  Also, the following job can be run to help identify what is holding the CA1 TMC:

(run this job with DISP=OLD and the DD1 pointing to the TMC dataset)

//JS01   EXEC  PGM=IEFBR14                                       
//DD1  DD DSN=<hlq.TMC>=(OLD,KEEP,KEEP)