How to disable CCI startup on a LINUX Workload Automation AE server?
search cancel

How to disable CCI startup on a LINUX Workload Automation AE server?

book

Article ID: 38230

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 disable CCI startup on a LINUX Workload Automation AE server?

 

 

Environment

All Supported AutoSys releases

Resolution

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:

 

  • Log on as root. 

 

  • Stop CCI: 

# unisrvcntr stop CA-cci 

 

  • Verify that all CCI components have stopped: 

# unisrvcntr status CA-cci 

 

  • Make a copy of the CCI startup script in case it needs to be re-enabled at a later stage: 

# cp -p /etc/init.d/CA-cci /your_backup_directory/CA-cci 

 

  • Deregister CCI services: 

# unisrvcntr register -D CA-cci 

 

After that, CCI will no longer be started when WAAE is restarted.