Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1388
blobc15da813710c248b87d90a1cd2e944dd22731870
1 Title: oracle_asm_diskgroup: fixed wrong calculation of free space in NORMAL/HIGH redundancy Disk Groups
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1419846003
7 Class: fix
9 The total and free space is calculated on the redundancy of the Disk Group. The
10 calculation is complicated when a Disk Group has more then the required number
11 of Failure Groups. The check expects 2 for NORMAL and 3 for HIGH redundancy
12 without and 3 or 5 with voting files.
13 The size of every Failure Group of a Disk Group must be the same, which is a
14 recommendation from Oracle. Otherwise the calculation is wrong.
16 The expected number of Failure Groups for a Disk Groups is the default for
17 nearly every Oracle installation.
19 This fix changes nothing when EXTERNAL redundancy is used.