Configuring process dependencies

To configure process dependencies, edit the $NCHOME/etc/precision/CtrlServices.cfg configuration file.

The process dependencies defined in the CtrlServices.cfg configuration file specify the order in which the ncp_ctrl process starts the processes.

Tip:

Process dependencies are configured by default and do not normally need to be changed.

To configure process dependencies:

  1. Back up and edit he CtrlServices.DOMAIN.cfg configuration file for your domain, where DOMAIN is the name of your domain.
  2. Locate the entry for the process whose dependencies you want to configure by looking for the following line in the file:
    serviceName='process_name'; 

    where process_name is the name of the process.

  3. Change the dependencies of the process by adding or removing process names to the following line, directly underneath the previous line:
    dependsOn=['process_name', 'process_name2'];
  4. Save the CtrlServices.cfg configuration file.
  5. Restart the master process controller, the ncp_ctrl process, for your changes to take effect.