How to Source the Autosys Environment in Unix/Linux
search cancel

How to Source the Autosys Environment in Unix/Linux

book

Article ID: 42195

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

How to source autosys environment to run AE commands on a Unix/Linux platform. 

 

 

Environment

Workload Automation AE

Cause

Without autosys environment variables defined in any present environment, user cannot utilize client utilities as operating system cannot access without defining.

Resolution

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.