When one node goes down, the other node has a kernel panic.
How can I previne this? I want the other node not panic and keep the high
availability.
- cluster.conf
node:
ip_port = 7777
ip_address = 10.1.1.4
number = 0
name = db-srv04-lnx
cluster = ocfs2
node:
ip_port = 7777
ip_address = 10.1.1.3
number = 1
name = db-srv03-lnx
cluster = ocfs2
cluster:
node_count = 2
name = ocfs2
- /etc/sysconfig/o2cb
#
# This is a configuration file for automatic startup of the O2CB
# driver. It is generated by running /etc/init.d/o2cb configure.
# Please use that method to modify this file
#
# O2CB_ENABELED: 'true' means to load the driver on boot.
O2CB_ENABLED=true
# O2CB_BOOTCLUSTER: If not empty, the name of a cluster to start.
O2CB_BOOTCLUSTER=ocfs2
- Kernel version
Linux db-srv04-lnx 2.6.5-7.191-bigsmp #1 SMP Tue Jun 28 14:58:56 UTC 2005
i686 i686 i386 GNU/Linux
- Packets version
db-srv04-lnx:/tmp/ocfs2-1.2.0 # rpm -qa | grep ocfs
ocfs2console-0.99.14-0.3
ocfs2-tools-0.99.14-0.3
Tanks in advance