<?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/2426974#M1668</link>
    <description>One last thing I can think of is that you are using different user id when mounting on this HP-UX box than when mountign on others. The id has to exist on Novell. If that does not help, I'm out of ideas.&lt;BR /&gt;&lt;BR /&gt;Thoms T.</description>
    <pubDate>Wed, 21 Jun 2000 14:36:21 GMT</pubDate>
    <dc:creator>Thomas G. Tudrej</dc:creator>
    <dc:date>2000-06-21T14:36:21Z</dc:date>
    <item>
      <title>NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426963#M1657</link>
      <description>Hi there experts,&lt;BR /&gt;&lt;BR /&gt;We have a problem mounting NFS on a particular HP-UX 10.20 server. We get the message:&lt;BR /&gt;     RPC_REMOTE_PROGRAM_UNAVAILABLE&lt;BR /&gt;&lt;BR /&gt;What could be the problem? Please ask us for more information if needed.&lt;BR /&gt;Tenx&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2000 12:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426963#M1657</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-06-21T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426964#M1658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check "inetd", it should be running, check the manpage. Are you having problems with any orher services like telnet or rlogin on that box?</description>
      <pubDate>Wed, 21 Jun 2000 12:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426964#M1658</guid>
      <dc:creator>Thomas G. Tudrej</dc:creator>
      <dc:date>2000-06-21T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426965#M1659</link>
      <description>do you have the setting sin /etc/rc.config.d/nfsconf?&lt;BR /&gt;&lt;BR /&gt;You need to ensure that  NFS_CLIENT has been set to 1, and then START_MOUNTD=1&lt;BR /&gt;You would then need to reboot the system and ensure that the entry in rc.log shows it has started ok.&lt;BR /&gt;If this does not work, or is set, you would need to check portmap is running etc.</description>
      <pubDate>Wed, 21 Jun 2000 12:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426965#M1659</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-06-21T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426966#M1660</link>
      <description>Sounds like the processes for rpc are not running. There are 4 of them.&lt;BR /&gt;/usr/sbin/rpc.lockd&lt;BR /&gt;/usr/sbin/rpc.statd&lt;BR /&gt;/opt/dcr/sbin/rpcd&lt;BR /&gt;/usr/sbin/rpc.mountd&lt;BR /&gt;Be careful on the order they are started. &lt;BR /&gt;&lt;BR /&gt;Also see if the nfsd and biod processes are running.&lt;BR /&gt;(ps -ef | grep nfs)&lt;BR /&gt;(ps -ef | grep biod)&lt;BR /&gt;&lt;BR /&gt;Check in the /etc/rc.config.d/nfsconf the see if the NFS services (server and/or client) are set to start on boot. If not, change to "1".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2000 12:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426966#M1660</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-21T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426967#M1661</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick anwser. I actually mean that I cannot connect from a HP-UX server to a Novell server; inetd is running and I can connect through telnet. All other servers do not have any problems when connecting to Novell. &lt;BR /&gt;&lt;BR /&gt;Martijn</description>
      <pubDate>Wed, 21 Jun 2000 12:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426967#M1661</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-06-21T12:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426968#M1662</link>
      <description>Hello M.J.&lt;BR /&gt;Just do the following:&lt;BR /&gt;-You must know the host machine and the file system's directory. Use ping to varify&lt;BR /&gt;-Enable network services through SAM&lt;BR /&gt;-Add exported file system&lt;BR /&gt;-Make sure /etc/rc.config.d/nfsconf on the server has NFS_SERVER=1 and START_MOUNTD=1. Run the line command "/usr/sbin/exportfs -a".&lt;BR /&gt;-On the Client server, create the mount pt, use SAM to enable NFS client and Automounter.&lt;BR /&gt;Check /etc/rc.config.d/nfsconf for NFS_CLIENT=1; AUTOMOUNT=1 and START_MOUNT=1.&lt;BR /&gt;-Run the command on the server: "/sbin/init.d/nfs.server start&lt;BR /&gt;-On the client run: "/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;You don't have to reboot the servers.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2000 12:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426968#M1662</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-21T12:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426969#M1663</link>
      <description>My first guess would something is not running on the Novell side.&lt;BR /&gt;If you have the PRC processes, the filesystems are being exported, you can connect via telnet and communicate is other ways, I would look at Novell. Are there RPC services needed over there as well?</description>
      <pubDate>Wed, 21 Jun 2000 13:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426969#M1663</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-21T13:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426970#M1664</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;All your statements were there and running but did not resolve the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks anyway</description>
      <pubDate>Wed, 21 Jun 2000 14:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426970#M1664</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-06-21T14:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426971#M1665</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Can you NFS mount to this Novell box from other HP-UX boxes? If not, problem is definiately on Novell side. There is an admin  utility on Novell, similar to SAM, "syscon". Compare disk volume setup, permissions if any to another Novell box that is working.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Wed, 21 Jun 2000 14:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426971#M1665</guid>
      <dc:creator>Thomas G. Tudrej</dc:creator>
      <dc:date>2000-06-21T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426972#M1666</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;All other servers do not have any problems  connecting to Novell. Just this one server.&lt;BR /&gt;&lt;BR /&gt;Martijn&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2000 14:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426972#M1666</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-06-21T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426973#M1667</link>
      <description>M.J,&lt;BR /&gt;Check you /var/adm/inetd.sec file to see if the server is allowed or denied&lt;BR /&gt;for rpc and mountd.&lt;BR /&gt;This is an additional security file for inetd.conf file.</description>
      <pubDate>Wed, 21 Jun 2000 14:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426973#M1667</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-21T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426974#M1668</link>
      <description>One last thing I can think of is that you are using different user id when mounting on this HP-UX box than when mountign on others. The id has to exist on Novell. If that does not help, I'm out of ideas.&lt;BR /&gt;&lt;BR /&gt;Thoms T.</description>
      <pubDate>Wed, 21 Jun 2000 14:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426974#M1668</guid>
      <dc:creator>Thomas G. Tudrej</dc:creator>
      <dc:date>2000-06-21T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426975#M1669</link>
      <description>We've found the problem: it is a version difference of NFS on both servers, so mounting with the option "-o vers=2" clears the problem &lt;BR /&gt;Thank you all for your help!&lt;BR /&gt;Martijn</description>
      <pubDate>Thu, 22 Jun 2000 12:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2426975#M1669</guid>
      <dc:creator>M.J. van der Meer</dc:creator>
      <dc:date>2000-06-22T12:10:35Z</dc:date>
    </item>
  </channel>
</rss>

