XAC: Hanging XAC TACL session filling audit logs
The STOPONERROR command should be added to the ACACL for commands that spawn TACL sessions.
The default STOPONERROR command is: STOPONERROR 60,66,140,190,191
This handles the most common scenarios that would leave hanging sessions but, more can be added to suit your specific environment. This command is further documented in the XAC manual.
If 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
XAC: Resizing XYGATEAC Logs
To resize using the new EXT, stopping all XAC sessions and restarting them is an essential step because if the audit file is still opened by a previous session, then the old audit parameters are stored in memory until the existing sessions are ...
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] ...
XAC: Error 48 when executing an obey file in an XAC TACL session
Add the following keyword to the underlying TACL session (the XAC TACL session configured in the telnet service): 1. Edit the ACACL file 2. Add the keyword to the TACL command that is configured in the telnet service, e.g TACL-DYNAMIC-IP: ...
XAC: How to exclude IXF data from audit
The following command added to the XAC Command used to start the associated TACL session will exclude its activity from the audit trail. AUDITPROG \*.$*.*.* NOT $SYSTEM.*.IXF The command invocation of IXF will still be audited but the commands ...
XAC: OSH session not prompting for the correct password following PASSWORDTIMEOUT
After starting an XOA OSS shell and logging on, often a user will switch to another user id using the "sh -" command. If a PASSWORDTIMEOUT value is specified, when that value is met or exceeded, the user will be prompted to enter the user password in ...