Starting the CCM server

To start the CCM server, follow these steps.

This procedure contains steps for Windows and UNIX.

Windows

Procedure

  • The CCM server is started automatically by the installation program and runs as a service.
  • Use the Windows Services dialog box to manually start the CCM server.
  • The CCM server runs the port number you specified at the time of installation. The port number is located in the HELP_SERVER setting in the system_info.txt file.

UNIX

The CCM server is started automatically by the ccm_start_daemons command on the system where the CCM server is running.

Before you begin

If you did not set up the CCM_HOME and PATH for user ccm_root during installation, set these environment variables now.

Procedure

  1. Set user to ccm_root.
    $ su - ccm_root
    Password: *****
  2. Start the CCM server.

    $ ccm_server

  3. Exit from user ccm_root.

Feedback