did you start portmap service before you started gluster?<br><br><div class="gmail_quote">On Sun, Mar 4, 2012 at 11:53 AM, David Coulson <span dir="ltr">&lt;<a href="mailto:david@davidcoulson.net">david@davidcoulson.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <tt>I&#39;ve four systems with multiple 4-way replica volumes. I&#39;m
      migrating a number of volumes from Fuse to NFS for performance
      reasons.<br>
      <br>
      My first two hosts seem to work nicely, but the other two won&#39;t
      start the NFS services properly. I looked through the nfs.log, but
      it doesn&#39;t give any indication of why it did not register with
      rpcbind. I&#39;m presuming I&#39;ve got a misconfiguration on two of the
      systems, but there isn&#39;t a clear indication of what is not
      working.<br>
      <br>
      Here is an example from a host which does not work:<br>
      <br>
      [root@dresproddns01 ~]# rpcinfo -p<br>
         program vers proto   port  service<br>
          100000    4   tcp    111  portmapper<br>
          100000    3   tcp    111  portmapper<br>
          100000    2   tcp    111  portmapper<br>
          100000    4   udp    111  portmapper<br>
          100000    3   udp    111  portmapper<br>
          100000    2   udp    111  portmapper<br>
      [root@dresproddns01 ~]# ps ax | grep nfs<br>
      2167119 ?        S      0:00 [nfsiod]<br>
      2738268 ?        Ssl    0:00 /opt/glusterfs/3.2.5/sbin/glusterfs
      -f /etc/glusterd/nfs/nfs-server.vol -p
      /etc/glusterd/nfs/run/nfs.pid -l /var/log/glusterfs/nfs.log<br>
      2934228 pts/0    S+     0:00 grep nfs<br>
      [root@dresproddns01 ~]# netstat -ntlp | grep 2738268<br>
      tcp        0      0 <a href="http://0.0.0.0:38465" target="_blank">0.0.0.0:38465</a>              
      0.0.0.0:*                   LISTEN      2738268/glusterfs   <br>
      tcp        0      0 <a href="http://0.0.0.0:38466" target="_blank">0.0.0.0:38466</a>              
      0.0.0.0:*                   LISTEN      2738268/glusterfs   <br>
      tcp        0      0 <a href="http://0.0.0.0:38467" target="_blank">0.0.0.0:38467</a>              
      0.0.0.0:*                   LISTEN      2738268/glusterfs  <br>
      <br>
      [root@dresproddns01 ~]# gluster volume info svn<br>
      <br>
      Volume Name: svn<br>
      Type: Replicate<br>
      Status: Started<br>
      Number of Bricks: 4<br>
      Transport-type: tcp<br>
      Bricks:<br>
      Brick1: rhesproddns01:/gluster/svn<br>
      Brick2: rhesproddns02:/gluster/svn<br>
      Brick3: dresproddns01:/gluster/svn<br>
      Brick4: dresproddns02:/gluster/svn<br>
      Options Reconfigured:<br>
      performance.client-io-threads: 1<br>
      performance.flush-behind: on<br>
      network.ping-timeout: 5<br>
      performance.stat-prefetch: 1<br>
      nfs.disable: off<br>
      nfs.register-with-portmap: on<br>
      auth.allow: 10.250.53.*,10.252.248.*,169.254.*,127.0.0.1<br>
      performance.cache-size: 256Mb<br>
      performance.write-behind-window-size: 128Mb<br>
      <br>
      Only obvious difference with a host which does work is this:<br>
      <br>
      [root@rhesproddns01 named]# rpcinfo -p<br>
         program vers proto   port  service<br>
          100000    4   tcp    111  portmapper<br>
          100000    3   tcp    111  portmapper<br>
          100000    2   tcp    111  portmapper<br>
          100000    4   udp    111  portmapper<br>
          100000    3   udp    111  portmapper<br>
          100000    2   udp    111  portmapper<br>
          100005    3   tcp  38465  mountd<br>
          100005    1   tcp  38466  mountd<br>
          100003    3   tcp  38467  nfs<br>
      <br>
      <br>
      Any ideas where to look for errors?<br>
      <br>
    </tt>
  </div>

<br>_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://gluster.org/cgi-bin/mailman/listinfo/gluster-users" target="_blank">http://gluster.org/cgi-bin/mailman/listinfo/gluster-users</a><br>
<br></blockquote></div><br>