ccm_server

The ccm_server command starts the CCM server, which serves Rational® Synergy sessions running in web-mode and help.

Synopsis

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

Uses

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.

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 instructs you to do so.
-port server port
Specifies the server port number the command supports.

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

Files

$CCM_HOME/log/synergy_host_port.log


Feedback