Posted 8/22/2010 9:54:39 PM
|
|
|
|
| THIS IS FOR ORACLE 11gR2 Grid Architechture installationh. We are trying to re-install Oracle Grid infrastructure for RAC and it is failing with these messages in the installation log -
INFO: PRVF-5054 : Verification of SCAN VIP and Listener setup failed INFO: PRCS-1025 : Could not find Single Client Access Name Virtual Internet Protocol(VIP) resources TYPE=ora.scan_vip.type
When I run ifconfig on both the nodes, I see that VIP is not configured on rac01, and SCAN VIPs are not configured on both the nodes.
I can nslookup the SCAN and rac01-vip and rac02-vip, but installation is not able to configure the interfaces for these.
|
|
Posted 8/22/2010 9:55:48 PM
|
|
|
|
| I ran the following command to check : -bash-3.2$ ./cluvfy comp scan -verbose
Verifying scan
Checking Single Client Access Name (SCAN)...
ERROR: PRVF-5054 : Verification of SCAN VIP and Listener setup failed PRCS-1025 : Could not find Single Client Access Name Virtual Internet Protocol(VIP) resources TYPE=ora.scan_vip.type
Verification of scan was unsuccessful. Checks did not p***for the following node(s):
|
|
Posted 8/22/2010 10:01:52 PM
|
|
|
|
| We ran the following checks : srvctl config scan srvctl config nodeapps -a crsctl stat res -t crsctl check cluster -all ifconfig -a
./srvctl config scan PRCS-1025 : Could not find Single Client Access Name Virtual Internet Protocol(VIP) resources TYPE=ora.scan_vip.type
./srvctl config nodeapps -a VIP exists.:bc1metgrac02 VIP exists.: /bc1metgrac02-vip/10.20.30.210/255.255.255.0/bond0
./crsctl stat res -t -------------------------------------------------------------------------------- NAME TARGET STATE SERVER STATE_DETAILS -------------------------------------------------------------------------------- Local Resources -------------------------------------------------------------------------------- ora.ASMDATA.dg ONLINE ONLINE bc1metgrac01 ONLINE ONLINE bc1metgrac02 ora.LISTENER.lsnr OFFLINE OFFLINE bc1metgrac01 ONLINE ONLINE bc1metgrac02 ora.asm ONLINE ONLINE bc1metgrac01 Started ONLINE ONLINE bc1metgrac02 Started ora.eons OFFLINE OFFLINE bc1metgrac01 ONLINE ONLINE bc1metgrac02 ora.gsd OFFLINE OFFLINE bc1metgrac01 OFFLINE OFFLINE bc1metgrac02 ora.net1.network OFFLINE OFFLINE bc1metgrac01 ONLINE ONLINE bc1metgrac02 ora.ons OFFLINE OFFLINE bc1metgrac01 ONLINE ONLINE bc1metgrac02 ora.registry.acfs OFFLINE OFFLINE bc1metgrac01 ONLINE ONLINE bc1metgrac02 -------------------------------------------------------------------------------- Cluster Resources -------------------------------------------------------------------------------- ora.bc1metgrac02.vip 1 ONLINE ONLINE bc1metgrac02
./crsctl check cluster -all ************************************************************** bc1metgrac01: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online **************************************************************
|
|
Posted 8/22/2010 10:03:15 PM
|
|
|
|
| Since only node 1 was not configured, this is what i did to resolve the issue: Please do this as root
On node1 ======== srvctl add vip -n bc1metgrac01 -k 1 -A bc1metgrac01-vip/255.255.255.0/bond0
srvctl add scan -n <scan-name>
srvctl add scan_listener
srvctl start vip -n bc1metgrac01 srvctl start scan srvctl start scan_listener
Check status now That will fix the problem.
|
|
|
|