You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Hung Nguyen <it...@gmail.com> on 2013/07/19 06:25:43 UTC

[ Cluster mod] Cannot be able to join multicast group

Hello,

I am testing cluster TS on Centos 5.6 Final 64Bit, TS version 3.2.4.
Here is my configuration for cluster:


LOCAL proxy.local.cluster.type INT 1
CONFIG proxy.config.cluster.cluster_port INT 8086
CONFIG proxy.config.cluster.rsport INT 8098
CONFIG proxy.config.cluster.mcport INT 8089
CONFIG proxy.config.cluster.mc_group_addr STRING 224.0.1.37
CONFIG proxy.config.cluster.mc_ttl INT 1
CONFIG proxy.config.cluster.log_bogus_mc_msgs INT 1
CONFIG proxy.config.cluster.ethernet_interface STRING eth1
CONFIG proxy.config.cluster.threads INT 10
CONFIG proxy.config.cluster.num_of_cluster_connections INT 10


When restart Traffic server, I got following errors:

[Jul 19 11:22:30.315] Manager {0x2abe0f5cd130} NOTE:
[ClusterCom::ClusterCom] Node running on OS: 'Linux' Release:
'2.6.18-238.19.1.el5'
[Jul 19 11:22:30.316] Manager {0x2abe0f5cd130} FATAL:
[ClusterCom::establishReceiveChannel] Can't add ourselves to multicast
group 224.0.1.37
[Jul 19 11:22:30.316] Manager {0x2abe0f5cd130} FATAL:  (last system error
19: No such device)
[Jul 19 11:22:30.322] Manager {0x2abe0f5cd130} NOTE:
[LocalManager::mgmtShutdown] Executing shutdown request.
[Jul 19 11:22:30.322] Manager {0x2abe0f5cd130} NOTE:
[LocalManager::processShutdown] Executing process shutdown request.


With same configuration and TS version on Ubuntu 12.04, TS started fine
without problem.

Can someone please give me some hints how to get TS Clustering mode working
on Centos 5.6 Final 64.bit?

Thanks,


-- 
---
Hung. Nguyen Van
Website: http://ethicconsultant.com

Re: [ Cluster mod] Cannot be able to join multicast group

Posted by James Peach <jp...@apache.org>.
On Jul 18, 2013, at 9:25 PM, Hung Nguyen <it...@gmail.com> wrote:

> Hello,
> 
> I am testing cluster TS on Centos 5.6 Final 64Bit, TS version 3.2.4.
> Here is my configuration for cluster:
> 
> 
> LOCAL proxy.local.cluster.type INT 1
> CONFIG proxy.config.cluster.cluster_port INT 8086
> CONFIG proxy.config.cluster.rsport INT 8098
> CONFIG proxy.config.cluster.mcport INT 8089
> CONFIG proxy.config.cluster.mc_group_addr STRING 224.0.1.37
> CONFIG proxy.config.cluster.mc_ttl INT 1
> CONFIG proxy.config.cluster.log_bogus_mc_msgs INT 1
> CONFIG proxy.config.cluster.ethernet_interface STRING eth1
> CONFIG proxy.config.cluster.threads INT 10
> CONFIG proxy.config.cluster.num_of_cluster_connections INT 10
> 
> 
> When restart Traffic server, I got following errors:
> 
> [Jul 19 11:22:30.315] Manager {0x2abe0f5cd130} NOTE:
> [ClusterCom::ClusterCom] Node running on OS: 'Linux' Release:
> '2.6.18-238.19.1.el5'
> [Jul 19 11:22:30.316] Manager {0x2abe0f5cd130} FATAL:
> [ClusterCom::establishReceiveChannel] Can't add ourselves to multicast
> group 224.0.1.37
> [Jul 19 11:22:30.316] Manager {0x2abe0f5cd130} FATAL:  (last system error
> 19: No such device)
> [Jul 19 11:22:30.322] Manager {0x2abe0f5cd130} NOTE:
> [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jul 19 11:22:30.322] Manager {0x2abe0f5cd130} NOTE:
> [LocalManager::processShutdown] Executing process shutdown request.
> 
> 
> With same configuration and TS version on Ubuntu 12.04, TS started fine
> without problem.

Were you able to resolve this by fixing the default route?

> 
> Can someone please give me some hints how to get TS Clustering mode working
> on Centos 5.6 Final 64.bit?
> 
> Thanks,
> 
> 
> -- 
> ---
> Hung. Nguyen Van
> Website: http://ethicconsultant.com


Re: [ Cluster mod] Cannot be able to join multicast group

Posted by James Peach <jp...@apache.org>.
On Jul 18, 2013, at 9:25 PM, Hung Nguyen <it...@gmail.com> wrote:

> Hello,
> 
> I am testing cluster TS on Centos 5.6 Final 64Bit, TS version 3.2.4.
> Here is my configuration for cluster:
> 
> 
> LOCAL proxy.local.cluster.type INT 1
> CONFIG proxy.config.cluster.cluster_port INT 8086
> CONFIG proxy.config.cluster.rsport INT 8098
> CONFIG proxy.config.cluster.mcport INT 8089
> CONFIG proxy.config.cluster.mc_group_addr STRING 224.0.1.37
> CONFIG proxy.config.cluster.mc_ttl INT 1
> CONFIG proxy.config.cluster.log_bogus_mc_msgs INT 1
> CONFIG proxy.config.cluster.ethernet_interface STRING eth1
> CONFIG proxy.config.cluster.threads INT 10
> CONFIG proxy.config.cluster.num_of_cluster_connections INT 10
> 
> 
> When restart Traffic server, I got following errors:
> 
> [Jul 19 11:22:30.315] Manager {0x2abe0f5cd130} NOTE:
> [ClusterCom::ClusterCom] Node running on OS: 'Linux' Release:
> '2.6.18-238.19.1.el5'
> [Jul 19 11:22:30.316] Manager {0x2abe0f5cd130} FATAL:
> [ClusterCom::establishReceiveChannel] Can't add ourselves to multicast
> group 224.0.1.37
> [Jul 19 11:22:30.316] Manager {0x2abe0f5cd130} FATAL:  (last system error
> 19: No such device)
> [Jul 19 11:22:30.322] Manager {0x2abe0f5cd130} NOTE:
> [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jul 19 11:22:30.322] Manager {0x2abe0f5cd130} NOTE:
> [LocalManager::processShutdown] Executing process shutdown request.
> 
> 
> With same configuration and TS version on Ubuntu 12.04, TS started fine
> without problem.

Were you able to resolve this by fixing the default route?

> 
> Can someone please give me some hints how to get TS Clustering mode working
> on Centos 5.6 Final 64.bit?
> 
> Thanks,
> 
> 
> -- 
> ---
> Hung. Nguyen Van
> Website: http://ethicconsultant.com