MaxDB

Configure MaxDB for Monitoring

1. Navigate to Dashboards → Administrator.

4. A pop-up message will confirm that the MaxDB instance has been added successfully. Click OK to dismiss and proceed to configure the MaxDB user monitoring account.

Note: Please take note of the account requirements when configuring the monitoring account.

6. A pop-up message will confirm that the account has been created successfully. Click OK to complete the process.

7. The newly added system will appear under the MaxDB Instances panel.

8. The newly added system shows up in the Service grid within 5-15 minutes.

Account Requirements

The account used to monitor the MaxDB instance should be created as follows:

  • Login to the Sqlcli with your SYSDBA/DBADMIN user as shown below:

>sqlcli -d <database_name> -u <dbadmin_user>,<dbadmin_password>
  • Create a database user with a STANDARD user class:

>CREATE USER <user_name> PASSWORD <user_password> STANDARD

Last updated