XMA: How to generate a trace file for a server class.
Starting a Trace:
TACL> FUP CREATE ZZTRACE, TYPE E, REC 132,EXT 1000
TACL> PATHCOM $XMA
=FREEZE <ServerClass Name>
=STOP SERVER <ServerClass Name> (Do this command twice)
=ALTER SERVER <ServerClass Name>, PARAM MONITOR^FILE ZZTRACE
=ALTER SERVER <ServerClass Name>, PARAM MONITOR ?ON?
=THAW <ServerClass Name>
=START <ServerClass Name>
=STATUS <ServerClass Name> (Confirm that Mover is started and working)
Stopping a Trace:
TACL> PATHCOM $XMA
=FREEZE <ServerClass Name>
=STOP <ServerClass Name> (Do this command twice)
=ALTER SERVER <ServerClass Name>, PARAM MONITOR ?OFF?
=ALTER SERVER <ServerClass Name>, PARAM MONITOR^FILE
=THAW <ServerClass Name>
=START <ServerClass Name> (TO RESTART)
If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
Related Articles
XMA: OSS path and file name from Safeguard audit not showing up in XMA database or on SIEM
OSS commands, such as 'cat', generate an "open" operation for the OSS file on which they were executed. The Safeguard audit for "open" operations caused by 'cat' do not show the OSS path and file name in the ObjectName field of the Safeguard record. ...
XYGATE: How to create a trace file for a XYGATE GUI.
Create a trace file for the XYGATE GUIs: Click the Start button , and then type a word or part of a word in the search box (Example: XYGATECF) Right click on executable to select PROPERTIES ? In the Target Box, add /TRACE to the end of the line ...
XMA: Steps to edit the Merged Audit FILTERS file using XMA_EDIT_FILTERS
The XMA_EDIT_FILTERS Macro makes a copy of the FILTERS file called NEWFILT and allows you to edit this. Once editing is complete you can choose to install the edited version. This renames the current FILTERS file to OLDFLTXX, and replace it with ...
XMA: How to Resize an Index File
Enlarging the index files BEFORE installing XMA: The ADDINDX macro was created to allow the creation of index files using larger (FORMAT2-sized) attributes as a separate task, for customers who wish/need to increase the size of the indexes outside of ...
XMA: SLENDER retryable transient error -4060 SQL Error : SqlCode : -4060
To resolve the SLSENDER mover due to missing PARAMS and SYSLOGQ tables: TACL> VOLUME $<VOLUME>.<XYGATEMA Installation Subvolume> TACL> FUP COPY NEWDEFS TACL> OBEY NEWDEFS TACL> INFO DEFINE =XMA_PARAMSTBL Output should return something such as: Define ...