[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

continuous reboots in a two nodes cluster with heartbeat and pacemaker.



Hello, I'm experiencing continuous reboots of my two nodes in a
heartbeat+pacemaker cluster.
Reboots are random, one day they happen one other day not, sometime
for 7 days they don't happen, sometimes they happen at night.
They happen at random days and random time.
Nodes are connected to a Cisco 3570 switch and a SAN storage system.
Perhaps there is a misconfiguration in the interfaces?
Here is my interfaces file:

#
# XEN VLAN CONFIGURATION
#

# BACKEND MANAGEMENT VIRTUAL INFRASTRUCTURE - VLAN ID 118 - PH. IFACE eth0

auto eth0.118
iface eth0.118 inet static
        address 192.168.244.10
        netmask 255.255.255.0
        broadcast 192.168.244.255
        gateway 192.168.244.1
        vlan_raw_device eth0


# DMZ INTERNET VISIT-CAGLIARI - VLAN ID 109 - PH. IFACE eth1

auto eth1.109

auto xenbr.109
iface xenbr.109 inet manual
        bridge_ports eth1.109
        bridge_maxwait 0

# DMZ INTERNET - VLAN ID 111 - PH. IFACE eth1

auto eth1.111

auto xenbr.111
iface xenbr.111 inet manual
        bridge_ports eth1.111
        bridge_maxwait 0

# DMZ INTRANET - VLAN ID 112 - PH. IFACE eth1

auto eth1.112

auto xenbr.112
iface xenbr.112 inet manual
        bridge_ports eth1.112
        bridge_maxwait 0

# BACKEND APPLICATION INTERNET - VLAN ID 113 - PH. IFACE eth2

auto eth2.113

auto xenbr.113
iface xenbr.113 inet manual
        bridge_ports eth2.113
        bridge_maxwait 0

# BACKEND APPLICATION INTRANET - VLAN ID 114 - PH. IFACE eth2

auto eth2.114

auto xenbr.114
iface xenbr.114 inet manual
        bridge_ports eth2.114
        bridge_maxwait 0

# BACKEND DATABASE INTERNET - VLAN ID 115 - PH. IFACE eth2

uto eth2.115

auto xenbr.115
iface xenbr.115 inet manual
        bridge_ports eth2.115
        bridge_maxwait 0

# BACKEND DATABASE INTRANET - VLAN ID 116 - PH. IFACE eth2

auto eth2.116

auto xenbr.116
iface xenbr.116 inet manual
        bridge_ports eth2.116
        bridge_maxwait 0

# BACKEND AUTHENTICATION/AUTHORIZATION - VLAN ID 117 - PH. IFACE eth2

auto eth2.117

auto xenbr.117
iface xenbr.117 inet manual
        bridge_ports eth2.117
        bridge_maxwait 0

# BACKEND BACKUP - VLAN ID 119 - PH. IFACE eth3

auto eth3.119

auto xenbr.119
iface xenbr.119 inet manual
        bridge_ports eth3.119
        bridge_maxwait 0
        bridge_fd 0

# LOCAL XEN POOL NETWORKS
#

# LIVE MIGRATION - VLAN ID 2001 - PH. IFACE eth0

auto eth0.2001
auto eth3.2001

iface eth0.2001 inet manual
        vlan_raw_device eth0

iface eth3.2001 inet manual
        vlan_raw_device eth3

auto bond.2001

iface bond.2001 inet static
        address 10.1.0.1
        netmask 255.255.255.0
        bond-mode active-backup
        slaves eth0.2001 eth3.2001
        bond-miimon 100

# CLUSTER DOM0 - VLAN ID 2002 - PH. IFACE eth0/3

auto eth0.2002
iface eth0.2002 inet manual
        vlan_raw_device eth0

auto eth3.2002
iface eth3.2002 inet manual
        vlan_raw_device eth3

auto bond.2002
iface bond.2002 inet static
        address 10.2.0.1
        netmask 255.255.255.0
        bond-mode active-backup
        slaves eth0.2002 eth3.2002
        bond-miimon 100


# CLUSTER WEB-INTERNET - VLAN ID 2003 - PH. IFACE eth0/3

auto eth0.2003

auto eth3.2003

iface eth0.2003 inet manual
        vlan_raw_device eth0

iface eth3.2003 inet manual
        vlan_raw_device eth3

auto bond.2003
iface bond.2003 inet manual
        bond-mode active-backup
        slaves eth0.2003 eth3.2003
        bond-miimon 100

auto xenbr.2003
iface xenbr.2003 inet manual
        bridge_ports bond.2003
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER WEB-INTRANET - VLAN ID 2004 - PH. IFACE eth0/3

auto eth0.2004

auto eth3.2004

iface eth0.2004 inet manual
        vlan_raw_device eth0

iface eth3.2004 inet manual
        vlan_raw_device eth3

auto bond.2004
iface bond.2004 inet manual
        bond-mode active-backup
        slaves eth0.2004 eth3.2004
        bond-miimon 100

auto xenbr.2004
iface xenbr.2004 inet manual
        bridge_ports bond.2004
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER STREAMING - VLAN ID 2005 - PH. IFACE eth0/3

auto eth0.2005

auto eth3.2005

iface eth0.2005 inet manual
        vlan_raw_device eth0

iface eth3.2005 inet manual
        vlan_raw_device eth3

auto bond.2005
iface bond.2005 inet manual
        bond-mode active-backup
        slaves eth0.2005 eth3.2005
        bond-miimon 100

auto xenbr.2005
iface xenbr.2005 inet manual
        bridge_ports bond.2005
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER MAIL - VLAN ID 2006 - PH. IFACE eth0/3

auto eth0.2006

auto eth3.2006

iface eth0.2006 inet manual
        vlan_raw_device eth0

iface eth3.2006 inet manual
        vlan_raw_device eth3

auto bond.2006
iface bond.2006 inet manual
        bond-mode active-backup
        slaves eth0.2006 eth3.2006
        bond-miimon 100

auto xenbr.2006
iface xenbr.2006 inet manual
        bridge_ports bond.2006
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER CONTENT FILTER - VLAN ID 2007 - PH. IFACE eth0/3

auto eth0.2007

auto eth3.2007

iface eth0.2007 inet manual
        vlan_raw_device eth0

iface eth3.2007 inet manual
        vlan_raw_device eth3

auto bond.2007
iface bond.2007 inet manual
        bond-mode active-backup
        slaves eth0.2007 eth3.2007
        bond-miimon 100

auto xenbr.2007
iface xenbr.2007 inet manual
        bridge_ports bond.2007
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER PAGHE - VLAND ID 2008 - PH. IFACE eth0/3

auto eth0.2008

auto eth3.2008

iface eth0.2008 inet manual
        vlan_raw_device eth0

iface eth3.2008 inet manual
        vlan_raw_device eth3

uto bond.2008
iface bond.2008 inet manual
        bond-mode active-backup
        slaves eth0.2008 eth3.2008
        bond-miimon 100

auto xenbr.2008
iface xenbr.2008 inet manual
        bridge_ports bond.2008
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER DB PAGHE - VLAN ID 2009 - PH. IFACE eth0/3

auto eth0.2009

auto eth3.2009

iface eth0.2009 inet manual
        vlan_raw_device eth0

iface eth3.2009 inet manual
        vlan_raw_device eth3

auto bond.2009
iface bond.2009 inet manual
        bond-mode active-backup
        slaves eth0.2009 eth3.2009
        bond-miimon 100

auto xenbr.2009
iface xenbr.2009 inet manual
        bridge_ports bond.2009
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER PROXY-LDAP - VLAN ID 2010 - PH. IFACE eth0/3

auto eth0.2010

auto eth3.2010

iface eth0.2010 inet manual
        vlan_raw_device eth0

iface eth3.2010 inet manual
        vlan_raw_device eth3

auto bond.2010
iface bond.2010 inet manual
        bond-mode active-backup
        slaves eth0.2010 eth3.2010
        bond-miimon 100

auto xenbr.2010
iface xenbr.2010 inet manual
        bridge_ports bond.2010
        bridge_maxwait 0
        bridge_fd 0


# CLUSTER LDAP - VLAN ID 2011 - PH. IFACE eth0/3

auto eth0.2011

auto eth3.2011

iface eth0.2011 inet manual
        vlan_raw_device eth0


iface eth3.2011 inet manual
        vlan_raw_device eth3

auto bond.2011
iface bond.2011 inet manual
        bond-mode active-backup
        slaves eth0.2011 eth3.2011
        bond-miimon 100

auto xenbr.2011
iface xenbr.2011 inet manual
        bridge_ports bond.2011
        bridge_maxwait 0
        bridge_fd 0


ha.cf is:

autojoin none
ucast bond.2001 10.1.0.2
warntime 15
deadtime 60
initdead 120
keepalive 5
node xen-p01
node xen-p02
crm respawn

Do you think there are some errors?
Thank you.


Reply to: