<?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 mount error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705586#M587248</link>
    <description>You can start nfsd by using&lt;BR /&gt;#/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
    <pubDate>Wed, 17 Apr 2002 18:46:50 GMT</pubDate>
    <dc:creator>Sachin Patel</dc:creator>
    <dc:date>2002-04-17T18:46:50Z</dc:date>
    <item>
      <title>nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705581#M587243</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I am trying to mount one of the drives in one of the unix server.&lt;BR /&gt;&lt;BR /&gt;I am the client side of the nfs and made sure everything is set up correctly as a client&lt;BR /&gt;and added an entry in fstab.&lt;BR /&gt;&lt;BR /&gt;This is the error I am getting this error message. Please anyone tell me is this problem on the server side or my side?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also see my fstab entry.&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;stpdev:/nfs/dev/trsfiles /usr1/trsfiles nfs soft,acregmin=10,rw,nosuid 0 0&lt;BR /&gt;"fstab" 24 lines, 1558 characters &lt;BR /&gt;# mountall&lt;BR /&gt;mountall: cannot mount stpdev:/nfs/dev/trsfiles&lt;BR /&gt;mountall: diagnostics from mount&lt;BR /&gt;nfs mount: get_fh: stpdev:/nfs/dev/trsfiles server not responding : RPC: Timed out&lt;BR /&gt;nfs mount: get_fh: stpdev:/nfs/dev/trsfiles: access denied&lt;BR /&gt;nfs mount: retry: giving up on: /usr1/trsfiles&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2002 18:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705581#M587243</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2002-04-17T18:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705582#M587244</link>
      <description>Hi Raji:&lt;BR /&gt;&lt;BR /&gt;Try this on the server:&lt;BR /&gt;&lt;BR /&gt;1) Check whether rpc.mountd is running&lt;BR /&gt;2) Try 'rpcinfo -p' and see whether the nfs daemons are there.&lt;BR /&gt;&lt;BR /&gt;If not, restart the nfs services on the server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 17 Apr 2002 18:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705582#M587244</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-17T18:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705583#M587245</link>
      <description>Hi Raji&lt;BR /&gt;&lt;BR /&gt;Do ps -ef | gerp mountf&lt;BR /&gt;ans see whehter rpc.mountd is running or not , in case not then restart it man nfsd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 17 Apr 2002 18:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705583#M587245</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-17T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705584#M587246</link>
      <description>First of all, on the serving server did you run exportfs -a to get the file system exported and show if there are errors in nfsd starting?&lt;BR /&gt;&lt;BR /&gt;Second on the client system you should verify that you have a connection to the server and see what it is exporting:&lt;BR /&gt;&lt;BR /&gt;showmount -e servername&lt;BR /&gt;&lt;BR /&gt;Then confirm that you are in fact typing the correct info into /etc/fstab.&lt;BR /&gt;Good luck</description>
      <pubDate>Wed, 17 Apr 2002 18:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705584#M587246</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-04-17T18:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705585#M587247</link>
      <description>Hi Raji&lt;BR /&gt;&lt;BR /&gt;That should read &lt;BR /&gt;&lt;BR /&gt;ps -aef | grep mountd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sorry.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 17 Apr 2002 18:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705585#M587247</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-17T18:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705586#M587248</link>
      <description>You can start nfsd by using&lt;BR /&gt;#/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 17 Apr 2002 18:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705586#M587248</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-17T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705587#M587249</link>
      <description>hi,&lt;BR /&gt;on the server side :&lt;BR /&gt;#portmap&lt;BR /&gt;#rpcd&lt;BR /&gt;#nfsd 4&lt;BR /&gt;#rpc.lockd&lt;BR /&gt;#rpc.statd&lt;BR /&gt;&lt;BR /&gt;on the client side:&lt;BR /&gt;#portmap&lt;BR /&gt;#rpcd&lt;BR /&gt;#rpc.mountd&lt;BR /&gt;&lt;BR /&gt;for permanent changes&lt;BR /&gt;edit configuration file : /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 18 Apr 2002 03:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-error/m-p/2705587#M587249</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-18T03:15:24Z</dc:date>
    </item>
  </channel>
</rss>

