Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 7006
blob1348a7db75a44b063880555ac8cad32bac707c74
1 Title: mk_oracle: Support for policy managed Database
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1547539497
8 Class: feature
10 The plugin is able to work with Grid-Infrastructure and Oracle Restart for
11 Version 12.2+. There is no guarantee that the oratab has valid entries anymore.
12 In most configurations the data for ASM and instances are missing from 18c
13 onwards. The plugin reads the ORACLE_HOME from the cluster registry. This also
14 makes the plugin compatible for Clusters with policy managed databases, which
15 was not supported in previous versions. Mostly known in environments with '_1'
16 at the end of the ORACLE_SID in oratab.
18 Incompatible Change:
19 Please be aware that this feauture must be disabled in installations with
20 Oracle Grid Infrastructure and custom scripts for Failover Clusters. These type
21 of installation is rare and need a valid configuration in oratab and as a
22 result the automatic gathering of ORACLE_HOME from the cluster repository must
23 be disabled. Please set the variable OLRLOC in mk_oracle.cfg to a non existing
24 file or /dev/null to disable this feauture. Real Application Clusters or Oracle
25 Restart with version 11.2+ are not affected. Please disable it for CRS
26 10.1-11.1 as well. This change can be ignorred in normal single Instance
27 installations without Grid Infrastructure or Oracle Restart - mostly known as
28 installations without ASM.