<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 29, 2013 at 10:27 PM, Vijay Bellur <span dir="ltr"><<a href="mailto:vbellur@redhat.com" target="_blank">vbellur@redhat.com</a>></span> wrote:<br>
> Gluster NFS process should listen by default on 2049 with 3.4. Can you please check if port 2049 is in use?<br>> netstat -ntlp | grep 2049 can help.<br><br>[root@ir2 ~]# netstat -ntlp | grep 2049<br>tcp 0 0 <a href="http://0.0.0.0:2049">0.0.0.0:2049</a> 0.0.0.0:* LISTEN 7798/glusterfs <br>
<br>[root@ir2 ~]# netstat -ntlp | grep gluster<br>tcp 0 0 <a href="http://0.0.0.0:2049">0.0.0.0:2049</a> 0.0.0.0:* LISTEN 7798/glusterfs <br>tcp 0 0 <a href="http://0.0.0.0:38465">0.0.0.0:38465</a> 0.0.0.0:* LISTEN 7798/glusterfs <br>
tcp 0 0 <a href="http://0.0.0.0:38466">0.0.0.0:38466</a> 0.0.0.0:* LISTEN 7798/glusterfs <br>tcp 0 0 <a href="http://0.0.0.0:49154">0.0.0.0:49154</a> 0.0.0.0:* LISTEN 7792/glusterfsd <br>
tcp 0 0 <a href="http://0.0.0.0:49155">0.0.0.0:49155</a> 0.0.0.0:* LISTEN 7786/glusterfsd <br>tcp 0 0 <a href="http://0.0.0.0:38468">0.0.0.0:38468</a> 0.0.0.0:* LISTEN 7798/glusterfs <br>
tcp 0 0 <a href="http://0.0.0.0:38469">0.0.0.0:38469</a> 0.0.0.0:* LISTEN 7798/glusterfs <br>tcp 0 0 <a href="http://0.0.0.0:24007">0.0.0.0:24007</a> 0.0.0.0:* LISTEN 7745/glusterd <br>
<br></div>And on another node:<br><br>[root@ir2 ~]# ssh -q r0 netstat -ntlp | grep gluster<br>tcp 0 0 <a href="http://0.0.0.0:2049">0.0.0.0:2049</a> 0.0.0.0:* LISTEN 15941/glusterfs <br>
tcp 0 0 <a href="http://0.0.0.0:38465">0.0.0.0:38465</a> 0.0.0.0:* LISTEN 15941/glusterfs <br>tcp 0 0 <a href="http://0.0.0.0:38466">0.0.0.0:38466</a> 0.0.0.0:* LISTEN 15941/glusterfs <br>
tcp 0 0 <a href="http://0.0.0.0:49154">0.0.0.0:49154</a> 0.0.0.0:* LISTEN 15931/glusterfsd <br>tcp 0 0 <a href="http://0.0.0.0:49155">0.0.0.0:49155</a> 0.0.0.0:* LISTEN 15924/glusterfsd <br>
tcp 0 0 <a href="http://0.0.0.0:38468">0.0.0.0:38468</a> 0.0.0.0:* LISTEN 15941/glusterfs <br>tcp 0 0 <a href="http://0.0.0.0:38469">0.0.0.0:38469</a> 0.0.0.0:* LISTEN 15941/glusterfs <br>
tcp 0 0 <a href="http://0.0.0.0:49157">0.0.0.0:49157</a> 0.0.0.0:* LISTEN 15917/glusterfsd <br>tcp 0 0 <a href="http://0.0.0.0:24007">0.0.0.0:24007</a> 0.0.0.0:* LISTEN 15884/glusterd <br>
<br></div><div class="gmail_extra">Thanks!<br><br>Joel<br></div></div>