<?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 performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893133#M844237</link>
    <description>I think I have enough information to proceed.&lt;BR /&gt;&lt;BR /&gt; - John</description>
    <pubDate>Tue, 29 Mar 2005 15:13:21 GMT</pubDate>
    <dc:creator>John Kittel</dc:creator>
    <dc:date>2005-03-29T15:13:21Z</dc:date>
    <item>
      <title>NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893123#M844227</link>
      <description>Which will give better performance, A or B?&lt;BR /&gt;&lt;BR /&gt;A) 1 filesystem, one directory exported, 10 to 15 clients writing to subdirectories simultaneously.&lt;BR /&gt;&lt;BR /&gt;B) 1 filesystem, 10 to 15 directories exported, each of 10 to 15 clients mounts one of the exported directories and all clients writing simultaneously.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Mon, 28 Mar 2005 20:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893123#M844227</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-03-28T20:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893124#M844228</link>
      <description>As long as 10/15 clients are writing to different _files_&lt;BR /&gt;in case (A), I don't think there would be any significant&lt;BR /&gt;performance difference between (A) and (B).&lt;BR /&gt;&lt;BR /&gt;I would like to know what others think.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2005 20:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893124#M844228</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-28T20:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893125#M844229</link>
      <description>I have no evidence. But I think B is the best. NFS agent can manage all of 15 directory exported/&lt;BR /&gt;Regard&lt;BR /&gt;tienna</description>
      <pubDate>Mon, 28 Mar 2005 21:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893125#M844229</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-03-28T21:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893126#M844230</link>
      <description>There isn't a significant difference between one directory and many directories in NFS. Just like a local disk, the real overhead is finding the required files. Once the files are opened, read/write performance is all dependent on the LAN link, and NFS tuning. The default settings are for casual NFS. Use nfsstat along with Dave Olker's book on NFS for HP-UX to tune the system. Unless everything is 1000BaseT, don't expect local disk performance from NFS, especially over a WAN connection.</description>
      <pubDate>Mon, 28 Mar 2005 21:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893126#M844230</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-28T21:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893127#M844231</link>
      <description>Th real problem with any NFS setup is the ability of clients that have nothing to do with the NFS to clutter up and congest the network.&lt;BR /&gt;&lt;BR /&gt;The problem is any kind of network congestion can bring things down to a halt. I'd recommend Samba for Windows clients as its a bit more robust.&lt;BR /&gt;&lt;BR /&gt;If the clients are HP-UX, the samba client runs on top of nfs so I'm not sure what benefit there is to CIFS/Samba.&lt;BR /&gt;&lt;BR /&gt;I don't see either scenario providing superior performance than the other. I lean toward B and urge you to carefully tune the NFS setup, based on use.&lt;BR /&gt;&lt;BR /&gt;If you can go 1000 BaseT or you can do this NFS work on a VLAN or segmented network where no windows clients can congest you, either scenario should work well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Mar 2005 22:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893127#M844231</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-28T22:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893128#M844232</link>
      <description>Thanks everyone for the answers.&lt;BR /&gt;&lt;BR /&gt;I will begin the search for the book on NFS for HP-UX by Dave Olker.&lt;BR /&gt;&lt;BR /&gt;Server will be HP-UX ( of course). Clients will be VMS, Linux, and Digital Unix clients, writing backups to the NFS directories.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Tue, 29 Mar 2005 11:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893128#M844232</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-03-29T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893129#M844233</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Here's a link that may help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nfs.sourceforge.net/nfs-howto/performance.html" target="_blank"&gt;http://nfs.sourceforge.net/nfs-howto/performance.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Mar 2005 11:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893129#M844233</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-29T11:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893130#M844234</link>
      <description>And here's another resource:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=208116" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=208116&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Mar 2005 11:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893130#M844234</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-29T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893131#M844235</link>
      <description>Last one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000070742574" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000070742574&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Mar 2005 11:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893131#M844235</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-29T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893132#M844236</link>
      <description>Thank you Pete. &lt;BR /&gt;&lt;BR /&gt;I value that input, though I was unsure how to assign points. I hope my solution was satisfactory. Collectively for the 3 answers I thought about 7 or 8 points was about right. But should I give one answer an 8 and the other two answers 0 points? Or as I decided, split the points among the answers.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Tue, 29 Mar 2005 15:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893132#M844236</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-03-29T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893133#M844237</link>
      <description>I think I have enough information to proceed.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Tue, 29 Mar 2005 15:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/4893133#M844237</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-03-29T15:13:21Z</dc:date>
    </item>
  </channel>
</rss>

