<?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 mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497746#M20329</link>
    <description>Hi&lt;BR /&gt;  I am trying to NFS mount from client machine&lt;BR /&gt;I made the entry &lt;BR /&gt;/SD_CDROM -access x.x.x.x&lt;BR /&gt;in server machine&lt;BR /&gt;exportfs -a&lt;BR /&gt;started nfs.server&lt;BR /&gt;and on client machine i started &lt;BR /&gt;nfs.client&lt;BR /&gt;then &lt;BR /&gt;mount -F nfs &lt;SERVER&gt;:/SD_CDROM /CDROM&lt;BR /&gt;  I get the error&lt;BR /&gt;nfs mount: get_fh : &lt;SERVER&gt;:: RPC : Unknown Host&lt;BR /&gt;   What could be the problem&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Praveen&lt;/SERVER&gt;&lt;/SERVER&gt;</description>
    <pubDate>Fri, 23 Feb 2001 15:45:51 GMT</pubDate>
    <dc:creator>Praveen Bezawada</dc:creator>
    <dc:date>2001-02-23T15:45:51Z</dc:date>
    <item>
      <title>NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497746#M20329</link>
      <description>Hi&lt;BR /&gt;  I am trying to NFS mount from client machine&lt;BR /&gt;I made the entry &lt;BR /&gt;/SD_CDROM -access x.x.x.x&lt;BR /&gt;in server machine&lt;BR /&gt;exportfs -a&lt;BR /&gt;started nfs.server&lt;BR /&gt;and on client machine i started &lt;BR /&gt;nfs.client&lt;BR /&gt;then &lt;BR /&gt;mount -F nfs &lt;SERVER&gt;:/SD_CDROM /CDROM&lt;BR /&gt;  I get the error&lt;BR /&gt;nfs mount: get_fh : &lt;SERVER&gt;:: RPC : Unknown Host&lt;BR /&gt;   What could be the problem&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Praveen&lt;/SERVER&gt;&lt;/SERVER&gt;</description>
      <pubDate>Fri, 23 Feb 2001 15:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497746#M20329</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-02-23T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497747#M20330</link>
      <description>Unknown Host - check for the resolution of the server. Can you mount using the IP address instead of the hostname?</description>
      <pubDate>Fri, 23 Feb 2001 15:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497747#M20330</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-02-23T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497748#M20331</link>
      <description>HI&lt;BR /&gt;  When I give IP i get permission denied.. : (</description>
      <pubDate>Fri, 23 Feb 2001 15:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497748#M20331</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-02-23T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497749#M20332</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;- Try to ping hostnames from cleint and server.&lt;BR /&gt;&lt;BR /&gt;- If mount FS as root on client, you have to add -root ... in /etc/exports file of the server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Patrice.</description>
      <pubDate>Fri, 23 Feb 2001 15:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497749#M20332</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2001-02-23T15:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497750#M20333</link>
      <description>I'm surprised no one caught this. On his second error. The hostname error was valid. The second error, we saw he tried mount /SD_CDROM/CDROM. He only exported /SD_CDROM. In order for him to access /SD_CDROM/CDROM, that is what he would have to put in the /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;Chris Stamps</description>
      <pubDate>Sun, 25 Feb 2001 01:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497750#M20333</guid>
      <dc:creator>Christopher Stamps_1</dc:creator>
      <dc:date>2001-02-25T01:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497751#M20334</link>
      <description>I had the same problem, and the solution was that my nfs server was down in the machine where i ran the "exporfs" command.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;...and that's it.&lt;BR /&gt;&lt;BR /&gt;I hope it helps.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;Pablo.</description>
      <pubDate>Fri, 18 Jun 2004 11:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497751#M20334</guid>
      <dc:creator>Gustavo_3</dc:creator>
      <dc:date>2004-06-18T11:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497752#M20335</link>
      <description>the problem is , teh nfs server is not able to resolve the client's hostname. add the client in /etc/hosts in server should fix it.&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Fri, 18 Jun 2004 12:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497752#M20335</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-18T12:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497753#M20336</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; Use the root option on exporting directories as like&lt;BR /&gt; exportfs -iv -o -root=x.x.x.x /SD_CDROM&lt;BR /&gt;&lt;BR /&gt; You are giving access using the ip-address. What is ur entries in the NFS client /etc/hosts file. Did u check the connectivity to server using ping,linkloop.&lt;BR /&gt;&lt;BR /&gt; The problem is because of server connectivity. Check RPC informations and mount informations with&lt;BR /&gt; nfsstat -r&lt;BR /&gt; nfsstat -m&lt;BR /&gt;&lt;BR /&gt; If the rpc informations,no calls will be made for transaction.&lt;BR /&gt;&lt;BR /&gt; Make the proper connectivity between the server and client. Check the hostname resolvation.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 23:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount/m-p/2497753#M20336</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-18T23:59:24Z</dc:date>
    </item>
  </channel>
</rss>

