10g_RAC issues [message #309456] |
Thu, 27 March 2008 08:53 |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Hi all,
I'm having some issues with a 2 node 10.2.0.3 RAC running on AIX 5.3
Node1:
(oracle@lbdbora1) /home/oracle > crsctl check crs
Failure 1 contacting CSS daemon
CRS appears healthy
Cannot communicate with EVM
Node2:
(oracle@lbdbora2) /home/oracle > crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
As shown above, Node2 is OK, but the issue is in node1. As a result of the above errors, i can't bring up both the ASM & database instance in this node.
I get the following error when i try to bring up the ASM
1. From sqlplus
SQL> startup
ORA-29701: unable to connect to Cluster Manager
2. using srvctl
(oracle@lbdbora1) /home/oracle > srvctl enable asm -n lbdbora1 -i +ASM1
PRKC-1056 : Failed to get the hostname for node lbdbora1
PRKH-1010 : Unable to communicate with CRS services.
[Communications Error(Native: prsr_initCLSS:[3])]
3. Using crs_start
(oracle@lbdbora1) /home/oracle > crs_start ora.lbdbora1.ASM1.asm
Attempting to start `ora.lbdbora1.ASM1.asm` on member `lbdbora1`
Start of `ora.lbdbora1.ASM1.asm` on member `lbdbora1` failed.
lbdbora2 : CRS-1019: Resource ora.lbdbora1.ASM1.asm (application) cannot run on lbdbora2
CRS-0215: Could not start resource 'ora.lbdbora1.ASM1.asm'.
Any suggestions?
Thanks in advance...
__________________
Regards,
divroro12
|
|
|
Re: 10g_RAC issues [message #309627 is a reply to message #309456] |
Fri, 28 March 2008 03:49 |
hristo
Messages: 258 Registered: May 2007
|
Senior Member |
|
|
Hi!
Have you tried to start your CRS daemon on node1?
crs_home\bin\crsctl start crs
Error message?
Whats the output of crs_stat -t?
Have you checked the logs for your cluster?
crs_home\log\crsd
crs_home\log\cssd
The problem seems to be the daemon, not the ASM.
Regards
H
[Updated on: Fri, 28 March 2008 03:52] Report message to a moderator
|
|
|
Re: 10g_RAC issues [message #309698 is a reply to message #309456] |
Fri, 28 March 2008 08:53 |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Hi H,
Below are my results:
root@lbdbora1:/>/u01/crs/oracle/product/10.2.0/bin/crsctl start crs
Attempting to start CRS stack
The CRS stack will be started shortly
root@lbdbora1:/>
(oracle@lbdbora1) /home/oracle > crsstat
HA Resource Target State
----------- ------ -----
ora.labtest.db ONLINE ONLINE on lbdbora2
ora.labtest.labtest1.inst OFFLINE OFFLINE
ora.labtest.labtest2.inst ONLINE ONLINE on lbdbora2
ora.lbdbora1.ASM1.asm OFFLINE OFFLINE
ora.lbdbora1.LISTENER.lsnr ONLINE ONLINE
ora.lbdbora1.LISTENER_LBDBORA1.lsnr ONLINE ONLINE
ora.lbdbora1.gsd ONLINE ONLINE
ora.lbdbora1.ons ONLINE ONLINE
ora.lbdbora1.vip ONLINE ONLINE
ora.lbdbora2.ASM2.asm ONLINE ONLINE on lbdbora2
ora.lbdbora2.LISTENER_LBDBORA2.lsnr ONLINE ONLINE on lbdbora2
ora.lbdbora2.gsd ONLINE ONLINE on lbdbora2
ora.lbdbora2.ons ONLINE ONLINE on lbdbora2
ora.lbdbora2.vip ONLINE ONLINE on lbdbora2
(oracle@lbdbora1) /home/oracle >
the log files do not show any useful error messages...
divroro12
|
|
|
|