Starting and stopping all daemons

Start or stop all daemons by performing the following steps. To stop the ESD process, you must be logged in as root.

Before you begin

ESD is only applicable if you are using it for Rational® Change.

If you did not set up CCM_HOME and PATH for user ccm_root during installation, set these environment variables now.

Procedure

  1. Set user to ccm_root.
    $ su - ccm_root
    Password: *****
  2. Start or stop the daemons.

    $ ccm_start_daemons

    OR

    $ ccm_stop_daemons

    If all daemons do not start when you run ccm_start_daemons, you must stop all daemons before attempting to start them again using ccm_start_daemons. Otherwise, you can start individual daemons at any time without shutting down all daemons first.

  3. Exit from user ccm_root.

    $ exit


Feedback