How to source autosys environment to run AE commands on a Unix/Linux platform.
Workload Automation AE
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.localhost.net
OR
source autosys.bash.localhost.net
If user want to source in ksh environment, He should source ./autosys.ksh.hostname.localhost.net
Please do note that client utilities will be executed only after sourcing autosys environment.