|
|
Re: Oracle 12.1.0.2.0 GI Installation for Cluster fails on 2nd Node [message #659724 is a reply to message #659720] |
Sat, 28 January 2017 07:10   |
 |
sacharya2017
Messages: 19 Registered: January 2017
|
Junior Member |
|
|
Thanks John, Here is the output of both commands on both nodes
on First node
[oracle@nodei bin]$ ./crsctl stat res -t -init
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 OFFLINE OFFLINE Instance Shutdown,ST
ABLE
ora.cluster_interconnect.haip
1 ONLINE ONLINE nodei STABLE
ora.crf
1 ONLINE ONLINE nodei STABLE
ora.crsd
1 ONLINE ONLINE nodei STABLE
ora.cssd
1 ONLINE ONLINE nodei STABLE
ora.cssdmonitor
1 ONLINE ONLINE nodei STABLE
ora.ctssd
1 ONLINE ONLINE nodei ACTIVE:0,STABLE
ora.diskmon
1 OFFLINE OFFLINE STABLE
ora.evmd
1 ONLINE ONLINE nodei STABLE
ora.gipcd
1 ONLINE ONLINE nodei STABLE
ora.gpnpd
1 ONLINE ONLINE nodei STABLE
ora.mdnsd
1 ONLINE ONLINE nodei STABLE
ora.storage
1 ONLINE ONLINE nodei STABLE
--------------------------------------------------------------------------------
[oracle@nodei bin]$ ./crsctl stat res -t
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.LISTENER.lsnr
ONLINE ONLINE nodei STABLE
ora.asm
OFFLINE OFFLINE nodei Instance Shutdown,ST
ABLE
ora.net1.network
ONLINE ONLINE nodei STABLE
ora.ons
ONLINE ONLINE nodei STABLE
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
1 ONLINE ONLINE nodei STABLE
ora.LISTENER_SCAN2.lsnr
1 ONLINE ONLINE nodei STABLE
ora.LISTENER_SCAN3.lsnr
1 ONLINE ONLINE nodei STABLE
ora.MGMTLSNR
1 OFFLINE OFFLINE STABLE
ora.cvu
1 ONLINE ONLINE nodei STABLE
ora.nodei.vip
1 ONLINE ONLINE nodei STABLE
ora.oc4j
1 ONLINE ONLINE nodei STABLE
ora.scan1.vip
1 ONLINE ONLINE nodei STABLE
ora.scan2.vip
1 ONLINE ONLINE nodei STABLE
ora.scan3.vip
1 ONLINE ONLINE nodei STABLE
--------------------------------------------------------------------------------
On Second Node
[oracle@nodeii ~] /opt/local/grid/bin/crsctl stat res -t -init
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 OFFLINE OFFLINE STABLE
ora.cluster_interconnect.haip
1 ONLINE ONLINE nodeii STABLE
ora.crf
1 ONLINE OFFLINE STABLE
ora.crsd
1 ONLINE OFFLINE STABLE
ora.cssd
1 ONLINE ONLINE nodeii STABLE
ora.cssdmonitor
1 ONLINE ONLINE nodeii STABLE
ora.ctssd
1 ONLINE OFFLINE STABLE
ora.diskmon
1 OFFLINE OFFLINE STABLE
ora.evmd
1 ONLINE INTERMEDIATE nodeii STABLE
ora.gipcd
1 ONLINE ONLINE nodeii STABLE
ora.gpnpd
1 ONLINE ONLINE nodeii STABLE
ora.mdnsd
1 ONLINE ONLINE nodeii STABLE
ora.storage
1 ONLINE ONLINE nodeii STABLE
--------------------------------------------------------------------------------
[oracle@nodeii ~]$ /opt/local/grid/bin/crsctl stat res -t
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4000: Command Status failed, or completed with errors.
[Updated on: Sat, 28 January 2017 07:13] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Oracle 12.1.0.2.0 GI Installation for Cluster fails on 2nd Node [message #660172 is a reply to message #659872] |
Fri, 10 February 2017 10:36  |
 |
sacharya2017
Messages: 19 Registered: January 2017
|
Junior Member |
|
|
Hi John/Brian,
I had successfully installed GI 12C for clusterware on RHEL7.3. I had lots of issues and it took time but finally i was succeed.
The Issues I had on second node
1.>OUI/Cluvfy were not able to detect NTP on second node even though it was up and running. I had to modify /etc/sysconfig/ntpd file to add -x options and tell it to create /var/run/ntp.pid as OUI/cluvfy looks at that location for PID file.
2.> I was hitting a bug 18456643 ,so applied patch 18456643. You have to apply this patch to OH on Both the nodes before you run the root.sh
3.>Dont select the option to run root scripts automatically, run it manually. Yes , run it Manually. I did the test with automatic run of root.sh and it was getting hung on second node while trying to start ora.ctssd
thanks a lot for your help
[Updated on: Fri, 10 February 2017 12:48] Report message to a moderator
|
|
|