How to enable Audit for IBM AS400/iSeries Journal Logs


For analyzing Journal logs of IBM AS400/iSeries devices, you need to initially enable auditing in those systems.

To enable auditing for AS400/iSeries journal logs you have to:

  1. Create a journal receiver.

  2. Attach the journal receiver to a journal.

  3. Specify the audit logs that are to be stored in the journal receiver.

Once the journal receiver is created and the logs specified are collected in it, EventLog Analyzer will fetch those logs for monitoring, report generation and alert notification.

Note: For setting up Security auditing in AS 400/iSeries machines, you must have the *AUDIT special authority.

 

Create a Journal Receiver

You can create a journal receiver in a library of your choice by using the following command:

CRTJRNRCV  JRNRCV(JRNLIB/AUDRCV0001) +           

THRESHOLD(100000) AUT(*EXCLUDE)   +           

TEXT('Auditing Journal Receiver')

 

Note:  This example uses a library called JRNLIB for journal receivers.

 

Attach the Journal Receiver to a Journal

CRTJRN JRN(QSYS/QAUDJRN)+          

JRNRCV(JRNLIB/AUDRCV0001)+

MNGRCV(*SYSTEM)DLTRCV(*NO)+       

AUT(*EXCLUDE)    TEXT('Auditing Journal)
Note: To create this journal you must have the authority to add objects to QSYS.

Specify the logs that are to be captured by the Journal Receiver

CHGSECAUD QAUDCTL(*ALL) QAUDLVL(*ALL)

 

Once this security auditing set up is completed, EventLog Analyzer will automatically fetch the logs collected in the journal receiver of the AS400/iSeries device that is added for monitoring. If the AS400/iSeries machine is not added to EventLog Analyzer server, add the device to begin collecting its logs.