<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734192#M255019</link>
    <description>On the NFS SERVER in the /etc/rc.config.d/nfsconf file make sure that of these 2 lines:&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;BOTH of those must be set to '1' for the NFS server to function properly.&lt;BR /&gt;&lt;BR /&gt;Once that is done, do the following on the NFS SERVER:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.server stop&lt;BR /&gt;# /sbin/init.d/nfs.core stop&lt;BR /&gt;# /sbin/init.d/nfs.core start&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Feb 2006 16:09:33 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-02-17T16:09:33Z</dc:date>
    <item>
      <title>nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734188#M255015</link>
      <description>Hi people, i am getting this message when i try to mount the filesystem from the server to the client. This is the message i get on the client&lt;BR /&gt;&lt;BR /&gt;# mount newPC_LA:/tesnfs/yahoo /nfs&lt;BR /&gt;nfs mount: get_fh: newPC_LA:: RPC: Program not registered&lt;BR /&gt;nfs mount: get_fh: newPC_LA:: RPC: Program not registered&lt;BR /&gt;nfs mount: retry: retrying(1) for: /nfs after 5 seconds&lt;BR /&gt;nfs mount: retry: giving up on: /nfs</description>
      <pubDate>Fri, 17 Feb 2006 15:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734188#M255015</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-02-17T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734189#M255016</link>
      <description>Hi,&lt;BR /&gt;Looks like NFS server is not started at server end.&lt;BR /&gt;&lt;BR /&gt;On server check: &lt;BR /&gt;nfs.core and nfs.server are started.&lt;BR /&gt;Check all nfs daemons if they are running.&lt;BR /&gt;See if the intended filesystems are there in /etc/exports and then exported. If not use "exportfs -a".&lt;BR /&gt;&lt;BR /&gt;On client side:&lt;BR /&gt;See if nfs.core and nfs.client are started.&lt;BR /&gt;&lt;BR /&gt;Also check whether /etc/rc.config.d/nfsconf is updated properrly.&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 15:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734189#M255016</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-02-17T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734190#M255017</link>
      <description>The problem is on the server.  It's complaining that the server apparently &lt;BR /&gt;isn't running mountd.  Are you sure NFS server has been enabled on the &lt;BR /&gt;server? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it's not running then issue the comand to start it&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.server start</description>
      <pubDate>Fri, 17 Feb 2006 15:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734190#M255017</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2006-02-17T15:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734191#M255018</link>
      <description>i started it again, when i run showmount -e servername nothing comes up. I ran the daemons the nfs.server and nfs.core but nothing happened. When i grep rpc on the server i see all the rpc extensions also, both on the server and the client. Any suggestions.</description>
      <pubDate>Fri, 17 Feb 2006 16:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734191#M255018</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-02-17T16:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734192#M255019</link>
      <description>On the NFS SERVER in the /etc/rc.config.d/nfsconf file make sure that of these 2 lines:&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;BOTH of those must be set to '1' for the NFS server to function properly.&lt;BR /&gt;&lt;BR /&gt;Once that is done, do the following on the NFS SERVER:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.server stop&lt;BR /&gt;# /sbin/init.d/nfs.core stop&lt;BR /&gt;# /sbin/init.d/nfs.core start&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 16:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734192#M255019</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-02-17T16:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734193#M255020</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;it seems nfs service not started on nfs server. Do the following step on the server&lt;BR /&gt;&lt;BR /&gt;#ps -ef |grep nfsd&lt;BR /&gt;&lt;BR /&gt;if it not running..&lt;BR /&gt;&lt;BR /&gt;#vi /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER = 1&lt;BR /&gt;START_MOUNTD = 1&lt;BR /&gt;&lt;BR /&gt;save and come out&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/nfs.server stop&lt;BR /&gt;#/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;#ps -ef |grep nfsd&lt;BR /&gt;&lt;BR /&gt;check the output..&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Feb 2006 18:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734193#M255020</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-19T18:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734194#M255021</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Pls run&lt;BR /&gt;&lt;BR /&gt;#rpcinfo &lt;BR /&gt;&lt;BR /&gt;in the nfs server and check if the rpc ports are open and the entries for nfs is present in it.&lt;BR /&gt;&lt;BR /&gt;This will confirm the running of rpc and nfs services in the server,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Sun, 19 Feb 2006 23:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734194#M255021</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-19T23:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734195#M255022</link>
      <description>check the process information for nfs as,&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep nfs&lt;BR /&gt;&lt;BR /&gt;If you are not having any process then you are not started nfs process well.&lt;BR /&gt;&lt;BR /&gt;check,&lt;BR /&gt;&lt;BR /&gt;# /etc/rc.config.d/nfsconf file for configuration and startup nfs.server and nfs.core in /sbin/init.d/ for server side and nfs.client in client side.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 20 Feb 2006 00:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/3734195#M255022</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-20T00:41:52Z</dc:date>
    </item>
  </channel>
</rss>

