Failed or Missing checks – 19c runcluvfy.sh on RAC

Failed / Missing checks found after executing 19c runcluvfy.sh on RAC.

runcluvfy.sh Script is used to run for checking cluster pre-checks on any node in RAC.

The runcluvfy.sh script contains temporary variable definitions which enable it to run before you install Oracle Grid Infrastructure or Oracle Database

Overview of environment:

OS: RHEL7
Source Grid Version: 12.1.0.2.0
Target Grid Version: 19.3.0.0.0
RAC Nodes: 2
Planned Grid upgrade method: Rolling

 

How to execute 19c runcluvfy.sh ?

Connect as grid user

export ORACLE_HOME=/u01/app/19.0.0/grid
cd $ORACLE_HOME
./runcluvfy.sh stage -pre crsinst -upgrade -rolling -src_crshome /u01/app/12.1.0/grid -dest_crshome /u01/app/19.0.0/grid -dest_version 19.0.0.0.0 -fixup -verbose > prechec_ouput.txt

 

failed/missing in output file

Node1 +ASM1 $ egrep -i “missing|failed” prechec_output.txt
Node1 missing smartmontools-6.2-4 failed
Node2 missing smartmontools-6.2-4 failed
Verifying Package: smartmontools-6.2-4 …FAILED (PRVF-7532)
Node1 missing policycoreutils-python-2.5-17 failed
Node2 missing policycoreutils-python-2.5-17 failed
Verifying Package: policycoreutils-python-2.5-17 …FAILED (PRVF-7532)
Verifying Users With Same UID: 0 …FAILED (PRVF-4132)
Node1 cvuqdisk-1.0.9-1 cvuqdisk-1.0.10-1 failed
Node2 cvuqdisk-1.0.9-1 cvuqdisk-1.0.10-1 failed
Verifying Package: cvuqdisk-1.0.10-1 …FAILED (PRVG-11551)
Node1 0027 0022 failed
Node2 0027 0022 failed
Verifying User Mask …FAILED (PRVF-7611)
Verifying Package: smartmontools-6.2-4 …FAILED
Node1: PRVF-7532 : Package “smartmontools” is missing on node “Node1”
Node2: PRVF-7532 : Package “smartmontools” is missing on node “Node2”
Verifying Package: policycoreutils-python-2.5-17 …FAILED
Node1: PRVF-7532 : Package “policycoreutils-python” is missing on node
Node2: PRVF-7532 : Package “policycoreutils-python” is missing on node
Verifying Users With Same UID: 0 …FAILED
Verifying Package: cvuqdisk-1.0.10-1 …FAILED
Verifying User Mask …FAILED
Check failed. Failed on nodes Reboot Re-Login
Node1 failed
Node2 failed
Node1 +ASM1 $

Summary

Those Failed checks can be ignored and continue to upgrade to 19c

Related Links:

How to upgrade Grid infrastructure in rolling method from 19.12 to 19.15 on RAC

Issues & Fixes while upgrading GI from 12c to 19c