Installing the Resource Metric Viewer as a separate installation

Currently, you can run the Common Pack Service installer without installing the Resource Metric Viewer. If you want to install the Resource Metric Viewer later as a separate installation, follow these steps.

Procedure

  1. Change to the following directory as the root user:
    <commonpackservice_installation_directory>/rmv/scripts

    By default, the commonpackservice_installation_directory is /opt/IBM/JazzSM/commonpackservice.
  2. Install the Resource Metric Viewer by running the install_rmv.sh script as follows:
    install_rmv.sh <JazzSM_Home> <jazzsm_admin_user_name> <jazzsm_admin_password>
    By default, the JazzSM_Home is /opt/IBM/JazzSM.
  3. Install the Resource Metric Viewer schema by running the following command:
    rmv_db_schema.sh jdbc:oracle:thin:@<database_hostname>:1521:vtdb 
    <oracle_client_directory> bicontrol <bicontrol_user_password>
    By default, the oracle_client_directory is /appl/oracle/product/11.2.0/db_1 and the bicontrol_user_password is bicontrol.
    For example,
    rmv_db_schema.sh jdbc:oracle:thin:@9.127.97.144:1521:vtdb 
    /appl/oracle/product/11.2.0/db_1 bicontrol bicontrol

Results

Resource Metric Viewer is installed and ready for use.