<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>I've four systems with multiple 4-way replica volumes. I'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't
      start the NFS services properly. I looked through the nfs.log, but
      it doesn't give any indication of why it did not register with
      rpcbind. I'm presuming I've got a misconfiguration on two of the
      systems, but there isn'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>
      &nbsp;&nbsp; program vers proto&nbsp;&nbsp; port&nbsp; service<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      [root@dresproddns01 ~]# ps ax | grep nfs<br>
      2167119 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00 [nfsiod]<br>
      2738268 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ssl&nbsp;&nbsp;&nbsp; 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&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp;&nbsp;&nbsp; 0:00 grep nfs<br>
      [root@dresproddns01 ~]# netstat -ntlp | grep 2738268<br>
      tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0.0.0.0:38465&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      0.0.0.0:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2738268/glusterfs&nbsp;&nbsp; <br>
      tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0.0.0.0:38466&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      0.0.0.0:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2738268/glusterfs&nbsp;&nbsp; <br>
      tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0.0.0.0:38467&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      0.0.0.0:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2738268/glusterfs&nbsp; <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>
      &nbsp;&nbsp; program vers proto&nbsp;&nbsp; port&nbsp; service<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>
      &nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp; 38465&nbsp; mountd<br>
      &nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; tcp&nbsp; 38466&nbsp; mountd<br>
      &nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp; 38467&nbsp; nfs<br>
      <br>
      <br>
      Any ideas where to look for errors?<br>
      <br>
    </tt>
  </body>
</html>