XAC - Can I run an XAC command from an OSH (OSS) shell?

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.