XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix E: XMA Host Macros
XYPRO Technology Corporation 207 Proprietary and Confidential
CATALOG <vol>.XMACAT
-- EXTENT <size1>
-- MAXEXTENTS <int>
?Section auddetail
ALTER TABLE =XMA_AUDITDETAILTBL
ADD PARTITION <vol1>.XMADAT.AUDDET
FIRST KEY 1
WITH DATA MOVEMENT
CATALOG <vol>.XMACAT
-- EXTENT <size1>
-- MAXEXTENTS <int>
;
ALTER TABLE =XMA_AUDITDETAILTBL
ADD PARTITION <vol2>.XMADAT.AUDDET
FIRST KEY 2
WITH DATA MOVEMENT
CATALOG <vol>.XMACAT
-- EXTENT <size1>
-- MAXEXTENTS <int>
;
ALTER TABLE =XMA_AUDITDETAILTBL
ADD PARTITION <vol3>.XMADAT.AUDDET
FIRST KEY 101
WITH DATA MOVEMENT
CATALOG <vol>.XMACAT
-- EXTENT <size1>
-- MAXEXTENTS <int>
;
E6: REMFIN
Use the REFMIN macro to perform installation processing on the remote nodes. It is
the remote-node equivalent of XMA_FINISH_INSTALL. This step licenses the SRLIB
object file, which is required when XMA is reading the Safeguard trail.
To use REMFIN, follow these steps after completing an installation or upgrade via
XMA_MANAGER:
1. On the remote node, logon as SUPER.SUPER.
2. Run the REMFIN macro that resides in the XYGATEMA subvolume on the node
where the pathway is running.
Syntax
RUN \<system>.$<Master-XMA-vol.subvolume>.REMFIN
Where:
<Master-XMA-vol.subvolume> is the XYGATEMA subvolume on the node where
the pathway is running.
Example: Finishing an upgrade of the host software step 1
RUN \NODE1.$SYSTEM.XYGATEMA.REMFIN INSTALL
XMA INSTALL attaches the XMA_SEG TACL segment to the user’s TACL. If the
user already has the XMA_SEG TACL segment installed, it has no other effect.