<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: nfs problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579993#M229683</link>
    <description>Hi Deepak&lt;BR /&gt;&lt;BR /&gt;How to  check wheather the port is disabled &lt;BR /&gt;&lt;BR /&gt;Binu</description>
    <pubDate>Tue, 12 Jul 2005 01:30:54 GMT</pubDate>
    <dc:creator>Binu_5</dc:creator>
    <dc:date>2005-07-12T01:30:54Z</dc:date>
    <item>
      <title>nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579991#M229681</link>
      <description>Hi aLL&lt;BR /&gt;&lt;BR /&gt;Iam facing a stange nfs problem&lt;BR /&gt;&lt;BR /&gt;In the system /local directory is exported in the server &lt;BR /&gt;we will be able to access from other systems also  but intermintantly ig give nfs server  not responding error for this local directory &lt;BR /&gt;&lt;BR /&gt;All the nfs services are running in this systems  ..&lt;BR /&gt;If I give showmount -a  it gives the following error &lt;BR /&gt;&lt;BR /&gt;showmount: mfptest1: RPC: Program not reGISTERD&lt;BR /&gt;&lt;BR /&gt;Is this error has anything to do with &lt;BR /&gt;the NFS problem&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2005 00:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579991#M229681</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-07-12T00:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579992#M229682</link>
      <description>Hi Binu&lt;BR /&gt;&lt;BR /&gt; have you disabled the sunrpc port?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Deepak</description>
      <pubDate>Tue, 12 Jul 2005 01:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579992#M229682</guid>
      <dc:creator>Deepak Kulkarni</dc:creator>
      <dc:date>2005-07-12T01:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579993#M229683</link>
      <description>Hi Deepak&lt;BR /&gt;&lt;BR /&gt;How to  check wheather the port is disabled &lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Tue, 12 Jul 2005 01:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579993#M229683</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-07-12T01:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579994#M229684</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Usually you will receive 'Program not registered' error when there is an issue with daemons running.You can verify nfs related process using rpcinfo command.&lt;BR /&gt;&lt;BR /&gt;rpcinfo -p &lt;NFS server="" name=""&gt;&lt;BR /&gt;rpcinfo -u &lt;NFS server="" name=""&gt; mountd    : to verify rpc.mountd is running fine.&lt;BR /&gt;&lt;BR /&gt;You can receive â  server not respondingâ   messages when the server or&lt;BR /&gt;network is heavily loaded and the RPC requests are timing out. Try&lt;BR /&gt;doubling the timeo mount option for the directory.&lt;BR /&gt;&lt;BR /&gt;/etc/fstab&lt;BR /&gt;nfs_server:/local /nfs_mount nfs nosuid,timeo=14 0 0&lt;BR /&gt;&lt;BR /&gt;If lot of clients are mounting nfs shares from this server try increasing the number of nfsd daemons running by increasing NUM_NFSD variable in /etc/rc.config.d/nfsconf.&lt;BR /&gt;&lt;BR /&gt;Sudeesh&lt;BR /&gt;&lt;BR /&gt;&lt;/NFS&gt;&lt;/NFS&gt;</description>
      <pubDate>Tue, 12 Jul 2005 02:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579994#M229684</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-07-12T02:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579995#M229685</link>
      <description>Something more that will be helpful.&lt;BR /&gt;&lt;BR /&gt;This is an abstract from 'troubleshooting nfs service' document.&lt;BR /&gt;&lt;BR /&gt;To Diagnose NFS Performance Problems&lt;BR /&gt;1. Issue the following command on several of your NFS clients:&lt;BR /&gt;nfsstat -rc&lt;BR /&gt;2. If the timeout and retrans values displayed by nfsstat -rc are&lt;BR /&gt;high, but the badxid value is close to zero, packets are being dropped&lt;BR /&gt;before they get to the NFS server.&lt;BR /&gt;Try decreasing the values of the wsize and rsize mount options to&lt;BR /&gt;4096 or 2048 on the NFS clients. See â  To Change the Default Mount&lt;BR /&gt;Optionsâ   on page 44.&lt;BR /&gt;See Installing and Administering LAN/9000 Software for&lt;BR /&gt;information on troubleshooting LAN problems.&lt;BR /&gt;3. If the timeout and badxid values displayed by nfsstat -rc are of&lt;BR /&gt;the same magnitude, your server is probably slow. Client RPC&lt;BR /&gt;requests are timing out and being retransmitted before the NFS&lt;BR /&gt;server has a chance to respond to them.&lt;BR /&gt;See â  To Improve NFS Server Performanceâ   on page 326.&lt;BR /&gt;Try doubling the value of the timeo mount option on the NFS clients.&lt;BR /&gt;See â  To Change the Default Mount Optionsâ   on page 44.&lt;BR /&gt;4. If the null value displayed by nfsstat -rc is greater than 1%, the&lt;BR /&gt;automounter is trying too frequently to mount a directory from&lt;BR /&gt;multiple servers. It sends out null procedure calls to all the&lt;BR /&gt;configured servers and mounts the directory from the server that&lt;BR /&gt;answers first.&lt;BR /&gt;Increase the time between mount attempts by adding the -tm 60&lt;BR /&gt;option to the AUTO_OPTIONS variable in&lt;BR /&gt;/etc/rc.config.d/nfsconf, as follows:&lt;BR /&gt;AUTO_OPTIONS=â  -f $AUTO_MASTER -tm 60â  &lt;BR /&gt;Then, restart the automounter. See â  To Restart the Automounterâ   on&lt;BR /&gt;page 90.&lt;BR /&gt;Continue to increase the value of the -tm parameter until the null&lt;BR /&gt;value displayed by nfsstat is less than 1%.&lt;BR /&gt;5. Issue the following command on any machine on the network:&lt;BR /&gt;netstat -i&lt;BR /&gt;Troubleshooting NFS Services&lt;BR /&gt;Performance Tuning&lt;BR /&gt;Chapter 8 325&lt;BR /&gt;The number of collisions (Coll) divided by the number of output&lt;BR /&gt;packets (Opkts) is the collision rate. If your collision rate is greater&lt;BR /&gt;than 10%, consider dividing your network into smaller segments and&lt;BR /&gt;putting an NFS server on each segment. See Installing and&lt;BR /&gt;Administering LAN/9000 Software for information on dividing your&lt;BR /&gt;network.&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Tue, 12 Jul 2005 02:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579995#M229685</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-07-12T02:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579996#M229686</link>
      <description>Hi Binu&lt;BR /&gt;&lt;BR /&gt;The problem is that rpc.mountd on the HPUX machine is not being started.&lt;BR /&gt;This is started from the inetd program. To start this, edit the&lt;BR /&gt;file /etc/inetd.conf on the HPUX machine.&lt;BR /&gt;&lt;BR /&gt;The line that follows should be uncommented:&lt;BR /&gt;&lt;BR /&gt;rpc  dgram  udp  wait  root  /usr/etc/rpc.mountd 100005  1   rpc.mountd&lt;BR /&gt;&lt;BR /&gt;Then, issue the command:&lt;BR /&gt;&lt;BR /&gt;/etc/inetd -c &amp;amp;&lt;BR /&gt;&lt;BR /&gt;This will reread the /etc/inetd.conf file and rpc.mountd will now start when a mount request comes in from a foreign node.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Vinod K</description>
      <pubDate>Tue, 12 Jul 2005 02:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579996#M229686</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-07-12T02:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: nfs problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579997#M229687</link>
      <description>Hi Binu,&lt;BR /&gt;&lt;BR /&gt;  "nmap" is the utility for this. this will be installed by default linux.&lt;BR /&gt;&lt;BR /&gt;Reds&lt;BR /&gt;Deepak</description>
      <pubDate>Tue, 12 Jul 2005 02:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3579997#M229687</guid>
      <dc:creator>Deepak Kulkarni</dc:creator>
      <dc:date>2005-07-12T02:41:09Z</dc:date>
    </item>
  </channel>
</rss>

