XCM: XCM_REPORT macro not reporting on logon information known to be in the XCM audit trails
1. The XCM libraries must be attached in order to report on this information. Attach the appropriate XCM libraries to the TACL object
Syntax:
XCM_LIB_INSTALL <object-file> <method> <library>
Where: <method>
1 Attach as Runtime Library to specified file
2 Bind into specified file
3 Bind into Runtime Library of specified file
<lib>
A Control priority alteration
P Control process starts
U Control logons via USER_AUTHENTICATE_
V Control logons via VERIFYUSER
R Start process in cpu based on hometerm
VA Combination of V and A
VP Combination of V and P
VPA Combination of V and P and A
UA Combination of U and A
UP Combination of U and P
UPA Combination of U and P and A
PA Combination of P and A
O Any OSS program
Examples:
XCM_LIB_INSTALL /usr/bin/sh 1 o
XCM_LIB_INSTALL $SYSTEM.SYS01.TACL 1 UPA
2. Stop and restart any existing TACL sessions to pick up this change to the TACL object
*See Chapter 13, XCM Message Libraries in the XYGATE/CM manual for more information on how to attach the XCM libraries to TACLIf you are unable to locate the solution needed or if you need additional assistance please Click Here to open a case from our Customer Care Portal.
Related Articles
XCM: Large Amounts of XYGATECM Audit
Large amounts of XYGATECM (XCM) audit does not necessarily indicate a problem with XCM, but is symptomatic of activity elsewhere on the NonStop system that is being audited by XCM. An XCM report should provide clues on system activity contributing to ...
XRM failed report because there were too many audit trails
Lower the amount of audit files that XRM tries to read. Rename or purge the audit files. It is a good idea to keep the first audit file and the last audit file for a specific date because the first and the last will have valid information. If this ...
XAC: How to change the Date Format of the XAC_Report Macro
1. Copy the xac_audit_report macro to file using the builtin tacl command vartofile vartofile xac_audit_report <newfile> 2. Remove symbols from the newly created file using a file editor (if needed) 3. adding the routine header to the file <newfile> ...
XSM: XSM_REPORT not showing an audit file name.
Logon to the system at issue via the XSM GUI and perform a valid Safeguard operation in order to generate XSM audit records. Check the SMCONF file to make sure that an AUDIT file location has been specified. If one has been configured, do a FILEINFO ...
XAC:REPMAC example of rolling over the AUDIT file and generating yesterday's XAC audit report
Below is a custom REPMAC file. The lines in blue are for customized activities. ?tacl macro #frame [#push t_t1 t_t2 t_t3 t_t4 ] XAC_datetime_make 1 == put date computed and time of 00:00 into t_t1 #set t_t1 [XAC_dt_year4]-[XAC_dt_month]-[XAC_dt_day] ...