I am getting CAAU210W I/O error audit database full CACUDPCn How do I clear this file?
search cancel

I am getting CAAU210W I/O error audit database full CACUDPCn How do I clear this file?

book

Article ID: 54453

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Vollie

Issue/Introduction

Description

CAIAUDIT is a logging and reporting system for CA products. It is A VSAM dataset and it must be maintained using IDCAMS and CACCDBU0.

Solution

Use CACCDBU0 to backup AUDIT1|AUDIT2.

Step 1. If there are multiple CICS sharing the audit files, close caudpc1/2 in all CICSs.

STEP 2. Shutdown audit

// JOB CACCDBU0 SHUTDOWN AUDIT RUNTIME
// EXEC CACCDBU0,SIZE=100K
SHUTDOWN AUDIT IMM(YES)
/*
/ 

Step 3. Backup this Audit

// EXEC CACCDBU0,SIZE=100K
BACKup AUDIT DATaset(AUDIT1|AUDIT2)
                   [EVENT(event-code)]
                   [FROMDate(mmddyy|ddmmyy)]
                   [FROMTime(hhmmss)]
                   [PRODuct(product-code)]
                   [PURGE(NO|YES)]
                   [TODate(mmddyy|ddmmyy)]
                   [TOTime(hhmmss)]
                   [TYPE(EXTEND|MERGE)]

Step 4. Use IDCAMS to DELETE/DEFINE the file.

Punch CAUDPC1.Z and CAUDPC2.Z from the CA install library for the DEFINE JCL.


Step 5. Use CACCDBU0 to INITIALIZE the file.

// EXEC CACCDBU0                
INITIALIZE AUDIT DATASET(AUDIT1|AUDIT2)

Step 6. Startup Audit.

// JOB CACCDBU0 START AUDIT RUNTIME
// EXEC CACCDBU0,SIZE=100K
START AUDIT SUB(POWER|VTAM)
/*

Environment

Release: CA90SV00100-1.4-CIS
Component: