Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting the error "[INS-20802] Oracle Cluster Verification Utility failed."

User534926 - OracleApr 29 2013 — edited Oct 3 2013
Hi All,

I'm attempting to configure a RAC environment using VirtualBox and am following this tutorial:

http://www.lab128.com/rac_installation_using_vb/article_text.html

I'm towards the end of the Install the Grid Infrastructure using the Oracle Installer (./runInstaller) and the error [INS-20802] Oracle Cluster Verification Utility failed.

Below is the output from the log file:

INFO: Performing Configuration
INFO: Entering ConfigClient.init method
INFO: ConfigClient.init sOracleHomeLoc=/u01/app/11.2.0/grid, sTopAggId=oracle.crs
INFO: Entering ConfigClient.initClientAndSession method
INFO: ConfigClient.initClientAndSession status : connected to the config framework
INFO: ConfigClient.initClientAndSession session begun oracle.sysman.emCfg.client.CfwSession@873930e
INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@5bbb8077
INFO: Configuration log directory - /u01/app/11.2.0/grid/cfgtoollogs
INFO: Exiting ConfigClient.init method
INFO: Calling event ConfigSessionInitialized
INFO: ConfigClient.registerOutErrStream method called
INFO: Updating Transient Parameters in the Aggregates
INFO: Updating Transient Parameters for oracle.crs
INFO: Updating Transient Parameters for oracle.assistants.netca.client
INFO: Updating Transient Parameters for OuiConfigVariables
INFO: Updating Transient Parameters for oracle.assistants.asm
INFO: Setting value to transient variable S_ASMMONITORPASSWORD
INFO: Setting value to transient variable S_ASMPASSWORD
INFO: Setting value to transient variable s_asmcaArgs
INFO: Setting value to transient variable s_ASMPasswordFlag
INFO: Setting value to transient variable s_ASMMonitorPasswordFlag
INFO: Successfully updated Transient Parameters in the Aggregates
INFO: Entering ConfigClient.getToolsList method
INFO: Selecting job named 'Oracle Cluster Verification Utility' for retry
INFO: Configuration log directory - /u01/app/11.2.0/grid/cfgtoollogs
INFO:
The Runconfig command constructed is /u01/app/11.2.0/grid/oui/bin/runConfig.sh ORACLE_HOME=/u01/app/11.2.0/grid MODE=perform ACTION=configure RERUN=true $*
INFO: Since the option is to overwrite the existing /u01/app/11.2.0/grid/cfgtoollogs/configToolAllCommands file, backing it up
INFO: The backed up file name is /u01/app/11.2.0/grid/cfgtoollogs/configToolAllCommands.bak.8
INFO: Entering ConfigClient.executeSelectedToolsInAggregate method
INFO: ConfigClient.executeSelectedToolsInAggregate oAggregate=oracle.crs:oracle.crs:11.2.0.3.0:common
INFO: Entering ConfigClient.assignAction method
INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@4afe5d97
INFO: ConfigClient.assignAction action is of type :configuration
INFO: Exiting ConfigClient.assignAction method
INFO: ConfigClient.executeSelectedToolsInAggregate action assigned
INFO: Started Plugin named: Oracle Cluster Verification Utility
INFO: Found associated job
INFO: Starting 'Oracle Cluster Verification Utility'
INFO: Starting 'Oracle Cluster Verification Utility'
INFO: Performing post-checks for cluster services setup
INFO: Checking node reachability...
INFO: Node reachability check passed from node "rac1"
INFO: Checking user equivalence...
INFO: User equivalence check passed for user "oracle"
INFO: ERROR:
INFO: Unable to obtain network interface list from Oracle ClusterwarePRCT-1302 : The "OCR," has an invalid IP address format
INFO: Verification cannot proceed
INFO: Post-check for cluster services setup was unsuccessful on all the nodes.
INFO:
WARNING:
INFO: Completed Plugin named: Oracle Cluster Verification Utility


I googled to find a solution, without success, but noticed when I run the oifcfg getif, I get the following output:

eth0 192.168.56.0 global public
* 192.168.10.0 global cluster_interconnect
PRIF-29: Warning: wildcard in network parameters can cause mismatch among GPnP profile, OCR, and system

...I think the problem may be due to the wildcard but don't know how to go about fixing it. Could someone kindly provide a set of instructions to resolve this?

Additional Information:

[oracle@rac1 etc]$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 08:00:27:53:39:CF
inet addr:192.168.56.71 Bcast:192.168.56.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1095107 errors:7 dropped:0 overruns:0 frame:0
TX packets:2364996 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:74695790 (71.2 MiB) TX bytes:3473968494 (3.2 GiB)
Interrupt:19 Base address:0xd020

eth0:1 Link encap:Ethernet HWaddr 08:00:27:53:39:CF
inet addr:192.168.56.81 Bcast:192.168.56.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:19 Base address:0xd020

eth1 Link encap:Ethernet HWaddr 08:00:27:9D:56:5D
inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:257134 errors:0 dropped:0 overruns:0 frame:0
TX packets:233077 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:168697409 (160.8 MiB) TX bytes:120431332 (114.8 MiB)

eth1:1 Link encap:Ethernet HWaddr 08:00:27:9D:56:5D
inet addr:169.254.98.234 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:81196 errors:0 dropped:0 overruns:0 frame:0
TX packets:81196 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26624869 (25.3 MiB) TX bytes:26624869 (25.3 MiB)


I'm new to Linux and Vitualbox with limited knowledge of networks so, any help would be greatly appreciated.

Many thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2013
Added on Apr 29 2013
7 comments
9,616 views