Starting the Rational Synergy daemons

The Rational® Synergy daemons must be running before you can start a Rational Synergy session.

About this task

The ccm_start_daemons command starts all daemons on the same computer.

You must start these daemons and the primary CCM server each time the server computer is rebooted. For your convenience, create boot scripts for this purpose.

Run a CCM server on each database server machine.

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.
    $ ccm_start_daemons

    If all the daemons do not start, issue the ccm_stop_daemons command to stop all daemons. Then start them again.

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

Feedback