CALOGGER U1923 abend - CASV0320E Command ADD cancelled
search cancel

CALOGGER U1923 abend - CASV0320E Command ADD cancelled

book

Article ID: 235487

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

After configuring CALOGGER, an IPL exposed the following errors.

CASV0320E Command ADD (#15) cancelled - exceeded time limit

IEA045I AN SVC DUMP HAS STARTED AT TIME=13.15.06 DATE=02/15/2022           
FOR ASID (002D)                                                             
ERROR ID = SEQ00023 CPU00 ASID002D TIME13.15.06.7                          
QUIESCE = NO                                                               
IEA794I SVC DUMP HAS CAPTURED:                                              
DUMPID=001 REQUESTED BY JOB (CALOGGER)                                     
DUMP TITLE=CALOGGER ******** @ ********; ABEND U1923 Rsn=000000            
          00 at IEANUC01.IEAVEPS1+1AA6; Issuer=CALOGGER                     
IEA995I SYMPTOM DUMP OUTPUT                                                
SYSTEM COMPLETION CODE=0C1  REASON CODE=00000001                           
TIME=13.15.08  SEQ=00023  CPU=0000  ASID=002D                              
PSW AT TIME OF ERROR  470C2001   80000002  ILC 2  INTC 01                  
  NO ACTIVE MODULE FOUND                                                   
  NAME=UNKNOWN                                                             
  DATA AT PSW  00000000 - 000A0000  000130E1  00000000                     
  GR 0: 000001F8   1: 16F7CBA0                                             
     2: 00000000   3: 16F30AD0                                             
     4: 16F7C1A0   5: 00000000                                              
     6: 169EB248   7: 00000000                                             
     8: 16F7CBE0   9: 00000000                                             
     A: 00000000   B: 00000000                                              
     C: 00000000   D: 16F7CB08                                             
     E: 16F30A20   F: 00000000                                             
END OF SYMPTOM DUMP                                                                                                                     

CASV0360E Error on command: 'ADD LOGDEV LOGNAME=CA73_EVENT_LOG,LSNAME=CA7.CA7
*5085 CASV0356R Parameter error, reply:  'IGNORE', 'TERM', or COMMAND       

I replied "IGNORE" to the CASV0356R message.

I did the following command after the IPL was complete to add the log:

F CALOGGER,DISPLAY LOGDEV                             
CASV0104I 08.34.21 DISPLAY 049                        
LOGNAME           PRODUCT                   STATE     
CA73_EVENT_LOG    CA7                       CONNECTED

 

What action can be taken to prevent the CASV0320E condition from occurring?

Environment

Release : 15.0
Component : COMMON LOGGER

Cause

The CALOGGER code issues an IBM logger function to complete the ADD logdevice command, this function took longer than the CALOGGER expected.

The code issues the U1923 abend to free up the task.

Resolution

Check syslog to determine what could be causing delay in command processing.

Increase the command "timeout" value by adding a CMDTIMEOUT=xxx to the CAILGR00 member, where xxx is a value between 0 and 300.  This value is seconds, and the default is 60. It should be placed prior to the ADD command.

Example CAILGR00 member from PARMLIB:

 BROWSE    SYS1.PARMLIB(CAILGR00) - 01.01           Line 0000000000 Col 001 080
Command ===>                                                  Scroll ===> CSR
********************************* Top of Data **********************************
/*              */                              00001000
SET CMDTIMEOUT=90 00002000
/*--------------------------------------------------------*/ 00003000
/* DASD ONLY LOG STREAM FOR CA7ONL$ LOCAL SYSTEM RECORDS */ 00004000
/*--------------------------------------------------------*/ 00005000
ADD LOGDEV LOGNAME=CA73_EVENT_LOG, 00006000
         LSNAME=CA7.CA7ONL$.LOGSTRM, 00007000
         PRODUCT(CA7), 00008000
         LOGCLASS=DATA, 00009000
         DESCRIPTION('CA73 DATA') 00010000
DISPLAY LOGDEV 00011000
******************************** Bottom of Data ********************************