Installing the System Dashboard

To install the System Dashboard, you expand an archive file that contains all of the IBM System Dashboard programs, samples, libraries, and API documentation.

About this task

The System Dashboard Fix Pack is available on Fix Central.

Procedure

To install the System Dashboard:

  1. Download the System Dashboard from Fix Central.
  2. Unzip the package to the directory you have designated for System Dashboard.
  3. In the directory locate the launch file for your platform:
    • UNIX: Dashboard.sh
    • Windows: Dashboard.bat
  4. Open the launch file with a text editor.
  5. Add AcceptLicense to the end of the command, for example:
    java -Xms128m -Xmx1100m -cp .;libs\forms_rt.jar;libs\chart.jar;libs\chart.ext.jar;mgrlib.jar;mgr.jar com/filenet/PchMgr/Manager AcceptLicense

    Modify the command to include a fully qualified path to the Java executable if it cannot be found in the current search path.

  6. Save your changes.