We are having the following issue this morning, when attempting to issue any commands in Autosys (12.0)
Release : 12
Component : CA Workload Automation AE (AutoSys)
Typically if the EEM UI drop down list is empty the dxserver process is not running or is running but has errors.
For Windows the
CA Directory - itechpoz
and
CA iTechnology iGateway 4.7
services should be set to Automatic startup.
For *UX
If you have your system configured to start EEM at boot time you should have
/etc/init.d/dxserver
Which is a script and there would be an entry like the following in the file:
# Default-Start: 2 3 5
Additionally you would have the following that are all links to /etc/init.d/dxserver
/etc/rc.d/rc2.d/S99dxserver
/etc/rc.d/rc3.d/S99dxserver
/etc/rc.d/rc5.d/S99dxserver
And in /opt/CA/SharedComponents/CADirectory/dxserver/config/autostart you would have a zero byte file named itechpoz
and for igateway:
/etc/init.d/igatewayd
and
/etc/rc.d/rc2.d/S99igateway
/etc/rc.d/rc3.d/S99igateway
/etc/rc.d/rc5.d/S99igateway
which are links to $IGW_LOC/S99igateway.
The most common reason a process does not start at boot time is either the port was not available to somehow the environment was not set correct.
Example: the dxserver script could not su to the dsa user and consume the variables like $DXHOME.
If needed, review the EEM configuration files and logs for more details:
$CASHCOMP/EmbeddedEntitlementsManager/eiam-install.log
$CASHCOMP/EmbeddedEntitlementsManager/config/server/server.xml
$CASHCOMP/EmbeddedEntitlementsManager/logs/*
$CASHCOMP/CADirectory/dxserver/config/knowledge/*
$CASHCOMP/CADirectory/dxserver/logs/*
$CASHCOMP/iTechnology/*.conf
$CASHCOMP/iTechnology/*.log