[Linux-cluster] GFS/cman related problems

Patrick Caulfield pcaulfie at redhat.com
Tue Aug 16 07:05:35 UTC 2005


thomasie wrote:
> Dear ALL:
> 
> Hello, I hope I'm sending to the correct list.  I'm having problems
> starting up gfs 6.1, and hopefully it's just something incorrect with my
> configuration.
> 
> I used two standard machine . My system is Fedora Core 4. The kernel modules
> load fine.
> 
> First of all,  I load all the needed kernel modules for the cluster. To do
> this, execute the following commands (on both nodes):
>     root at node1 # modprobe lock_dlm 
> 
>     root at node2 # modprobe lock_dlm 
> 
> 
> Next, I start the cluster configuration service daemon on both nodes with
>     root at node1 # ccsd 
> 
>     root at node2 # ccsd
>     
> 
> Having started ccsd I need to create the cluster by starting the cluster
> manager on both nodes:
>     root at node1 # /sbin/cman_tool join 
> 
>     root at node2 # /sbin/cman_tool join    
>     
> when we are going to start both nodes we get that the first node without
> problems, but the second one never get connected at cman and remain trying to
> connect with the following error: 10.190.5.174 (node1) udp port 6809
> unreachable.
> I have not start firewall. And I use the command of  "netstat -a" , 
> the result is 
> udp        0      0 127.0.0.1:6809              0.0.0.0:*                               

Oh this old chestnut. Your local host name resolves to 127.0.0.1 rather than to
a real IP address. Remove the host name from the 127.0.0.1 line in /etc/hosts.

sigh.



-- 

patrick




More information about the Linux-cluster mailing list