Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents

...

 

The up.time Uptime Infrastructure Monitor DataStore can run on an Oracle database to leverage existing Oracle installations and take advantage of Oracle's advanced replication, recovery and archiving features. This article assumes that you have already installed up.time Uptime Infrastructure Monitor and have an Oracle database available (see Supported Databases for version details).

Step 1 - Preparing the Oracle Database

To run up.time Uptime Infrastructure Monitor with an Oracle database, first create a database on your Oracle instance that up.time Uptime Infrastructure Monitor will be able to use. If you are unsure which databases are available to you or how to create a new database, please contact your Oracle administrator and have a database configured for up.timeUptime Infrastructure Monitor.

Within the Oracle database that will hold up.time Uptime Infrastructure Monitor configuration and historical data, create a user account that up.time Uptime Infrastructure Monitor will use to access the database. The example below illustrates how to create an up.time Uptime Infrastructure Monitor database user with a 10 GB tablespace for storing historical performance data although you can allocate a tablespace of any size to the up.time Uptime Infrastructure Monitor database user (other user settings are similarly flexible).

...

Also set up the following permissions, which are sufficient for up.time Uptime Infrastructure Monitor to create the up.time Uptime Infrastructure Monitor data structure and continue with standard operations:

  • Roles
    • Connect
  • System Privileges:
    • create procedure
    • create sequence
    • create synonym
    • create table
    • create view
    • unlimited tablespace

Step 2 - Configuring

...

Uptime Infrastructure Monitor

After you have created the Oracle database and set up the up.time Uptime Infrastructure Monitor database, you need to configure up.time Uptime Infrastructure Monitor to access the new database.

To do this, edit the uptime.conf file (located in the up.time Uptime Infrastructure Monitor installation folder) and add a # character to the beginning of each of the following lines:

...

Just below the lines listed above, there is a second group of lines in the uptime.conf file that define how up.time Uptime Infrastructure Monitor will connect to an Oracle database (see below). Remove the # character from the start of these lines and update the dbHost, dbPort, dbName, dbUsername and dbPassword to match the settings of your Oracle database and the user that you created in Step 1.

Also update the uptime-controller.conf file located inside the <up.time <Uptime Infrastructure Monitor installation folder>/controller/resources with the same changes.

...

Code Block
languagetext
#dbDriver=oracle.jdbc.OracleDriver
#dbType=oracle
#dbHostname=10.1.1.124
#dbPort=1521
#dbName=uptime
#dbUsername=uptime
#dbPassword=password

 

Step 3 - Resetting the up.time DataStore

Reset the up.time DataStore settings to create the tables and default values required by up.time Uptime Infrastructure Monitor on your Oracle database. To do this, run the following command on your up.time monitoring stationUptime Infrastructure Monitor Monitoring Station:

Code Block
languagetext
up.time_install_path/resetdb really
Note
titleNote
This command will reset any existing up.timeUptime Infrastructure Monitor-specific database settings. Before running this command, ensure that the settings in the uptime.conf file are correct.

Step 4 - Restarting

...

Uptime Infrastructure Monitor

After the resetdb utility has finished updating your database settings, restart upUptime Infrastructure Monitor. time. When up.time When Uptime Infrastructure Monitor restarts, it will be running from your Oracle database with an empty up.time Uptime Infrastructure Monitor installation.