root.sh fails on Oracle cluster installation. [message #522151] |
Wed, 07 September 2011 00:07 |
ridhi_sundar
Messages: 184 Registered: November 2007 Location: Bangalore
|
Senior Member |
|
|
Hi all
I am installaing oracle RAC 11.2.0.1. After I installed the grid infrastructure, when I ran root.sh, I got below errors;
ASM failed to start. Check /d1/app/grid/cfgtoollogs/asmca/asmca-1109068AM4612.log for details.
Configuration of ASM failed, see logs for details
Did not succssfully configure and start ASM
CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
CRS-4000: Command Stop failed, or completed with errors.
...
...
...
CRS-2677: Stop of 'ora.mdnsd' on 'ractest01' succeeded
Initial cluster configuration failed. See /d1/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_ractest01.log for details
Entries in /d1/app/grid/cfgtoollogs/asmca/asmca-1109068AM4612.log
[main] [ 2011-09-06 08:46:13.450 CDT ] [NetworkUtils.checkListenerStatus:420] Checking default listener status
[main] [ 2011-09-06 08:46:13.450 CDT ] [NetworkUtils.checkListenerStatus:425] Checking listener status: LISTENER
[main] [ 2011-09-06 08:46:13.461 CDT ] [NetworkUtils.checkListenerStatus:431] lsnrct status output
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-SEP-2011 08:46:13
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
...
...
...
[main] [ 2011-09-06 08:46:16.438 CDT ] [UsmcaLogger.logException:171] SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:configureLocalASM
[main] [ 2011-09-06 08:46:16.438 CDT ] [UsmcaLogger.logException:172] ORA-01034: ORACLE not available
[main] [ 2011-09-06 08:46:16.438 CDT ] [UsmcaLogger.logException:173] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available
oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1650)
oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:823)
oracle.sysman.assistants.usmca.backend.USMInstance.configureLocalASM(USMInstance.java:2746)
oracle.sysman.assistants.usmca.service.UsmcaService.configureLocalASM(UsmcaService.java:1020)
oracle.sysman.assistants.usmca.model.UsmcaModel.performConfigureLocalASM(UsmcaModel.java:670)
oracle.sysman.assistants.usmca.model.UsmcaModel.performOperation(UsmcaModel.java:622)
oracle.sysman.assistants.usmca.Usmca.execute(Usmca.java:156)
oracle.sysman.assistants.usmca.Usmca.main(Usmca.java:333)
[main] [ 2011-09-06 08:46:16.451 CDT ] [UsmcaLogger.logException:171] SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:configureLocalASM
[main] [ 2011-09-06 08:46:16.451 CDT ] [UsmcaLogger.logException:172] ORA-27504: IPC error creating OSD context
ORA-27300: OS system dependent operation:check if cable failed with status: 0
ORA-27301: OS failure message: Error 0
ORA-27302: failure occurred at: skgxpcini1
ORA-27303: additional information: requested interface eth1 interface not running set _disable_interface_checking = TRUE to disable this check for single instance cluster. Check output from ifcon
Entry in /d1/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_ractest01.log
2011-09-06 08:45:22: Removing "/etc/rc.d/rc3.d/S96ohasd"
2011-09-06 08:45:22: Removing file /etc/rc.d/rc3.d/S96ohasd
2011-09-06 08:45:22: Failure with return code 1 from command rm /etc/rc.d/rc3.d/S96ohasd
2011-09-06 08:45:22: Failed to remove file:
2011-09-06 08:45:22: Creating a link "/etc/rc.d/rc3.d/S96ohasd" pointing to /etc/init.d/ohasd
2011-09-06 08:45:22: Removing "/etc/rc.d/rc5.d/S96ohasd"
2011-09-06 08:45:22: Removing file /etc/rc.d/rc5.d/S96ohasd
2011-09-06 08:45:22: Failure with return code 1 from command rm /etc/rc.d/rc5.d/S96ohasd
2011-09-06 08:45:22: Failed to remove file:
2011-09-06 08:45:22: Creating a link "/etc/rc.d/rc5.d/S96ohasd" pointing to /etc/init.d/ohasd
2011-09-06 08:45:22: Removing "/etc/rc.d/rc0.d/K19ohasd"
2011-09-06 08:45:22: Removing file /etc/rc.d/rc0.d/K19ohasd
2011-09-06 08:45:22: Failure with return code 1 from command rm /etc/rc.d/rc0.d/K19ohasd
2011-09-06 08:45:22: Failed to remove file:
...
...
...
2011-09-07 01:37:45: Configuring ASM via ASMCA
2011-09-07 01:37:45: Executing as grid: /d1/app/11.2.0/grid/bin/asmca -silent -diskGroupName CRS -diskList ORCL:CRSVOL1 -redundancy EXTERNAL -configureLocalASM
2011-09-07 01:37:45: Running as user grid: /d1/app/11.2.0/grid/bin/asmca -silent -diskGroupName CRS -diskList ORCL:CRSVOL1 -redundancy EXTERNAL -configureLocalASM
2011-09-07 01:37:45: Invoking "/d1/app/11.2.0/grid/bin/asmca -silent -diskGroupName CRS -diskList ORCL:CRSVOL1 -redundancy EXTERNAL -configureLocalASM" as user "grid"
2011-09-07 01:37:48: Configuration of ASM failed, see logs for details
2011-09-07 01:37:48: Did not succssfully configure and start ASM
Please help me troubleshooting this .
Thanks
Ridhi
[Updated on: Wed, 07 September 2011 01:11] Report message to a moderator
|
|
|
|
Re: root.sh fails on Oracle cluster installation. [message #522173 is a reply to message #522171] |
Wed, 07 September 2011 02:11 |
ridhi_sundar
Messages: 184 Registered: November 2007 Location: Bangalore
|
Senior Member |
|
|
I am not using GNS. I am not sure if the VIPs are registered in DNS. I have the VIPs only in host entry.
below is my host entry.
127.0.0.1 localhost.localdomain localhost
#Public IPs
192.168.0.32 ractest01.bpainc.com ractest01
192.168.0.34 ractest02.bpainc.com ractest02
#Private IPs
192.168.0.37 ractest01-priv.bpainc.com ractest01-priv
192.168.0.42 ractest02-priv.bpainc.com ractest02-priv
# Virtual IPs
192.168.0.30 ractest01-vip ractest01-vip.bpainc.com
192.168.0.31 ractest02-vip ractest02-vip.bpainc.com
#Filer IPs
192.168.0.129 racfiler.bpainc.com racfiler
192.168.0.35 racfiler-priv.bpainc.com racfiler-priv
#Scan IP
192.168.0.41 racscan racscan.bpainc.com
|
|
|
Re: root.sh fails on Oracle cluster installation. [message #522246 is a reply to message #522173] |
Wed, 07 September 2011 10:36 |
John Watson
Messages: 8963 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I haven't tried to do this without DNS. You are meant to have three VIPs for your SCAN listeners, but you can't do that with a hosts file, it is impossible. This might be your problem: the SCAN listeners can't start. I would definitely configure DNS before looking at anything else.
Incidentally, your hosts file is wrong anyway. You have this format for you VIPs:
192.168.0.41 racscan racscan.bpainc.com
but the format should be IP address followed by the FQDN followed by one or more aliaes. You have reversed the FQDN and the short name alias.
|
|
|
|
|
|
Re: root.sh fails on Oracle cluster installation. [message #522323 is a reply to message #522315] |
Thu, 08 September 2011 08:01 |
ridhi_sundar
Messages: 184 Registered: November 2007 Location: Bangalore
|
Senior Member |
|
|
Hi
I think the problem is something related to below error.
Quote:ORA-27303: additional information: requested interface eth1 interface not running set _disable_interface_checking = TRUE to disable this check for single instance cluster. Check output from ifcon
Can someone understand which eth1 interface is it trying to connect? I am able to ping the private IP of the other node which is configured on eth1.
[root@ractest02 network-scripts]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:26:B9:2A:50:D7
inet addr:192.168.0.34 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::226:b9ff:fe2a:50d7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27887 errors:0 dropped:0 overruns:0 frame:0
TX packets:9613 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3434037 (3.2 MiB) TX bytes:924402 (902.7 KiB)
Interrupt:74 Memory:da000000-da012800
eth1 Link encap:Ethernet HWaddr 00:26:B9:2A:50:D8
inet addr:192.168.0.42 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:82 Memory:dc000000-dc012800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:74680 errors:0 dropped:0 overruns:0 frame:0
TX packets:74680 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6095443 (5.8 MiB) TX bytes:6095443 (5.8 MiB)
[root@ractest01 ~]# ping 192.168.0.42
PING 192.168.0.42 (192.168.0.42) 56(84) bytes of data.
64 bytes from 192.168.0.42: icmp_seq=1 ttl=64 time=0.601 ms
64 bytes from 192.168.0.42: icmp_seq=2 ttl=64 time=0.136 ms
64 bytes from 192.168.0.42: icmp_seq=3 ttl=64 time=0.217 ms
64 bytes from 192.168.0.42: icmp_seq=4 ttl=64 time=0.235 ms
@John, Do you think the SCAN comes into act some where here which might be creating the problem as you have mentioned.
Thanks
Ridhi
[Updated on: Thu, 08 September 2011 08:02] Report message to a moderator
|
|
|
|
|