ccm_helpsrv

The ccm_helpsrv command starts the Rational® Synergy Help server.

Synopsis

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

Uses

Use the ccm_helpsrv command to start the Help server, which serves Rational Synergy help.

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

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

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

Examples

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

$ ccm_helpsrv -start

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

$ ccm_helpsrv -stop

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

$ ccm_helpsrv -start -port 8888

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

$ ccm_helpsrv -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