Monitoring the ClearQuest RPC servers

In addition to monitoring the Rational ClearQuest RPC servers by using the Site Monitoring page of the Site Configuration window, you can validate the startup and functioning of the RPC servers by viewing the ClearQuest Web log files and by using a command-prompt window.

About this task

The following variable is used in this topic:
clearquestHome
Directory where Rational ClearQuest is installed

Procedure

  1. View the ClearQuest Web log files to validate whether the ClearQuest RPC server process, cqrpc, is running.
  2. You can also verify whether the ClearQuest RPC servers are functioning from the command-prompt window:
    1. Open a command window and navigate to the following directory:
      Windows
      cd clearquestHome\cqweb\bin
      UNIX Linux
      cd clearquestHome/cqweb/bin
    2. Enter the following command:
      Windows
      cqrpc
      UNIX Linux
      cqrpc.sh

      Each command returns a port number and process ID (PID) if the server is running.


Feedback