ccm_server

The ccm_server command starts the Rational® Synergy CCM server.

Synopsis

ccm_server [-start| -stop] [-debug] [-port <server port>]

Uses

Use the ccm_server command to start the CCM server, which serves Rational Synergy sessions running in web-mode and help.

At least one CCM server is required per installation. For better scalability, you can run multiple CCM servers. By default, the CCM server is started on port 8400, but you can start it on a different port.

The CCM server log is in the host.port.pid file in the log directory of the Rational Synergy server installation. For example, boon.8400.54123.

You must be logged in as ccm_root to run this command.

For more information, see Administering the CCM server.

Examples

Start the server on the current host on the default port number (8400).

$ ccm_server -start

Stop the server on the current host on the default port number (8400).

$ ccm_server -stop

Start the server on the current host on port number 8888.

$ ccm_server -start -port 8888

Stop the server running on the current host on port number 8888.

$ ccm_server -stop -port 8888

Options and arguments

-start
Starts the server.
-stop
Stops the server.
-debug
Turns on debugging for the server. Debugging messages are saved in the server log file. Turn on debugging if IBM® Rational Software Support tells you to do so.
-port server port
Specifies the server port number the command supports.

Files

$CCM_HOME/log/synergy_host_port.log


Feedback