Previous Topic: LocalController Configuration OptionsNext Topic: Engine and Presenter Configuration


Start and Stop the LocalController Manually

The init.camm script automatically starts the LocalController process. You can use the cammCtrl utility to manually stop or start the LocalController component independently.

Follow these steps:

  1. Log in as the CAMM_USER and go to the CAMM home directory.
  2. Execute the following command to start the LocalController:
    /opt/CA/CAMM# tools/startall -c lc
    
  3. Execute the following command to stop the LocalController:
    /opt/CA/CAMM # tools/stopall -c lc