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.

Procedure

  1. Set user to ccm_root.
    $ su - ccm_root
    Password: *****

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

  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