XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 6. Configuring MOVERs
XYPRO Technology Corporation 124 Proprietary and Confidential
6.5 BASE24 MOVERs
BASE24 writes its audits to two locations:
OMF File
EMS Log
A BASE24 MOVER reads the OMF file, and an EMS MOVER reads the EMS log.
BASE24 must be configured to audit changes to its user database and security
configuration. The activities that can be logged are: logons, logoffs, and password
changes. Auditing is stopped and started via Process Control window on the ACI
Desktop user interface. Refer to the BASE24 Documentation available through ACI for
complete information on setting up auditing.
6.5.1 BASE24 EMS Templates
The EMS MOVER uses the standard system EMS templates to parse EMS messages.
If the BASE24 EMS templates have not been compiled into your system EMS
templates, then you will see the message, “No template and no TEXT token for event
in the result column of the AUDDET table.
To correct this problem, you must add a DEFINE for the EMS MOVER that is reading
the EMS log where your BASE24 application is writing its messages. The DEFINE
should be added after the MOVER is created, but before it is started.
If the MOVER is already running, you must stop it, add the define via PATHCOM, and
then restart it. To add the DEFINE using PATHCOM:
Syntax:
= Alter server <mover name>,define =_ems_templates,file $<vol>.<subvol>.EMSNRES
The compiled BASE24 EMS templates are contained in the EMSNRES file. This file
generally resides in the $<vol>.SCRIBE subvolume.
Example: Adding a DEFINE to the EMS MOVER reading the BASE24 EMS log
67> pathcom $xma
$Y8Y4: PATHCOM - T8344H01 - (01AUG08)
(C)1980 Tandem (C)2005 Hewlett Packard Development Company, L.P.
= alter server EMS-nodea-B24,define =_ems_templates,file $BASE.SCRIBE.EMSNRES
= info server ems-nodea-b24
SERVER EMS-NODEA-B24
PROCESSTYPE GUARDIAN
AUTORESTART 2
CREATEDELAY 10 SECS
DEBUG OFF
DEFINE =_EMS_TEMPLATES,CLASS MAP,FILE \NODEA.$BASE.SCRIBE.EMSNRES
The DEFINE is only necessary if the ACI templates are not merged into the standard
system EMS templates file. If the ACI compiled templates are kept separate, then the
DEFINE is needed to override the templates file the EMS distributor that the EMS
MOVER launches will use.