<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284512#M335863</link>
    <description>Run below command on client&lt;BR /&gt;&lt;BR /&gt;mount -F nfs NFS_server_name:/home /home01 &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
    <pubDate>Fri, 10 Oct 2008 08:43:02 GMT</pubDate>
    <dc:creator>SKR_1</dc:creator>
    <dc:date>2008-10-10T08:43:02Z</dc:date>
    <item>
      <title>NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284509#M335860</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;     Mine is hp-ux 11.11 servers,my query is, i am trying the following steps to mount NFS filesystem in one of the client&lt;BR /&gt;&lt;BR /&gt;but when i am giving bdf command in client system. o/p shows only filesystems having that local server. &lt;BR /&gt;&lt;BR /&gt;Please any one help me,any changes required.........&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steps :&lt;BR /&gt;&lt;BR /&gt;1.Create /etc/exports file in NFS server.&lt;BR /&gt;&lt;BR /&gt;2./home  -access=myhp entered in /etc/exports file.( myhp is hostname of NFS client system)&lt;BR /&gt;&lt;BR /&gt;3.exportfs -a&lt;BR /&gt;&lt;BR /&gt;4.more /etc/xtab&lt;BR /&gt;&lt;BR /&gt;/home  -access=myhp &lt;BR /&gt;&lt;BR /&gt;5.vi /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;   NFS_CLIENT=0&lt;BR /&gt;&lt;BR /&gt;   NFS_SERVER=1&lt;BR /&gt;&lt;BR /&gt;   NUM_NFSD=16&lt;BR /&gt;&lt;BR /&gt;   NUM_NFSIOD=16&lt;BR /&gt;&lt;BR /&gt;   PCNFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;   START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;6./sbin/init.d/nfs.core start&lt;BR /&gt;&lt;BR /&gt;7./sbin/init.d/nfs.server start &lt;BR /&gt;&lt;BR /&gt;IN CLIENT SYSTEM: steps&lt;BR /&gt;&lt;BR /&gt;1. vi /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;   NFS_CLIENT=1&lt;BR /&gt;&lt;BR /&gt;   NFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;   NUM_NFSD=0&lt;BR /&gt;&lt;BR /&gt;   NUM_NFSIOD=16&lt;BR /&gt;&lt;BR /&gt;   PCNFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;   START_MOUNTD=0&lt;BR /&gt;&lt;BR /&gt;2.mkdir home01&lt;BR /&gt;&lt;BR /&gt;3.vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;myhp:/home /home01 nfs rw 0 0&lt;BR /&gt;&lt;BR /&gt;4./sbin/init.d/nfs.core start&lt;BR /&gt;&lt;BR /&gt;5./sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;Ashok&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 07:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284509#M335860</guid>
      <dc:creator>Ashok S T</dc:creator>
      <dc:date>2008-10-10T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284510#M335861</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After making the entry in /etc/fstab in your NFS client, have you mounted the FS on the client ?&lt;BR /&gt;If not, can you try mounting it and tell us if there is any error while mounting.&lt;BR /&gt;&lt;BR /&gt;I have observed, not sure why, it was required to give the fully qualified host name of your server to which you want to give access in the option e.g. -access=myhp.domain1.local&lt;BR /&gt;and then try resporting and mount on NFS client server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Fri, 10 Oct 2008 08:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284510#M335861</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-10-10T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284511#M335862</link>
      <description>Steps to do.......&lt;BR /&gt;&lt;BR /&gt;In server,&lt;BR /&gt;Edit /etc/exports accordingly....., what you have done here is correct.&lt;BR /&gt;&lt;BR /&gt;# exportfs -a&lt;BR /&gt;&lt;BR /&gt;In client,&lt;BR /&gt;&lt;BR /&gt;# mount myhp:/home /home01&lt;BR /&gt;&lt;BR /&gt;Simple.... is it???!!&lt;BR /&gt;&lt;BR /&gt;And check the bdf o/p to confirm it... If ur getting any error, post it here.&lt;BR /&gt;&lt;BR /&gt;Troubleshooting...&lt;BR /&gt;Try to ping the server from both hosts&lt;BR /&gt;Try nslookup for host name resolution&lt;BR /&gt;# showmount from the server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Sreekanth</description>
      <pubDate>Fri, 10 Oct 2008 08:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284511#M335862</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-10-10T08:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284512#M335863</link>
      <description>Run below command on client&lt;BR /&gt;&lt;BR /&gt;mount -F nfs NFS_server_name:/home /home01 &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Fri, 10 Oct 2008 08:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284512#M335863</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-10T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284513#M335864</link>
      <description>Hi Ashok,&lt;BR /&gt;&lt;BR /&gt;One thing I observed from your steps is, you are exporting the filesystem before you start the NFS services. Not sure you exported after starting the services or not.&lt;BR /&gt;&lt;BR /&gt;Anyway if # showmount -e shows the filesystem is exported to that client then server side is ok.&lt;BR /&gt;&lt;BR /&gt;Now our questions is that have you tried mounting on client manually? or have you run mount command after putting entry on fstab file? &lt;BR /&gt;&lt;BR /&gt;did you get any errors while mounting?&lt;BR /&gt;Provide the error messages if yes.&lt;BR /&gt;&lt;BR /&gt;Also make sure both client and server is able to resolve their names.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 09:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284513#M335864</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-10T09:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284514#M335865</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; In NFS client /etc/fstab entry was wrong.&lt;BR /&gt;&lt;BR /&gt;Instead of NFS_SERVER_NAME i entered NFS_CLIENT_NAME.&lt;BR /&gt;&lt;BR /&gt; Now i am able to mount.&lt;BR /&gt;&lt;BR /&gt;Entry in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER_HOSTNAME:/home /home01 nfs rw 0 0&lt;BR /&gt;&lt;BR /&gt;Any other different methods is there ..... that means AUTOMOUNT and some other permisions etc...&lt;BR /&gt;&lt;BR /&gt;Please let me know...... &lt;BR /&gt;&lt;BR /&gt;Thanks for your replies&lt;BR /&gt;&lt;BR /&gt;Ashok</description>
      <pubDate>Sun, 12 Oct 2008 02:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issue/m-p/4284514#M335865</guid>
      <dc:creator>Ashok S T</dc:creator>
      <dc:date>2008-10-12T02:32:07Z</dc:date>
    </item>
  </channel>
</rss>

