Friday, June 26, 2015

PRVF-5300 - Failed to retrieve active version for CRS on this node


Did anyone of you encountered this error during the installation of 11g database instance?
I was just setup my GRID infrastructure 11.2.0.3.0 in my environment, this is further up to install database instance into my environment.
Until prerequisite verification step, oracle installation thrown me this error!
Oh my goodness, how do I continue?



To capture the exact error, I have to rerun the installation with debug mode.
 ./runInstaller -debug -logLevel finest >error1.out 2>error2.out

 "[pool-1-thread-1] [ 2015-06-26 14:57:01.348 SGT ] [ClusterInfo.getReleaseVersionString:1999]  Release version = 11.2.0.3.0]
[pool-1-thread-1] [ 2015-06-26 14:57:01.348 SGT ] [VerificationUtil.getSIHAReleaseVersionObj:4973]  HA version string obtained: '11.2.0.3.0'
[pool-1-thread-1] [ 2015-06-26 14:57:01.348 SGT ] [Version.getVersion:497]  version String is 11.2.0.3.0
[pool-1-thread-1] [ 2015-06-26 14:57:01.349 SGT ] [Version.getVersion:498]  new Version().toString is 11.2.0.2.0
[pool-1-thread-1] [ 2015-06-26 14:57:01.359 SGT ] [VerificationUtil.getSIHAReleaseVersionObj:4986]  Configuration Exception:
PRKC-1137 : Unable to find Version object with string value 11.2.0.3.0
"

In my point of view, this is related to oracle database software version 11.2.0.2.0 doesn't not recognize with version string of the newer GRID infrastructure 11.2.0.3.0.

Run the below command to ignore the prerequisite checking.
./runInstaller -ignorePrereq

The installation is completed successfully.























No comments:

Post a Comment