Installing and configuring Reporting Database

Monitor is an extension of, installed with, and dependent on Reporting Database. Once installed, Reporting Database enables the option for Monitor Services.

Installing Monitor

To install Monitor, follow the instructions for installing Reporting Database in the Reporting Database Essentials Guide.

Enabling the Monitor service

Once Reporting Database and Monitor are installed, the Monitor service in Reporting Database System Manager is enabled by default. If you find it disabled, complete the procedure below to enable it.

To enable the Monitor service:

Procedure 

  1. Log into the Reporting Database System Manager:
    https://<RDB SERVER>:8443/mics/mics.html
  2. Select Settings.

  3. Select Services.
  4. Select Enable for Monitor.
  5. Click Apply.

Self-monitoring of the RDB server

You can enable self-monitoring of the RDB server so that Monitor can display RDB health information. You can also disable it and check the status.

To enable self-monitoring:

Procedure 

  1. Login to CLISH (Command Line Interface SHell) on the RDB server.
  2. Enter the following commands:
    1. configure terminal
    2. self-monitor enable
  3. Enter yes to confirm.

To disable Self Monitoring:

Procedure 

  1. Login to CLISH on the RDB server.
  2. Enter the following command:
    no self-monitor
  3. Enter yes to confirm.

Checking self-monitoring status

You can check whether this feature is on or off.

To check the self-monitoring status:

Procedure 

Method 1:

  1. Login to CLISH.
  2. Enter the following command:
    show self-monitor
  3. The system returns true or false.

Method 2:

  1. Login to CLISH.
  2. Enter the following command:
    configure terminal
  3. Do show self-monitor
  4. The system returns true or false.