[Gluster-users] glusterfsd won't restart on one brick
Kaushal M
kshlmster at gmail.com
Tue Jul 30 06:59:40 UTC 2013
Some other process is listening on 49157 on ir2, but netstat and lsof
don't provide any answers to what process it is.
Googling for more information I came across a possible answer to such
processes. Apparently services which register with portmap usually are
of this type.
Can you do a 'rpcinfo -p' on ir2 and see if port 49157 is listed?
- Kaushal
On Tue, Jul 30, 2013 at 11:17 AM, Joel Young <jdy at cryregarder.com> wrote:
>
> On Mon, Jul 29, 2013 at 10:27 PM, Vijay Bellur <vbellur at redhat.com> 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 at ir2 ~]# netstat -ntlp | grep 2049
> tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN
> 7798/glusterfs
>
> [root at 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 at 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
> Gluster-users at gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
More information about the Gluster-users
mailing list