VIP - SCAN Configuration Problems - Please help !!!!!!!
963732Jan 30 2013 — edited Apr 24 2013Hi everyone
First of all I request you guys to PLEASE DO HELP ME RESOLVE THIS ISSUE - Thanks!!
I am trying to install Oracle Grid Infrastructure 11gR2 11.0.2.0.3 on Oracle Solaris 11.11 x86 64bit installed using Live Media on Oracle VirtualBox 4.2.6.
After setting up the cluster nodes I ran the cluster verification utility which came out with 100% success.
However during the execution of root.sh I got the following error:
/u01/app/11.2.0/grid/root.sh
--------------------------------------------------
CRS-4266: Voting file(s) successfully replaced
## STATE File Universal Id File Name Disk group
-- ----- ----------------- --------- ---------
1. ONLINE 4a3543261bc34fc9bf6e41b5d7fa04c8 (/dev/rdsk/c8t2d0s1) [OCR]
Located 1 voting disk(s).
CRS-2672: Attempting to start 'ora.asm' on 'sol1'
CRS-2676: Start of 'ora.asm' on 'sol1' succeeded
CRS-2672: Attempting to start 'ora.OCR.dg' on 'sol1'
CRS-2676: Start of 'ora.OCR.dg' on 'sol1' succeeded
/u01/app/11.2.0/grid/bin/srvctl start nodeapps -n sol1 ... failed
FirstNode configuration failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 9196.
/u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
I re-ran this command to see the actual errors
/u01/app/11.2.0/grid/bin/srvctl start nodeapps -n sol1
------------------------------------------------------------------------------------
PRCR-1013 : Failed to start resource ora.net1.network
PRCR-1064 : Failed to start resource ora.net1.network on node sol1
CRS-2674: Start of 'ora.net1.network' on 'sol1' failed
PRCR-1079 : Failed to start resource ora.sol1.vip
CRS-2674: Start of 'ora.net1.network' on 'sol1' failed
CRS-2632: There are no more servers to try to place resource 'ora.sol1.vip' on that would satisfy its placement policy
PRCR-1013 : Failed to start resource ora.ons
PRCR-1064 : Failed to start resource ora.ons on node sol1
CRS-2674: Start of 'ora.net1.network' on 'sol1' failed
I ran the following commands to see the SAN and SCAN-Listners status
srvctl status scan
--------------------------------
SCAN VIP scan1 is enabled
SCAN VIP scan1 is not running
SCAN VIP scan2 is enabled
SCAN VIP scan2 is not running
SCAN VIP scan3 is enabled
SCAN VIP scan3 is not running
srvctl status scan_listener
--------------------------------------------
SCAN Listener LISTENER_SCAN1 is enabled
SCAN listener LISTENER_SCAN1 is not running
SCAN Listener LISTENER_SCAN2 is enabled
SCAN listener LISTENER_SCAN2 is not running
SCAN Listener LISTENER_SCAN3 is enabled
SCAN listener LISTENER_SCAN3 is not running
srvctl config scan_listener
---------------------------------------------
SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521
SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521
SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521
Here are the contents of my /etc/hosts and /etc/resolv.conf files
cat /etc/hosts
-----------------------------
# Public
192.168.56.101 sol1 sol1.localdomain loghost
192.168.56.102 sol2 sol2.localdomain
192.168.56.160 solfiler solfiler.localdomain
# VIP
192.168.56.111 sol1-vip sol1-vip.localdomain
192.168.56.112 sol2-vip sol2-vip.localdomain
# Private Interconnect
192.168.0.101 sol1-priv sol1-priv.localdomain
192.168.0.102 sol2-priv sol2-priv.localdomain
# Scan
#192.168.56.201 sol-scan sol-scan.localdomain
#192.168.56.202 sol-scan sol-scan.localdomain
#192.168.56.203 sol-scan sol-scan.localdomain
cat /etc/resolv.conf
------------------------------------
#
# AUTOGENERATEDFROM_SMF_V1_
#
# WARNING: THIS FILE GENERATED FROM SMF DATA.
# DO NOT EDIT THIS FILE. EDITS WILL BE LOST.
# See resolv.conf(4) for details.
search localdomain
nameserver 192.168.56.101
nameserver 192.168.56.102
nameserver 192.168.1.1
Here are the network details
dladm show-phys
----------------------------------
LINK MEDIA STATE SPEED DUPLEX DEVICE
net1 Ethernet up 1000 full e1000g1
net2 Ethernet up 1000 full e1000g2
net0 Ethernet up 1000 full e1000g0
ipadm show-addr
---------------------------------
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
net0/v4 dhcp ok 10.0.2.15/24
net1/addr static ok 192.168.56.101/24
net2/addr static ok 192.168.0.101/24
lo0/v6 static ok ::1/128
net0/v6 addrconf ok fe80::a00:27ff:fe5f:f484/10
I did the nslookup on my SCAN name
nslookup sol-scan
----------------------------------
Name: sol-scan.localdomain
Address: 192.168.56.202
Name: sol-scan.localdomain
Address: 192.168.56.203
Name: sol-scan.localdomain
Address: 192.168.56.201
I ran the following commands to see if the installation process is reading my SCAN configuration properly
srvctl stop scan_listener
srvctl stop scan
srvctl config scan
-----------------------------
SCAN name: sol-scan, Network: 1/192.168.56.0/255.255.255.0/net1
SCAN VIP name: scan1, IP: /sol-scan/192.168.56.203
SCAN VIP name: scan2, IP: /sol-scan/192.168.56.201
SCAN VIP name: scan3, IP: /sol-scan/192.168.56.202
So it is reading the SCAN information well therefore there is no problem there
I tried to start the SCAN Listeners again and ended up with the same errors
srvctl start scan_listener
------------------------------------------
PRCR-1079 : Failed to start resource ora.LISTENER_SCAN1.lsnr
CRS-2674: Start of 'ora.net1.network' on 'sol1' failed
CRS-2632: There are no more servers to try to place resource 'ora.LISTENER_SCAN1.lsnr' on that would satisfy its placement policy
PRCR-1079 : Failed to start resource ora.LISTENER_SCAN2.lsnr
CRS-2674: Start of 'ora.net1.network' on 'sol1' failed
CRS-2632: There are no more servers to try to place resource 'ora.LISTENER_SCAN2.lsnr' on that would satisfy its placement policy
PRCR-1079 : Failed to start resource ora.LISTENER_SCAN3.lsnr
CRS-2674: Start of 'ora.net1.network' on 'sol1' failed
CRS-2632: There are no more servers to try to place resource 'ora.LISTENER_SCAN3.lsnr' on that would satisfy its placement policy
If it helps, I am using the default automatic network management of Solaris 11.11 however I changed the IP addresses of net1 and net2 manually to meet my network
configuration requirements for the clusterware.
I followed every step of prerequisites for installation on solaris 11.
After verifying everything that I could have as detailed above I am now clueless as to where things are going wrong
Could it be the automatic network management of Solaris 11.11 that is not allowing creation of VIP SCAN IPs ???
Once again I REQUEST YOU GUYS TO PLEASE DO HELP ME FIX THIS PROBLEM.
Regards
Terry.