How to source autosys environment to run AE commands on a Unix/Linux platform.
Release: ATSYHA99000-11.3.6-Workload Automation AE-High Availability Option
Linux
Without autosys environment variables defined in any present environment, user cannot utilize client utilities as operating system cannot access without defining.
Execute the following on your Autosys server
Below example implies sourcing bash environment.
1) cd $AUTOUSER (Ex: /opt/CA/WorkloadAutomationAE/autouser.INS)
2) ls -l|grep bash
ls -l|grep bash
-rwxr-xr-x. 1 autosys autosys xx66 May 6 20xx autosys.bash.localhost.net
autosys.bash.<hostname>
3) ./autosys.bash.hostname.ca.com
OR
source autosys.bash.localhost.net
If user want to source in ksh environment, He should source ./autosys.ksh.hostname.ca.com
Please do note that client utilities will be executed only after sourcing autosys environment.