Top
PRIMECLUSTER Wizard for Oracle (PRIMEQUEST) 4.3 Configuration and Administration Guide
FUJITSU Software

3.1.2 Oracle resources Monitoring

Oracle instance Monitoring

Monitoring procedure of an Oracle instance is as follows:

  1. Check the Oracle background process (PMON, SMON) every 30 seconds (static).
    If the process status can be confirmed after Oracle instance gets activated, go to step "2".

  2. su - <Oracle user>

  3. Local connection to the Oracle instance as the SYSTEM user.

  4. If the state of the database which is OPEN can be confirmed, go to step "5".

  5. Check if the Oracle background processes (PMON, SMON, DBWn, LGWR, CKPT) are alive.
    The monitoring interval can be changed at the setting of "Interval" and its default value is 30 seconds.

  6. Check if SQL(INSERT, UPDATE, DELETE and COMMIT) can be properly executed using the monitoring table on the SYSTEM user's default table space.
    The monitoring with SQL is executed in accordance with the setting of "Interval". The elapsed time from the last monitoring is checked. Only when 60 seconds or more pass, the monitoring with SQL is executed.

  7. Oracle instance is reconnected once every 24 hours.

In the standby node, step 1 is executed to confirm that the Oracle background processes(PMON, SMON) do not exist.

Listener Monitoring

Monitoring procedure of a Listener is as follows:

  1. Makes sure that a Listener process is alive by using ps command.

  2. Makes sure that the net service name is valid by using "tnsping" command.
    The monitoring with tnsping is executed in accordance with the setting of "Interval". The elapsed time from the last tnsping is checked. Only when 60 seconds or more pass, the monitoring with tnsping is executed.

    Note

    When TNSName is set, tnsping is executed. For details about TNSName, refer to "2.2.7.1 Oracle Resource Creation and Registration".

In the standby node, step 1 is executed to confirm that the Listener processes do not exist.

Oracle ASM instance Monitoring

Oracle ASM is not monitored. NullDetector flag is automatically enabled.