<?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 issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877124#M279409</link>
    <description>Also check the time/date on the systems.  If they are to far out of sync NFS will reject you  for security reasons.</description>
    <pubDate>Wed, 11 Oct 2006 07:39:57 GMT</pubDate>
    <dc:creator>Jon Ward_3</dc:creator>
    <dc:date>2006-10-11T07:39:57Z</dc:date>
    <item>
      <title>NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877118#M279403</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;I am using Ignite-UX and am having issues with NFS. On the client, I cannot mount the directory from the server. The directory is correctly exported. &lt;BR /&gt;&lt;BR /&gt;ignclnt:/#:mount ignsvr:/var/opt/ignite/recovery/archives/ignclnt /tmp/test&lt;BR /&gt;Permission denied&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Oct 2006 17:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877118#M279403</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-10-09T17:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877119#M279404</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;there is a message in /var/adm/syslog/syslog.log that may explain further.&lt;BR /&gt;&lt;BR /&gt;Either ownership permissions does not permit it or the limits in /etc/exports on the server is blocking it.&lt;BR /&gt;&lt;BR /&gt;Also TCP wrappers, which I recently learned how to properly use on the RHCE can block access by network/hostnamme etc.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Oct 2006 17:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877119#M279404</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-09T17:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877120#M279405</link>
      <description>Could you elaborate on what you are trying to do? Additionally look into the syslog for relevant error messages and post them here.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Mon, 09 Oct 2006 18:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877120#M279405</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-09T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877121#M279406</link>
      <description>Nothing in syslog&lt;BR /&gt;&lt;BR /&gt;I am trying to add a system for recovery (make_net_recovery) in Ignite-UX, and it's     having problems mounting its filesystems.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 10:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877121#M279406</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-10-10T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877122#M279407</link>
      <description>you have export the following from Ignite server.&lt;BR /&gt;&lt;BR /&gt;/etc/exports file:&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/depot/ignite/archive/Rel_B.11.11 -ro,anon=2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;exportfs -av</description>
      <pubDate>Tue, 10 Oct 2006 10:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877122#M279407</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-10-10T10:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877123#M279408</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;On the client, verify the exported filesystems from the server:&lt;BR /&gt;&lt;BR /&gt;showmount -e ignsvr&lt;BR /&gt;&lt;BR /&gt;Assuming that shows what you're expecting, &lt;BR /&gt;&lt;BR /&gt;ssh ignsvr # Login&lt;BR /&gt;tty        # Note the tty number&lt;BR /&gt;who -R | grep ${tty}  # Note the hostname.&lt;BR /&gt;&lt;BR /&gt;Verify the hostname matches what you're using in the exports if you're using host based access lists on the exports.&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 10:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877123#M279408</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-10-10T10:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877124#M279409</link>
      <description>Also check the time/date on the systems.  If they are to far out of sync NFS will reject you  for security reasons.</description>
      <pubDate>Wed, 11 Oct 2006 07:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877124#M279409</guid>
      <dc:creator>Jon Ward_3</dc:creator>
      <dc:date>2006-10-11T07:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877125#M279410</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you've exhausted all of the normal troubleshooting options (i.e. make sure all the daemons are running, make sure the filesystem is exported properly, make sure the client is in any access lists for the filesystem, etc.) and you're still not able to get the filesystem to mount then you should try enabling debug logging for the rpc.mountd daemon on the server and repeat the failed operation.  The resulting log file will give us a lot more information about why the server is rejecting the mount request.&lt;BR /&gt;&lt;BR /&gt;To enable debug rpc.mountd logging, use ps to find the running rpc.mountd daemon and send that daemon a SIGUSR2 (i.e. kill -17 &lt;PID&gt;).  The daemon will begin logging to the /var/adm/mountd.log file.  Once logging is started issue the failing mount request from the client and then send another SIGUSR2 to the rpc.mountd on the server to turn debug logging off.&lt;BR /&gt;&lt;BR /&gt;Please post the debug rpc.mountd logfile here so that I can examine the contents and hopefully determine why the server is rejecting the mount request.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/PID&gt;</description>
      <pubDate>Wed, 11 Oct 2006 14:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3877125#M279410</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-10-11T14:07:05Z</dc:date>
    </item>
  </channel>
</rss>

