RAC instances status


Job details

Name: RAC instances status
Platform: Oracle
Category: Cluster and Replication
Description: Reacts if one or more RAC instances are not available.
Long description: Reacts if one or more RAC instances are not available.
Version: 1.0
Default schedule: * * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & iscluster = ‘1′]

Parameters

Name Default value Description
ignore instances Instance names excluded from being checked (comma separated)
return status when instance is NOT OPEN 2 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when instances do not have status “OPEN“.
return status when instance is MISSING 2 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when instance specified by parameter “RAC instances” is missing i the gv_$instance performance view.
RAC instances List of instances in RAC to be checked. If the instance name is not present in the gv_$instance view the dbWatch-job will sent a warning or an alarm (based on parameter value “return status when instance is MISSING“)

Job Summary

SELECT inst_id, instance_name, host_name, startup_time, status, logins, shutdown_pending, database_status FROM gv$instance;

Implementation Details

Monitoring Schedule

Reports

Parameters (Not Described)

Dependencies

Recovery and Cleanup

This monitoring job represents a crucial aspect of managing Oracle RAC environments, ensuring high availability and reliability by actively monitoring and reporting the status of RAC instances.