<?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/2827935#M581053</link>
    <description>Todd&lt;BR /&gt;&lt;BR /&gt;It depend upon how much data is being logged, but what would happen if you went for the NFS option and the remote server died.&lt;BR /&gt;&lt;BR /&gt;I would tend to log locally and ftp the file via a cron job to the remote.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
    <pubDate>Thu, 17 Oct 2002 12:03:03 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2002-10-17T12:03:03Z</dc:date>
    <item>
      <title>NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827934#M581052</link>
      <description>What is the performance impact of having an application log locally to a file in a local file system directly vs logging to the same file, except referencing the file via a link in an NFS mount.&lt;BR /&gt;&lt;BR /&gt;My view is the impact is minimal since the link redirection is only done when the file is opened.</description>
      <pubDate>Thu, 17 Oct 2002 11:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827934#M581052</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-10-17T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827935#M581053</link>
      <description>Todd&lt;BR /&gt;&lt;BR /&gt;It depend upon how much data is being logged, but what would happen if you went for the NFS option and the remote server died.&lt;BR /&gt;&lt;BR /&gt;I would tend to log locally and ftp the file via a cron job to the remote.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 17 Oct 2002 12:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827935#M581053</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-17T12:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827936#M581054</link>
      <description>NFS efficiency is usually good, but remember that this traffic all adds up.  If your on a busy network already, your sure to feel impact unless the writes are rare.&lt;BR /&gt;&lt;BR /&gt;If your writing large amounts of Data, keep it local.  If it's output from accounting scripts, etc.. that dont frequently write than no impact at all.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 17 Oct 2002 12:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827936#M581054</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-10-17T12:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827937#M581055</link>
      <description>Just for clarification, I agree it's better just to log direct to the local file, but this question is aimed at solving a disagreement on root cause.&lt;BR /&gt;&lt;BR /&gt;Also, in this case the logfile is opened and remains open for the duration that the process is running ( Tuxedo ).&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 12:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827937#M581055</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-10-17T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827938#M581056</link>
      <description>Also: 1) In case it wasn't clear, the data is still being written to the local file in the local directory, this question just revolves around how the operating system references the file.&lt;BR /&gt;&lt;BR /&gt;      2) I'm not concerned about the NFS server going away, we use ServiceGuard and if that happends I have much bigger problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 12:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827938#M581056</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-10-17T12:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827939#M581057</link>
      <description>There will be some overhead reading the file, however not as painful as the writes which you have local anyway.&lt;BR /&gt;&lt;BR /&gt;Also, to see how much overhead NFS has on your system.&lt;BR /&gt;&lt;BR /&gt;Run Glance and type n - this will show you how much traffic NFS is causing.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 17 Oct 2002 12:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827939#M581057</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-10-17T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827940#M581058</link>
      <description>Todd,&lt;BR /&gt;&lt;BR /&gt;If I read your correctly you are asking what the possible issues are if you log to a file on the local system, but are referencing that file on an NFS mount.  And the nfs mount simply is a link to the local file system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 13:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827940#M581058</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-10-17T13:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827941#M581059</link>
      <description>So the question is will all of the data go through NFS because you reference the local file via an NFS mounted file system?&lt;BR /&gt;&lt;BR /&gt;Or does NFS only get hit on the open, and after that all data goes directly to the local disk?&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 13:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827941#M581059</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-10-17T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827942#M581060</link>
      <description>Sean: Yes in a way, I believe that the NFS link will get referenced on the open() and then no (or little to none ) NFS traffic will occur until probably another open().    Also, even if process does a open(), write(), close(), the NFS traffic will be limited to pulling the directory entry to re-resolve the link for each open()&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 17 Oct 2002 14:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827942#M581060</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-10-17T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827943#M581061</link>
      <description>Todd,&lt;BR /&gt;&lt;BR /&gt;You are correct.  An NFS sym link is just a name.  When the OS encounters a sym link, it merely changes the file to be opened to the referenced file.&lt;BR /&gt;&lt;BR /&gt;So, when you open() the sym link name (on NFS or not), it only retrieves the filename that the sym link points to, then that (pointed to) file is opened.&lt;BR /&gt;&lt;BR /&gt;You will cause no more NFS traffic other than the original directory lookup.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 14:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-performance/m-p/2827943#M581061</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2002-10-17T14:57:58Z</dc:date>
    </item>
  </channel>
</rss>

