Oracle 9i RAC node failed to take over [message #127530] |
Tue, 12 July 2005 01:51 |
sianz99
Messages: 3 Registered: July 2005
|
Junior Member |
|
|
Current Situation
DB version : Oracle 9i RAC
2 node cluster sharing raw file system disk with only the archive log cross mounted in each local node.
Question:
However, it seemed that the RAC is not working as when 1 node is down, the other node is not responding as well. I suspect it could be due to the cross mounting of the archive log. How to reconfigure the archive log to be in the same share disk or is there any ways for the cluster node to take over?
|
|
|
|
|
Re: Oracle 9i RAC node failed to take over [message #127548 is a reply to message #127544] |
Tue, 12 July 2005 02:59 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
What is implemented - NFS or CFS?
If a node goes down, its NFS mounts on all other systems will hang. However, if you use LOCAL filesytems for archiving (instead of NFS mounted filesystems), it should not matter.
Please explain how your fileystems are setup in detail.
Best regards.
Frank
|
|
|
|
Re: Oracle 9i RAC node failed to take over [message #129888 is a reply to message #127530] |
Wed, 27 July 2005 03:25 |
bluenectar
Messages: 4 Registered: July 2005 Location: Jakarta
|
Junior Member |
|
|
hi frank,
I have same problem like sianz99 and I used OCFS for my shared disk. But when one of nodes goes down the other won't take over so users cannot login to Oracle Application. The ultimate solution is always restart all services on each machine APPS, CM and database.
Below is an excerpt of alert.log
Jul 24 04:13:38 RAC2 kernel: (25816) ERROR: status = -12, Common/ocfsgenmisc.c, 1106
Jul 24 04:13:38 RAC2 kernel: (25816) ERROR: status = -12, Common/ocfsgencreate.c, 627
Jul 24 06:12:35 RAC2 kernel: (25816) ERROR: status = -12, Common/ocfsgenmisc.c, 1106
Jul 24 06:12:35 RAC2 kernel: (25816) ERROR: status = -12, Common/ocfsgencreate.c, 627
Jul 25 04:02:03 RAC2 syslogd 1.4.1: restart.
Jul 25 04:11:08 RAC2 kernel: (5470) ERROR: status = -12, Common/ocfsgenmisc.c, 1106
Jul 25 04:11:08 RAC2 kernel: (5470) ERROR: status = -12, Common/ocfsgencreate.c, 627
Jul 27 14:07:59 RAC2 kernel: I/O error: dev 08:80, sector 0
Jul 27 14:08:02 RAC2 kernel: ocfs: Adding RAC1 (node 0) to clustered device (8,32)
Jul 27 14:08:12 RAC2 kernel: ocfs: Mounting device (8,32) on RAC2 (node 1)
is there any relation with kernel or OCFS version ?
thanks for advance.
best regards,
Hery
|
|
|