<?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: mount option using JFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602362#M855920</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The nodatainlog is certainly true for most cases. The idea is that the filesystem changes AND the data is written to a log within the filesystem then then data is written into the filesystem blocks at a later time. This is great for integrity when filesystem internal values are changing - like new files being created or files removed or new blocks added to an existing files and the last written data in also in the log. In most cases, this is a good thing, we have to write to the log and while the head is correctly positioned we can write data to the log and return. The transfer to the actual file takes place a bit later. However, database file are pre-allocated; the filesystem doesn't need to be updated. Now ask yourself, how many times does the data get wriiten with nodatainlog - once. With datainlog - twice.&lt;BR /&gt;&lt;BR /&gt;However, the real test is to simply change the mount options and measure; always ask the box about the best method.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Oct 2001 19:58:08 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-10-26T19:58:08Z</dc:date>
    <item>
      <title>mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602353#M855911</link>
      <description>We have on-line JFS product in our database server . Iam planning to use the following options to mount my file systems containing datafiles , indexes , redo log , archive logs etc. &lt;BR /&gt;&lt;BR /&gt;mount -F vxfs -o delaylog,mincache=direct,convosync=direct,nodatainlog&lt;BR /&gt;&lt;BR /&gt;While reading the archives , somebody was suggesting to mount only datafiles . I am confused now and needs your opinion. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 17:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602353#M855911</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2001-10-26T17:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602354#M855912</link>
      <description>I think they meant don't place all of these on the same mount point or even the same disk or scsi chain:&lt;BR /&gt;&lt;BR /&gt;datafiles ,indexes , redo log , archive logs etc...&lt;BR /&gt;&lt;BR /&gt;Most importantly, seperate your these: Datafiles, indexes  from the archive and redo logs.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;&lt;BR /&gt;harry</description>
      <pubDate>Fri, 26 Oct 2001 17:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602354#M855912</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-26T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602355#M855913</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I would use those option on data files and indices. I would fallback to the more conventional options delaylog, nodatainlog and thus use buffer cache for archive and redo logs. &lt;BR /&gt;&lt;BR /&gt;If all your Oracle data is going to an array, I tend to put both data and indices in the same filesystem and put the archive and redo logs in a another and that's it. I know the DBA's have a heart attack when I do that but send it to the array and let it sort the plater stuff out. That's why I bought it. Now I do stripe each logical volume across multilple I/O channels. If I have three channels, each VG will consist of 3 equally sized LUN's and each LVOL within that VG will be stripped across all three LUN's. The idea is to get data in and out of the array as fast as possible. Doing it this way eliminates the guesswork involved in trying to figure out how busy any particular data file is and where I should put it. &lt;BR /&gt;&lt;BR /&gt;My 3 cents, Clay</description>
      <pubDate>Fri, 26 Oct 2001 17:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602355#M855913</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-26T17:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602356#M855914</link>
      <description>I agree with u suggestion but that is in our "to do task" . What about this option. &lt;BR /&gt;&lt;BR /&gt;rw,nosuid,mincache=direct,convosync=direct,nodatainlog&lt;BR /&gt;&lt;BR /&gt;and how it is differ from my previous mount option. Is it going to work for both datafiles and indexes as well. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 17:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602356#M855914</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2001-10-26T17:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602357#M855915</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe 'rw' is default. 'nosuid' won't let programs get other ids even if suid-ed.&lt;BR /&gt;&lt;BR /&gt;Yes :)&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Fri, 26 Oct 2001 18:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602357#M855915</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-10-26T18:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602358#M855916</link>
      <description>Here is my suggestion:&lt;BR /&gt;&lt;BR /&gt;Data files and indices:&lt;BR /&gt;rw,suid,delaylog,nodatainlog,convosync=direct,mincahce=direct&lt;BR /&gt;&lt;BR /&gt;Archives and redo logs:&lt;BR /&gt;rw,suid,delaylog,nodatainlog&lt;BR /&gt;&lt;BR /&gt;If you run the =direct options, you should probably greatly reduce your buffer cache and use the space for SGA buffers.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 18:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602358#M855916</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-26T18:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602359#M855917</link>
      <description>Hi Deepak&lt;BR /&gt;I would certainly use "datainlog, convosync=direct, mincahce=direct " for all oracle data/index files.&lt;BR /&gt;&lt;BR /&gt;As far I know "datainlog" is default option and is faster in performance than "nodatainlog".&lt;BR /&gt;&lt;BR /&gt;Take a look at following link for details on different options to mount related to VxFS &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B3929-90011/B3929-90011.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B3929-90011/B3929-90011.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Fri, 26 Oct 2001 18:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602359#M855917</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-26T18:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602360#M855918</link>
      <description>Hi clay . &lt;BR /&gt;Here is qoute from JFS document.&lt;BR /&gt;&lt;BR /&gt;"A nodatainlog mode file system should be approximately 50 percent slower than a standard mode VxFS file system for synchronous writes"&lt;BR /&gt;&lt;BR /&gt;Any final thoughts of using nodatainlog v/s datainlog. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 19:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602360#M855918</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2001-10-26T19:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602361#M855919</link>
      <description>thanx prashant for your reply. U now made me little nervous in using "nodatainlog" option. The JFS document did tell taht it is 50 % slower fo synv writes.</description>
      <pubDate>Fri, 26 Oct 2001 19:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602361#M855919</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2001-10-26T19:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602362#M855920</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The nodatainlog is certainly true for most cases. The idea is that the filesystem changes AND the data is written to a log within the filesystem then then data is written into the filesystem blocks at a later time. This is great for integrity when filesystem internal values are changing - like new files being created or files removed or new blocks added to an existing files and the last written data in also in the log. In most cases, this is a good thing, we have to write to the log and while the head is correctly positioned we can write data to the log and return. The transfer to the actual file takes place a bit later. However, database file are pre-allocated; the filesystem doesn't need to be updated. Now ask yourself, how many times does the data get wriiten with nodatainlog - once. With datainlog - twice.&lt;BR /&gt;&lt;BR /&gt;However, the real test is to simply change the mount options and measure; always ask the box about the best method.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 19:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602362#M855920</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-26T19:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: mount option using JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602363#M855921</link>
      <description>Hi Deepak&lt;BR /&gt;I use datainlog option with mincache=direct for my Oracle data file systems.&lt;BR /&gt;Remember one thing of JFS options, you have to sacrifice protection to get speed.&lt;BR /&gt;Based on usage of file systems go to less protection to gain speed.&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 19:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-option-using-jfs/m-p/2602363#M855921</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-26T19:59:39Z</dc:date>
    </item>
  </channel>
</rss>

