Starting the Rational Synergy daemons

About this task

The Rational Synergy daemons must be running before you can start a Rational Synergy session. The ccm_start_daemons command starts all daemons on the same machine.

Also, you need to start these daemons and the primary CCM server each time the server machine is rebooted. For your convenience, create boot scripts for this purpose.

Note: You must run CCM server on each machine supporting a Web mode session.

Procedure

  1. Set user to ccm_root.
                   $ su - ccm_root
                   Password: *****
                   $ CCM_HOME=ccm_home; export CCM_HOME
                   $ PATH=$CCM_HOME/bin:$PATH; export PATH
  2. Start the daemons.
  3. Start the daemons.
                   $ ccm_start_daemons

    If all the daemons do not start, use the ccm_stop_daemons command to stop all daemons before attempting to start them again.

  4. Exit from user ccm_root.
                   $ exit
    Note: You must run the object registrar on your database server if the database server and installation machines are not the same. Also, if the database server is not the same as the installation machine, you must run ccm_install -l on the engine hosts.

Feedback