<?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/2580587#M31753</link>
    <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;You can configure the NFS Server, NFS client, directory export from NFS server server and Mounting exported directories at the client using SAM. &lt;BR /&gt;&lt;BR /&gt;On the Server from where you want to export the directories which should get mounted by clients, use sam to configure the NFS server server capability and export the directory or filesystem.&lt;BR /&gt;&lt;BR /&gt;On the system you want to mount these directories using Sam enable the NFS Client capability and If you want to mount the direcories automatically at the system boot, add them into /etc/fstab using sam. &lt;BR /&gt;&lt;BR /&gt;If on the other hand you want to mount these direcotories as and when required, use the mount command on the command prompt to mount these directory/directories.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Sep 2001 17:06:22 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-09-17T17:06:22Z</dc:date>
    <item>
      <title>NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580583#M31749</link>
      <description>How do I NFS mount a directory so that 2 different machines an access the directory?</description>
      <pubDate>Mon, 17 Sep 2001 16:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580583#M31749</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2001-09-17T16:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580584#M31750</link>
      <description>On the server exporting the NFS directory:&lt;BR /&gt;place exported directory in /etc/exports.  Example: on nfshost /var/mydir -access=host1:host2&lt;BR /&gt;This allows only host1 and host1 machines to NFS mount /var/mydir.&lt;BR /&gt;&lt;BR /&gt;ON host1 and host2, edit /etc/fstab to something like: "nfshost:/var/mydir /local/mydir nfs rw,suid,soft,timeo=14 0 0" where nfshost is the hostname of the NFS server above.&lt;BR /&gt;&lt;BR /&gt;Also make sure NFS server is running on "nfshost" and NFS clients are running on "host1" and "host2" above.  See /etc/rc.config.d/nfsconf to activate NFS server and client at boot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 16:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580584#M31750</guid>
      <dc:creator>Byron Myers</dc:creator>
      <dc:date>2001-09-17T16:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580585#M31751</link>
      <description>On the NFS server side, make sure NFS_SERVER is set to 1 and make sure the nfs daemons are running.  Edit the /etc/exports on this machine and then run exportfs -a&lt;BR /&gt;&lt;BR /&gt;On the NFS client side, make sure NFS_CLIENT is set to 1 and make sure the daemons are running. Then edit /etc/fstab, make the mount point directories and do a mountall.&lt;BR /&gt;&lt;BR /&gt;If all is okay, then the filesystems you exported from the server should be mounted on the client.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 17 Sep 2001 16:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580585#M31751</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-17T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580586#M31752</link>
      <description>I am getting a Permission Denied message when i try to run # mount -aF nfs .&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 17:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580586#M31752</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2001-09-17T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580587#M31753</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;You can configure the NFS Server, NFS client, directory export from NFS server server and Mounting exported directories at the client using SAM. &lt;BR /&gt;&lt;BR /&gt;On the Server from where you want to export the directories which should get mounted by clients, use sam to configure the NFS server server capability and export the directory or filesystem.&lt;BR /&gt;&lt;BR /&gt;On the system you want to mount these directories using Sam enable the NFS Client capability and If you want to mount the direcories automatically at the system boot, add them into /etc/fstab using sam. &lt;BR /&gt;&lt;BR /&gt;If on the other hand you want to mount these direcotories as and when required, use the mount command on the command prompt to mount these directory/directories.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 17:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580587#M31753</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-17T17:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580588#M31754</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;I suspect what is missing on your NFS clients is the mountpoint. Create a mountpoing via mkdir /remotefs1. The mount -F nfs remote_host:/remote_fs /remotefs1.&lt;BR /&gt;&lt;BR /&gt;You must also edit /etc/rc.config.d/nfsconf on both the clients and the server and set NFS_CLIENT=1 and NFS_SERVER=1. You should make sure that you can resolve hostnames in both directions. You can then start the services manually, via SAM, or simply reboot.&lt;BR /&gt;&lt;BR /&gt;Once you can mount manually, you can then either make /etc/fstab entries on the clients or setup the automounter on the clients.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 17:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580588#M31754</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-17T17:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580589#M31755</link>
      <description>Hi&lt;BR /&gt;on server: if you are exporting /home&lt;BR /&gt;1.edit /etc/exports on server&lt;BR /&gt;  /home&lt;BR /&gt;2.edit /etc/rc.config.d/nfsconf &lt;BR /&gt;  NFS_SERVER=1&lt;BR /&gt;3.start nfs server&lt;BR /&gt;   #/etc/rc2.d/K900nfs.sever start&lt;BR /&gt;4 #exportfs -ev  (to export filesystems)&lt;BR /&gt;&lt;BR /&gt;On client&lt;BR /&gt;1. cd /&lt;BR /&gt;2. mkdir tmp_home &lt;BR /&gt;3. edit /etc/rc.config.d/nfsconf&lt;BR /&gt;  NFS_CLIENT=1&lt;BR /&gt;4. start nfs client&lt;BR /&gt;   #/sbin/rc2.d/S430nfs.client start&lt;BR /&gt;5. mount server:/home /tmp_home&lt;BR /&gt;&lt;BR /&gt;man shoumount. useful command.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 17:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2580589#M31755</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-09-17T17:27:00Z</dc:date>
    </item>
  </channel>
</rss>

