Cannot contact other cluster node
This document (7006864) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Server 11 Service Pack 1
Situation
Changing in the interface setting of the cluster communication ring the setting from
interface {
bindnetaddr: 149.44.174.0
mcastaddr: 239.0.2.112
mcastport: 6467
ringnumber: 0
}
(the values for bindnetaddr mcastaddr mcastport are only examples here)
to
interface {
bindnetaddr: 149.44.174.0
broadcast: yes
#mcastaddr: 239.0.2.112
mcastport: 6467
ringnumber: 0
}
the cluster nodes see each other after a restart of the cluster software.
Resolution
And as can be seen in the above example the multicast address used in the interface section is not one of 224/24. The address ranges can be found documented at
http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml
and the Local Network Control Block (224.0.0.0 - 224.0.0.255 (224.0.0/24)) is the range that is treated like broadcast and not filtered by the switch.
To address this issue otherwise there is a few options:
One would be to disable igmp snooping on all hardware relevant to the cluster network, considering that switches should not do package filtering, which might not be applicable in the specific scenario
The last option is to use the broadcast: yes setting in the interface section
Special thanks at this point to Mr Markus Hoeschen for his invaluable help to identify this issue
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7006864
- Creation Date: 17-Sep-2010
- Modified Date:12-Oct-2022
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com