RedHat Cluster Suite - multicast problem


 
Thread Tools Search this Thread
Operating Systems Linux RedHat Cluster Suite - multicast problem
# 1  
Old 12-09-2005
RedHat Cluster Suite - multicast problem

Hi,

I have a Redhat Cluster Suite with 2 nodes, using option "Multicast HeartBeating" on clumembd, whith default IP: 225.0.0.11

The cluster member names are:

[root@rhcs1 root]# grep node /etc/hosts
192.168.100.1 node1
192.168.100.2 node2

My problem is that the Multicast IP is relating to other network addresses:

See:

[root@rhcs1 root]# ping 225.0.0.11
PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.
64 bytes from 10.20.178.241: icmp_seq=0 ttl=64 time=0.115 ms
64 bytes from 10.20.178.242: icmp_seq=0 ttl=64 time=0.353 ms (DUP!)

How to relate Multicast 225.0.0.11 to cerrect IPs (192.168.100.1 and 192.168.100.2) ?

Thanks.
# 2  
Old 12-15-2005
Computer

Hi Folks,

I solved the problem creating a static route with network device.

Before route creation:

[root@node2 root]# ping 225.0.0.11
PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.
64 bytes from 10.20.178.242: icmp_seq=0 ttl=64 time=0.103 ms
64 bytes from 10.20.178.241: icmp_seq=0 ttl=64 time=0.606 ms (DUP!)

After route creation

[root@node2 root]# route add 225.0.0.11 dev eth1
[root@node2 root]# ping 225.0.0.11
PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.
64 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.119 ms
64 bytes from 192.168.100.2: icmp_seq=0 ttl=64 time=0.360 ms (DUP!)

Thanks,

Livio.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Query Regarding Redhat Cluster ?? Please help me

:b::b:Hello Expert, I have a query regarding redhat cluster configuration file (/etc/cluster/cluster.conf). Is there any process to change the location of the configuration file of the cluster. Is there any step in ricci process.. If yes then please explain me how the cluster node will... (0 Replies)
Discussion started by: Pradipta Kumar
0 Replies

2. Red Hat

Problem in RedHat Cluster Node while network Failure or in Hang mode

Hi, We are having many RedHat linux Server with Cluster facility for availability of service like HTTPD / MySQL. We face some issue while some issue related to power disturbance / fluctuation or Network failure. There is two Cluster Node configured in... (0 Replies)
Discussion started by: hirenkmistry
0 Replies

3. Red Hat

Redhat cluster

HI, Can you guys help me to install redhat cluster on VMware Workstation. How to download cluster suite and how to configure on Workstation. (1 Reply)
Discussion started by: karthik9358
1 Replies

4. Red Hat

Redhat 6.2 cluster

Hello Experts, Please help me with the exact steps on configuring two node cluster on RHEL 6.2, I failed to configure the simplest cluster by below steps, 1- install RHEL 6.2 64-bit on both nodes 2- add to hosts file of each server ( 1 IP in local NW and another in IP private NW). x.x.x.x ... (1 Reply)
Discussion started by: karmellove
1 Replies

5. Red Hat

How can i configure fence_cisco_ucs with redhat cluster suite

HI How can i configure fence_cisco_ucs with redhat cluster suite. i was trying to configure fencing aganet with red ahat cluster suite i issued command # /usr/sbin/fence_vmware_soap -a 172.22.90.61 -l admin -p duc2Cisco -o reboot then i got below error: Failed: You have to... (0 Replies)
Discussion started by: bentech4u
0 Replies

6. Red Hat

Redhat cluster error

hi all , I'm trying for the Red-hat cluster setup with the ' Enable shared storage support'. But hang up with a error that "Packages of set "Clustered Storage" are not present in any available repository". I made this setup by installing the rpm manually..I ve attached the rpm list and error... (0 Replies)
Discussion started by: sriniv666
0 Replies

7. Red Hat

Cluster Suite IP-Aliasing

Hi, is it normal, that the IP alias (service IP) can't be seen with ifconfig -a , as eth0:1 for example the IP is on the node, you can ping it, and open ports for that IP look at this: # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue link/loopback... (4 Replies)
Discussion started by: funksen
4 Replies

8. Red Hat

Redhat cluster

Hi Friends, I am trying to configure redhat high availability cluster on rhel5 32bit. As i am not having the RHN subscription, I have to intsall all the cluster suite manually. I am not aware what all are the rpms needs to be installed. Please let me know about the rpms needs to be installed.... (3 Replies)
Discussion started by: arumon
3 Replies

9. High Performance Computing

Solaris 10 - Cluster Suite 3.2 2/08 prob

Hi, I am relatively new to Sun Solaris. I am installing 2 node cluster and when I was installing cluster suite 3.2 2/08, it is giving me this error as "Conflict - Incomplete version detected". Please help me in this regard and also suggest me any valuable point to consider before going ahead... (3 Replies)
Discussion started by: hi2joshi
3 Replies
Login or Register to Ask a Question