Top
PRIMECLUSTER Wizard for Oracle 4.5 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 processes (PMON, SMON) every 30 seconds (static).
    If the processes status can be confirmed after Oracle instance gets activated, go to the 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 the 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. Monitoring PDB
    When UsePDB of Oracle instance resource is set to yes, the monitoring of PDB is executed in accordance with the setting of "Interval".
    OPEN_MODE of each PDBs is checked by the V$PDBS table.

    In the Oracle Data Guard/Oracle Active Data Guard environment, when the CDB started to the OPEN state, which is able to start the PDBs, this step is executed. For details, see "Starting and Stopping CDB and PDB" in "F.1 Feature Outline".

  8. 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.