XAC: Priority not being properly set for applications
1. Check the ACACL file for a PRI keyword value that matches the priority the affected process is currently running as.
2. Check the ACLGROUP associated with the XAC Command this PRI keyword is running under to make sure that the affected users do not fall under this ACLGROUP.
3. Check for a conflicting CMON or XCM configuration that is also setting priority for processes.
4. Check an afflicted user's TACLCSTM for anything accessing a priority setting command such as altpri.
5. Check the ACCONF file for the XAC PRIORITY keyword. If the value of this keyword is one greater than the priority of the affected process, then this may be the value setting the PRI value of the process.
By default, if no other priority affecting keywords or programs are found, XAC defaults to setting the PRI value of a process to one greater than its own priority as defined by the PRIORITY keyword in the ACCONF.
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: How to set BASH as default shell for OSS.
The following XAC command can be used to start bash directly. COMMAND OSS-BASH-SHELL USER 37,2 OBJECT $SYSTEM.XYGATEAC.XYGATEOA ACL $ROB OPENSBYOBJECTS \*.$*.*.* STARTUP '-xac -c "/usr/coreutils/bin/bash -l"' STOPONERROR 60,66,140,190,191 DONOTSTOP ...
XAC: How can I disable function key auditing in BLOCKMODE applications?
Add the BLOCKMODE_AUDIT keyword to the ACCONF or ACACL files to disable function key auditing. Example: BLOCKMODE_AUDIT OFF If BLOCKMODE_AUDIT is set to ON, the individual function keys will be audited. If it is set to OFF, they will not. The default ...
XAC: OSH (OSS) vi command requires user to press enter multiple times
A formal fix has been released by HPE. SPR T0801H01 ACQ (May 2019) L-series Fix: T0801L01 ACT - Releasing soon SYMPTOMS: STN (pseudo-TTY): Application output (sometimes including echo of input) is "stuck", not appearing until the next keyboard input. ...
XAC: How to add SAFEGUARD_PRIVLOGON for an XAC command.
If the USER_SWITCH is present in both ACCONF and ACACL files, then the value in XAC COMMAND entry in ACACL file will overrule the ACCONF. Add USER_SWITCH SAFEGUARD_PRIVLOGON to the XAC command. In order to use the SAFEGUARD_PRIVLOGON option, create a ...
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] ...