<?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 nfs server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542141#M793271</link>
    <description>i am not able to start the nfs server daemon on my system .I tried starting using nfs.core start but it does not work.but when i start the nfs.server script mannually it says that all the rpc services gets started.plus in the syslog.log i am getting the error &lt;BR /&gt;Cannot establish NFS service over udp: bind problem.&lt;BR /&gt;my nfsconf entries are also enabled for nfs client and server.I believe the nfs.core script is enough to start both the processes server and client for nfs.Pls let me know what else i can do.</description>
    <pubDate>Tue, 19 Jun 2001 09:36:41 GMT</pubDate>
    <dc:creator>dhanish</dc:creator>
    <dc:date>2001-06-19T09:36:41Z</dc:date>
    <item>
      <title>nfs server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542141#M793271</link>
      <description>i am not able to start the nfs server daemon on my system .I tried starting using nfs.core start but it does not work.but when i start the nfs.server script mannually it says that all the rpc services gets started.plus in the syslog.log i am getting the error &lt;BR /&gt;Cannot establish NFS service over udp: bind problem.&lt;BR /&gt;my nfsconf entries are also enabled for nfs client and server.I believe the nfs.core script is enough to start both the processes server and client for nfs.Pls let me know what else i can do.</description>
      <pubDate>Tue, 19 Jun 2001 09:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542141#M793271</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2001-06-19T09:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: nfs server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542142#M793272</link>
      <description>try doing it through SAM.&lt;BR /&gt;Filesystems - Network file systems.&lt;BR /&gt;&lt;BR /&gt;SAM will complain more if there is a problem!&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 19 Jun 2001 09:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542142#M793272</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-19T09:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: nfs server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542143#M793273</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;try&lt;BR /&gt;&lt;BR /&gt;init 1&lt;BR /&gt;init 2&lt;BR /&gt;/sbin/rc3.d/S*nfs.server start&lt;BR /&gt;init 3&lt;BR /&gt;&lt;BR /&gt;You will come to know where it hung&lt;BR /&gt;&lt;BR /&gt;kaps&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2001 09:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542143#M793273</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2001-06-19T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: nfs server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542144#M793274</link>
      <description>Issue the following command to check your server's memory utilization:&lt;BR /&gt;netstat -m&lt;BR /&gt;If the number of requests for memory denied is high, your server does not have enough memory. Consider adding more memory or using a different host as the NFS server. &lt;BR /&gt;  Issue the ps -ef command on the NFS server, and check for many instances of the same application. Sometimes an application clones itself indefinitely until it uses up all the available inodes on a system. &lt;BR /&gt;  The default maximum number of inodes shipped with HP-UX tends to be too small for sites that make extensive use of NFS. Follow this procedure to increase the maximum number of inodes on your NFS server:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Log in as root to the NFS server. &lt;BR /&gt;&lt;BR /&gt;Type /usr/sbin/sam to start SAM (System Administration Manager). &lt;BR /&gt;&lt;BR /&gt;Open Kernel Configuration. &lt;BR /&gt;&lt;BR /&gt;Open Configurable Parameters. &lt;BR /&gt;&lt;BR /&gt;Highlight the line that begins with ninode, and choose Modify Configurable Parameter from the Actions menu. &lt;BR /&gt;&lt;BR /&gt;Increase the value in the Formula/Value field, either by changing the constant multiplier in the formula or replacing the formula with a value. If your ninode value is currently set to the default (606), try changing it to 2048. &lt;BR /&gt;&lt;BR /&gt;Use SAM to regenerate the kernel and reboot the system. &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2001 09:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542144#M793274</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-19T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: nfs server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542145#M793275</link>
      <description>Hi,&lt;BR /&gt;Thanks a lot my nfs server problem is solved.actually i tried klling all the processes pertaining to nfs anf then i started the nfs.core and then nfs.server.it worked</description>
      <pubDate>Tue, 19 Jun 2001 11:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542145#M793275</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2001-06-19T11:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: nfs server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542146#M793276</link>
      <description>It did not solve mine! Keep getting the same errors, no matter what.&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX wtma20 B.11.00 U 9000/785&lt;BR /&gt;&lt;BR /&gt;Someone please!</description>
      <pubDate>Fri, 05 Mar 2004 01:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server/m-p/2542146#M793276</guid>
      <dc:creator>Adam van Gaalen</dc:creator>
      <dc:date>2004-03-05T01:52:53Z</dc:date>
    </item>
  </channel>
</rss>

