XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 5. Using XMA_MANAGER
XYPRO Technology Corporation 107 Proprietary and Confidential
5.8 Running XMA_MANAGER as the XMA Owner
XMA_MANAGER must be run as the XMA modules owner ID. If you have XAC
running on the system, add the following command to the ACACL file to make this
easier:
Sample XAC Command to run XMA_MANAGER as the appropriate ID
COMMAND XMA_MANAGER
!This command is designed for User who administer XMA.
DESCRIPTION "Runs XMA_MANAGER as the XMA owner ID"
USER <XYGATEMA owner> ! <ID that owns XMA>
OBJECT $SYSTEM.SYSNN.TACL
ACL <user list> ! User allowed to use XMA_MANAGER
SUPPRESSUNTILPROMPT
NOCOPYRIGHT
QUIET
START_LOGGED_ON
INPUT "#SET #BREAKMODE DISABLE"
INPUT "RUN $<vol>.XYGATEMA.XMA INSTALL" ! XMA's vol and subvol
INPUT "XYGATEAC_RUN_MACRO -exit xma_manager -PLAIN -BREAK"
PASSONTIMEOUT OFF
OPENSBYOBJECTS \*.$*.*.*
TRACKVOLUME
Be sure to perform the following:
1. Enter the userid that owns the XMA installation as the argument to the USER
keyword.
2. Enter the userids/aliases who are allowed to run XMA_MANAGER as the
argument to the ACL keyword.Enter the correct volume and subvolume for the
XMA installation as the argument to the second INPUT line.