XUA: How to do an XUA monitor
1. Uncomment the MONITOR keyword in the UACONF file by editing the file and removing the ?!? from the first position in the line. The modified
line should look as follows:
MONITOR $S.#XUA.MONITOR
Note: If your spooler does not have a collector called $S, then substitute a valid collector name for $S.
2. From a different TACL session (or GUI session), attempt a logon.
3. Stop the monitor by commenting out the MONITOR keyword in the UACONF file by adding the "!" character to the first position in the line. This should be
done as soon as possible following step 2, as monitor dumps can generate large amounts of data.
! MONITOR $S.#XUA.MONITOR (prefixing with !)
4. After exiting the file, do a XUA_SYNTAX_CHECK to verify that there are no syntax errors.
a. RUN $<vol>.XYGATEUA.XUA INSTALL ($<vol> is the disk volume where XUA is installed)
b. XUA_SYNTAX_CHECK
5. Bounce the XUA SEEP. You must be SUPER.SUPER to execute this step
a. XUA_SAFECOM_BOUNCE
6. Send to XYPRO the monitor output generated at spooler location #XUA.MONITOR.
a. PERUSE
b. LOC #XUA.MONITOR
c. NUMCOL 512 (to avoid report truncation)
d. LIST EDIT/OUT <filename>/ 1 /L (This will list the spooler report to a disk file that can be
downloaded and sent to XYPRO.
NOTE: For step b, if the job number is known, "Jxxxx" may be substituted for "LOC #XUA.MONITOR" (where xxxx = the job number)
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
XUA: NonStop IP address not showing up in monitor dumps / wrong UAGROUP is selected when attempting MFA logon from an SSH session
This is NOT an XUA issue. This is an issue with older versions of SSH (pre-ACS), which does not provide the ip address. Specifically, because the ip address is not being recorded in the Safeguard audit, there is no ip address to provide to XUA. The ...
XAC: How to create a Monitor Dump
Follow these steps in order to generate a XYGATEAC monitor dump: In the ACCONF File, remove the comment from the following line !MONITOR $S.#XAC.MONITOR In the ACACL File, add the word MONITOR to the line directly following the command entry that is ...
XHE: How to create a Monitor Dump.
To create a XYGATEHE monitor dump: In the HECONF file, remove the comment from the following line: !MONITOR $S.#XHE.MONITOR Execute the XHE_COMPILE macro by typing the following: RUN XHE_COMPILE Reproduce the reported issue. Back out changes made in ...
XOA: How to create a Monitor Dump
Add this KEYWORD to your XYGATEOA command or modify your XYGATEAC command to add the Monitor settings to the XYGATEOA commands: (The ?m: is the file name to send the monitor data to. The ?t: is what data you want to send to the monitor dump.) TACL> ...
XUA: Does XUA support multiple RADIUS servers
XYGATE User Authentication (XUA) Version 2.25 and later can be configured to support multiple Radius servers by specifying each server name next to the RADIUS_HOST keyword in the UACONF file, using a comma-separated list of server names with no ...