XAC - Can I run an XAC command from an OSH (OSS) shell?
Add the following lines to the user .profile file or the global /etc/.profile file if this functionality is to be available to all users on the system:
xac() { gtacl -p /G/system/xygateac/xygateac "$@" ; }
XAC() { gtacl -p /G/system/xygateac/xygateac "$@" ; }
typeset -xf xac
typeset -xf XAC
The entries are duplicated in order to account for the XAC command in both upper and lower-case.
NOTE: If the XAC installation is in a location other than $SYSTEM.XYGATEAC, then that volume and subvolume should be substituted in place of "/system/xygateac" in the examples above
Following the changes to the user .profile or /etc/.profile file:
Example:
$VTDW TERRELLW 8> osh
/users/terrellw: xac oss-super-shell
XYGATEAC 6.35 XYPRO \xxxxxxxx 20991231 (see <<CONFIG for Copyright)
/users/terrellw:
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: 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 configure keystroke auditing for OSS SSH sessions
Use the following steps to configure XAC auditing for SSH. Add the XAC command. The XAC command requires the following keywords to be included. USER_IGNORED START_LOGGED_ON USER_SWITCH SAFEGUARD_PRIVLOGON Note: If XYGATE User Authentication (XUA) is ...
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 ...
XAC: Example of initiating an XAC command to run EMSDIST on TELSERV or STN service
If XAC TACL is configured with the TIMEOUT entry and EMSDIST is running on it, but there are no EMS messages during the TIMEOUT period, then XAC will terminate TACL and the EMSDIST. Below are examples of initiating an XAC command to print EMS ...