Re: [Gluster-users] [REPOST] Connection failed

2012-05-23 Thread Emmanuel Seyman
* Kaushal M [23/05/2012 11:55] :

 Since, glusterd is running in your case, something must be preventing cli
 from connecting to the port, firewall probably.

There's no firewall on this machine but that gave me the idea to connect
on port 24007 with telnet. This got me:

root@titane:~# telnet localhost 24007
Trying 27.0.0.1...

and I realized that was a typo in /etc/hosts. I added the missing '1' and
the command now works.

Kaushal, thanks for pointing me in the right direction.

Emmanuel
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


[Gluster-users] [REPOST] Connection failed

2012-05-22 Thread Emmanuel Seyman

[Reposting because I still have the same problem]

Hello, all.

I'm trying to get glusterfs working on two machines (so that I can have
replicated storage on both of them) and I'm stuck on getting glusterd
working.

The two machines are Debian 6.0 (Squeeze) and I'm using the glusterfs
packages from the backports repo (3.2.4-1~bpo60+1).

/etc/glusterfs/glusterd.vol on both machines contains:

  volume management
  type mgmt/glusterd
  option working-directory /etc/glusterd
  option transport-type socket
  option transport.socket.keepalive-time 10
  option transport.socket.keepalive-interval 2
  end-volume

When I start glusterd, I get different results on the two servers:

root@silicium:~# gluster peer status
Number of Peers: 1

Hostname: titane
Uuid: 448e3316-74e3-44aa-a495-5b540e7b8927
State: Peer in Cluster (Connected)

root@titane:~# gluster peer status
Connection failed. Please check if gluster daemon is operational.

The output from 'glusterd --debug' is here:

http://people.parinux.org/~seyman/gluster/glusterd.log
or
http://people.parinux.org/~seyman/gluster/glusterd.log.gz

Any comments or suggestions are welcome.

Emmanuel

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Connection failed

2012-05-15 Thread Emmanuel Seyman
* Amar Tumballi [11/05/2012 09:53] :

 run 'glusterd --debug' on titane, and see what the logs say

That's certainly more verbose but I still don't see what is wrong with
my setup.

http://people.parinux.org/~seyman/gluster/glusterd.log
or
http://people.parinux.org/~seyman/gluster/glusterd.log.gz

Emmanuel
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


[Gluster-users] Connection failed

2012-05-10 Thread Emmanuel Seyman

Hello, all.

I'm trying to get glusterfs working on two machines (so that I can have
replicated storage on both of them) and I'm stuck on getting glusterd
working.

The two machines are Debian 6.0 (Squeeze) and I'm using the glusterfs
packages from the backports repo (3.2.4-1~bpo60+1).

/etc/glusterfs/glusterd.vol on both machines contains:

  volume management
  type mgmt/glusterd
  option working-directory /etc/glusterd
  option transport-type socket
  option transport.socket.keepalive-time 10
  option transport.socket.keepalive-interval 2
  end-volume

When I start glusterd, I get different results on the two servers:

root@silicium:~# gluster peer status
Number of Peers: 1

Hostname: titane
Uuid: 448e3316-74e3-44aa-a495-5b540e7b8927
State: Peer in Cluster (Connected)

root@titane:~# gluster peer status
Connection failed. Please check if gluster daemon is operational.

There's nothing useful in titane's logs that I can see so any help would
be appreciated.

Emmanuel
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users