How to disable CCI startup on a LINUX Workload Automation AE server?
All Supported AutoSys releases
If CCI is no longer required to be running on the WAAE server (e.g. cross-platform scheduling and/or Event Management integration is not being used), its startup can be disabled by performing the following steps:
# unisrvcntr stop CA-cci
# unisrvcntr status CA-cci
# cp -p /etc/init.d/CA-cci /your_backup_directory/CA-cci
# unisrvcntr register -D CA-cci
After that, CCI will no longer be started when WAAE is restarted.