Monday, February 14, 2022

CRS-6706: Oracle Clusterware Release patch level ('kkk') does not match Software patch level ('lll'). Oracle Clusterware cannot be started.

Today I've encountered such error during the patching all testing environment to the last 2022 Jan Release Update. Particularly, it happened after I applied OJVM patch to GI home (although Mike Dietrich personally didn't advise it,  I often make experiments with non-standard steps on test environment :) ).

My fault steps was the following :

- running rootcrs.sh -unlock 
- applying OJVM patch to GI home
- running rootcrs.sh -lock

But when one-off patch is needed to install to Grid OH, other sequence of steps should be performed :

- running rootcrs.sh -prepatch
- applying one-off patch (OJVM in my case) to GI home
- running rootcrs.sh -postpatch

So, the conclusions : to relink the GI home binaries and perform other necessary file activities, use unlock/lock steps, to install one-off patch use prepatch/postpatch steps.

And finally, the steps I used to resolve the error :
# clscfg -localpatch
# rootcrs.sh -lock
# crsctl start crs

Good Luck and keep your OH in safe ! :)

No comments:

Post a Comment