Sample Audit Mirror Configuration File

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% DATABridge Audit Mirror Parameter File              %
% Source:         DATA/AUDITMIRROR/SAMPLE/CONTROL     %
% Version:        6.1                                 %
%                                                     %
% Copyright (C) 2010 Attachmate Corporation           %
%               All Rights reserved                   %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
% How to locate the Enterprise Server SOURCE ...
 
SOURCE  <sourcename>  % SOURCE name in Enterprise Server
AT  "<host/ipaddress>" % Enterprise Server's host
PORT  <portnumber>
Enterprise Server's port number, e.g. 5100
% example:
% source BANKDB at "WINSERVER" port 5100
 
% Where to write the audit files ...
 
AUDIT ["<prefix>"] ON "<mirroredauditfamily>"
[ JOB "<finishedauditwfl>" ]
 
% The default <prefix> is <dbname>/MIRRORED and the
% default <mirroredauditfamily> is DISK (subject to
% FAMILY substitution).
%
% If you are running the DBAuditMirror program on the
% same system as the primary database be sure at least
% one of the following is true:
%
%       <prefix> is not <dbname>
%
%       <mirroredauditfamily> is not the original audit
%               family
%
% otherwise you will overwrite the primary database's
% audit files.
%
% DBAuditMirror will start the <finishedauditwfl> job
% after successfully mirroring an audit file.
 
% example:
% audit "BANKDB/MIRRORED" on "ALTPACK"
%       job "WFL/DATABRIDGE/FINISHMIRRORED"
 
% When waiting for an audit file ...
 
RETRY <retrysecs> SECONDS % seconds delay between retries
 
% example: retry 10 seconds
 
MAXWAIT  <waitsecs> SECONDS  % max total seconds to wait
% MAXWAIT  FOREVER        % keep retrying indefinitely
% MAXWAIT  DONTWAIT       % don't retry at all
 
% example: maxwait 60 seconds