<?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/2590175#M857433</link>
    <description>Ooop's got my 1's and 0's the wrong way around !</description>
    <pubDate>Fri, 05 Oct 2001 09:12:39 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2001-10-05T09:12:39Z</dc:date>
    <item>
      <title>NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590173#M857431</link>
      <description>Can anyone give me the command line syntax and&lt;BR /&gt;list any files I will need to edit&lt;BR /&gt;to set up an NFS between two servers.  &lt;BR /&gt;The NFS is to be permanent&lt;BR /&gt;so will require an entry in fstab (I think)&lt;BR /&gt;&lt;BR /&gt;Cheers in advance</description>
      <pubDate>Fri, 05 Oct 2001 09:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590173#M857431</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2001-10-05T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590174#M857432</link>
      <description>see &lt;A href="http://docs.hp.com/hpux/onlinedocs/B1031-90000/B1031-90000.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B1031-90000/B1031-90000.html&lt;/A&gt; for full details ?&lt;BR /&gt;&lt;BR /&gt;key files and commands : &lt;BR /&gt;&lt;BR /&gt;Edit /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    - Change NFS_CLIENT=1 to NFS_CLIENT=0.&lt;BR /&gt;    - Change NFS_SERVER=1 to NFS_SERVER=0.&lt;BR /&gt;&lt;BR /&gt;    - /sbin/init.d/nfs.server start/stop&lt;BR /&gt;    - /sbin/init.d/nfs.client start/stop</description>
      <pubDate>Fri, 05 Oct 2001 09:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590174#M857432</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-10-05T09:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590175#M857433</link>
      <description>Ooop's got my 1's and 0's the wrong way around !</description>
      <pubDate>Fri, 05 Oct 2001 09:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590175#M857433</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-10-05T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590176#M857434</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;At a basic level, edit the /etc/rc.config.d/nfsconf file on each machine to tell the system to start the correct server/client processes.&lt;BR /&gt;&lt;BR /&gt;On the server, add the directories you wish to be available for mounting, and run exportfs to enable it.&lt;BR /&gt;&lt;BR /&gt;On the client add an entry to /etc/fstab of the form:&lt;BR /&gt;&lt;BR /&gt;server:/mnt /mnt nfs rw,hard 0 0 #mount from server&lt;BR /&gt;&lt;BR /&gt;All these can be found in the man pages for:&lt;BR /&gt;&lt;BR /&gt;nfs&lt;BR /&gt;exports&lt;BR /&gt;exportfs&lt;BR /&gt;fstab&lt;BR /&gt;&lt;BR /&gt;Of course, there's a lot more to it than that, automounts, direct/indirect maps, etc.  but this is the basics.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Fri, 05 Oct 2001 09:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590176#M857434</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-10-05T09:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590177#M857435</link>
      <description>I want to access a filesystem called /exports on a server called ben from a server (client) called bill and mount it it on /steve&lt;BR /&gt;would the entry in fstab on bill be.&lt;BR /&gt;&lt;BR /&gt;ben:/exports /steve nfs rw,hard 0 0&lt;BR /&gt;&lt;BR /&gt;What do hard, and 0 0 mean ?&lt;BR /&gt;&lt;BR /&gt;Cheers in advance</description>
      <pubDate>Fri, 05 Oct 2001 09:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590177#M857435</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2001-10-05T09:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590178#M857436</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;"hard" is an option specific to nfs mounts, and it means:&lt;BR /&gt;&lt;BR /&gt;Once the file system is mounted, retry subsequent NFS requests until server responds (default).&lt;BR /&gt;&lt;BR /&gt;It is the default.  To see the other possible options, run "man mount_nfs"&lt;BR /&gt;&lt;BR /&gt;The first 0 is ignored (see man fstab), the second tells the system not to bother fsck'ing this filesystem at boot time.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 10:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590178#M857436</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-10-05T10:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590179#M857437</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;Look at the thred below for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/6-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/6-toc.html&amp;amp;searchterms=Configuring%20NFS%20Server&amp;amp;queryid=20011005-061313" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/6-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/6-toc.html&amp;amp;searchterms=Configuring%20NFS%20Server&amp;amp;queryid=20011005-061313&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/42-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/42-toc.html&amp;amp;searchterms=Configuring%20NFS%20Server&amp;amp;queryid=20011005-061313" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/42-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/42-toc.html&amp;amp;searchterms=Configuring%20NFS%20Server&amp;amp;queryid=20011005-061313&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 12:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590179#M857437</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-05T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590180#M857438</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;To learn more about the different options you can put in /etc/fstab for mounting a NFS filesystem look at the thread below and look for the section "To Change the Default Mount Options "&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/9-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/9-toc.html&amp;amp;searchterms=To%20Verify%20Your%20NFS%20Client%20Configuration%20%20&amp;amp;queryid=20011005-061726" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/9-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/9-toc.html&amp;amp;searchterms=To%20Verify%20Your%20NFS%20Client%20Configuration%20%20&amp;amp;queryid=20011005-061726&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this explain all the options you may want to know about.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 12:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2590180#M857438</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-05T12:16:45Z</dc:date>
    </item>
  </channel>
</rss>

