<?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 options --- plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521425#M87005</link>
    <description>If the server or network is heavily loaded and the RPC requests are timing out you can try to increase timeo mount option for the directory.&lt;BR /&gt;&lt;BR /&gt;"Common Problems with NFS" document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B1031-90043/ch07s01.html" target="_blank"&gt;http://docs.hp.com/en/B1031-90043/ch07s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
    <pubDate>Mon, 11 Apr 2005 01:08:05 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2005-04-11T01:08:05Z</dc:date>
    <item>
      <title>nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521422#M87002</link>
      <description>from nfs man:&lt;BR /&gt;timeo=n   The value in tenths of a second      before sending the first retransmission after an RPC timeout.  &lt;BR /&gt;&lt;BR /&gt;I wana know in what scenario/situation an RPC timeout will occur ? Is timeout will occur when nfs server is offline ? or when ? and plz also explain "...first retransmission after an RPC timeout" what retransmission ? I wana know first retransmission of what ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from nfs man:&lt;BR /&gt;intr   If  an  NFS file operation has a major timeout and it is hard mounted, then allow signals to  ....&lt;BR /&gt;&lt;BR /&gt;what is hard mounted ?&lt;BR /&gt;&lt;BR /&gt;Thanking in anticipation&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Apr 2005 12:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521422#M87002</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-04-09T12:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521423#M87003</link>
      <description>Have a read at the following, it is better explained and in more details then in the man pages.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/NFS-HOWTO/" target="_blank"&gt;http://www.tldp.org/HOWTO/NFS-HOWTO/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;J-P Huc</description>
      <pubDate>Sun, 10 Apr 2005 04:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521423#M87003</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-04-10T04:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521424#M87004</link>
      <description>NFS filesystems can be hard or soft mounted. Hard is considered more secure since the client waits until the host becomes available again following any interruption, whereas as soft simply times-out and aborts the connection. Soft mounts are also interruptable, meaning that if a mount was stuck for some reason you could hit Ctrl-C (or whatever the keystroke is), and the connection attempt would terminate.&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2005 09:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521424#M87004</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-04-10T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521425#M87005</link>
      <description>If the server or network is heavily loaded and the RPC requests are timing out you can try to increase timeo mount option for the directory.&lt;BR /&gt;&lt;BR /&gt;"Common Problems with NFS" document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B1031-90043/ch07s01.html" target="_blank"&gt;http://docs.hp.com/en/B1031-90043/ch07s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Mon, 11 Apr 2005 01:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521425#M87005</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-04-11T01:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521426#M87006</link>
      <description>I just tested it. NFS client sends 7 UDP packets to the port mapper of the server. The 2nd packet is sent after 1 seconds, the packets after this have an increasing time interval (4 seconds at the end).&lt;BR /&gt;&lt;BR /&gt;So, in total, the server has more than 20 seconds to answer. If you increase the timeout, the total delay will increase too (didn't test that).&lt;BR /&gt;&lt;BR /&gt;Note that this is only the case if ARP to the router or node already worked. For the test, I removed the portmapper.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 09:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521426#M87006</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-04-11T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521427#M87007</link>
      <description>Dear J-P Huc , Andrew Cowan, Sergejs Svitnevs, and Wim Van den Wyngaert, I m highly thankful to u all for the support.&lt;BR /&gt;&lt;BR /&gt;One more silly question... diff b/w sync and async ? and their usage ? its also explained in the tutorial, but i want your people's  explanation/help for better understand &lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 11 Apr 2005 13:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521427#M87007</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-04-11T13:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: nfs options --- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521428#M87008</link>
      <description>sync is a one way or half duplex type operation. You write then you read.&lt;BR /&gt;&lt;BR /&gt;async allows for reading and writing at the same time.&lt;BR /&gt;&lt;BR /&gt;Databases need asynchronous access for performance reasons.&lt;BR /&gt;&lt;BR /&gt;asynch is riskier to data integrity.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Apr 2005 13:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-options-plz-help/m-p/3521428#M87008</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-11T13:29:50Z</dc:date>
    </item>
  </channel>
</rss>

