On Mon, Jul 29, 2013 at 10:27 PM, Vijay Bellur <[email protected]> wrote:
> Gluster NFS process should listen by default on 2049 with 3.4. Can you
please check if port 2049 is in use?
> netstat -ntlp | grep 2049 can help.

[root@ir2 ~]# netstat -ntlp | grep 2049
tcp        0      0 0.0.0.0:2049            0.0.0.0:*
LISTEN      7798/glusterfs

[root@ir2 ~]# netstat -ntlp | grep gluster
tcp        0      0 0.0.0.0:2049            0.0.0.0:*
LISTEN      7798/glusterfs
tcp        0      0 0.0.0.0:38465           0.0.0.0:*
LISTEN      7798/glusterfs
tcp        0      0 0.0.0.0:38466           0.0.0.0:*
LISTEN      7798/glusterfs
tcp        0      0 0.0.0.0:49154           0.0.0.0:*
LISTEN      7792/glusterfsd
tcp        0      0 0.0.0.0:49155           0.0.0.0:*
LISTEN      7786/glusterfsd
tcp        0      0 0.0.0.0:38468           0.0.0.0:*
LISTEN      7798/glusterfs
tcp        0      0 0.0.0.0:38469           0.0.0.0:*
LISTEN      7798/glusterfs
tcp        0      0 0.0.0.0:24007           0.0.0.0:*
LISTEN      7745/glusterd

And on another node:

[root@ir2 ~]# ssh -q r0 netstat -ntlp | grep gluster
tcp        0      0 0.0.0.0:2049            0.0.0.0:*
LISTEN      15941/glusterfs
tcp        0      0 0.0.0.0:38465           0.0.0.0:*
LISTEN      15941/glusterfs
tcp        0      0 0.0.0.0:38466           0.0.0.0:*
LISTEN      15941/glusterfs
tcp        0      0 0.0.0.0:49154           0.0.0.0:*
LISTEN      15931/glusterfsd
tcp        0      0 0.0.0.0:49155           0.0.0.0:*
LISTEN      15924/glusterfsd
tcp        0      0 0.0.0.0:38468           0.0.0.0:*
LISTEN      15941/glusterfs
tcp        0      0 0.0.0.0:38469           0.0.0.0:*
LISTEN      15941/glusterfs
tcp        0      0 0.0.0.0:49157           0.0.0.0:*
LISTEN      15917/glusterfsd
tcp        0      0 0.0.0.0:24007           0.0.0.0:*
LISTEN      15884/glusterd

Thanks!

Joel
_______________________________________________
Gluster-users mailing list
[email protected]
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Reply via email to