<?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: How to change VxFS filessystem mount options Online? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462796#M210384</link>
    <description>It's perfectly safe - I've done it many times w/o any problems whatsoever.&lt;BR /&gt;Any disk I/O in the queue at the time of the command will use the "old" options &amp;amp; any requests queued after use the "new" options.&lt;BR /&gt;BUT you have to have JFS 3.3 version 4 - or higher - to use -o remount.&lt;BR /&gt;IF the version is less than 4 then vxupgrade must be used and *this* is the one where caution should be used &amp;amp; the DB sould probably be down. Also it must be noted that you can't go from ver2 straight to ver4. Must go to ver3 &amp;amp; *then* go to ver4.&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 13 Jan 2005 12:56:29 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2005-01-13T12:56:29Z</dc:date>
    <item>
      <title>How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462793#M210381</link>
      <description>How to change the following VxFs filesystem mount options Online:&lt;BR /&gt;&lt;BR /&gt;nodatainlog, mincache=direct,convosync=direct&lt;BR /&gt;&lt;BR /&gt;After changes were made how to check and confirm the new mount options.&lt;BR /&gt;&lt;BR /&gt;Then later how to revert back above option online again to original state.&lt;BR /&gt;&lt;BR /&gt;We have Online JFS 3.3 on HP-UX 11i.&lt;BR /&gt;&lt;BR /&gt;The filesystem is only used for Oacle9i datafiles.&lt;BR /&gt;&lt;BR /&gt;I am testing Oracle datafile performance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462793#M210381</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-01-13T12:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462794#M210382</link>
      <description>Hi Gulam,&lt;BR /&gt;&lt;BR /&gt;You need JFS 3.3 ver4 to do this.&lt;BR /&gt;Check the version with:&lt;BR /&gt;fstyp -v /dev/vg_name/lv_name | grep version&lt;BR /&gt;Then IF it's version 4 then the command is:&lt;BR /&gt;mount -F vxfs -o remount,nodatainlog, mincache=direct,convosync=direct /mnt_point&lt;BR /&gt;The remount option is the key.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462794#M210382</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-13T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462795#M210383</link>
      <description>I don't think I'd change the mount options on a filesystem with an active oracle database running on it, even if OnlineJFS could do that.&lt;BR /&gt;&lt;BR /&gt;I'd shut the database to avoid possible data corruption. Maybe I'm just cautious. Once the database is shut down, you can change the mount options the old fashioned way, by using umount and mount.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 13 Jan 2005 12:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462795#M210383</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-13T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462796#M210384</link>
      <description>It's perfectly safe - I've done it many times w/o any problems whatsoever.&lt;BR /&gt;Any disk I/O in the queue at the time of the command will use the "old" options &amp;amp; any requests queued after use the "new" options.&lt;BR /&gt;BUT you have to have JFS 3.3 version 4 - or higher - to use -o remount.&lt;BR /&gt;IF the version is less than 4 then vxupgrade must be used and *this* is the one where caution should be used &amp;amp; the DB sould probably be down. Also it must be noted that you can't go from ver2 straight to ver4. Must go to ver3 &amp;amp; *then* go to ver4.&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 13 Jan 2005 12:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462796#M210384</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-13T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462797#M210385</link>
      <description>You can't. You will have to umount the filesystem and then mount it again with the -o options specified. Of course, before doing this, you must first shutdown the database.&lt;BR /&gt;&lt;BR /&gt;Assuming that you have a generous amount of memory in this box, you are not going to see much benefit (if any) from these mount options under 11.11. Previous versions (especially 10.20 and 11.0 to a lesser extent) benefitted from bypassing the buffer cache but my tests have shown under 11.11, Oracle performs best with fully cooked files.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462797#M210385</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-13T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462798#M210386</link>
      <description>I hate to contradict you Clay but this dog *can* hunt with the proper JFS layout version.&lt;BR /&gt;&lt;BR /&gt;And a final note to Gulam - Make *sure* the DBAs have a properly sized SGA to handle the DB buffering because that's going to be the *only* buffer that I/O will get at that point.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 13 Jan 2005 13:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462798#M210386</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-13T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462799#M210387</link>
      <description>Ooops, since you are running OnlineJFS 3.3, you can use the remount option but again, I think you are going to find that this is a waste of time under 11.11.</description>
      <pubDate>Thu, 13 Jan 2005 13:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462799#M210387</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-13T13:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462800#M210388</link>
      <description>Thanks everybody.&lt;BR /&gt;&lt;BR /&gt;One last thing,how to revert it back online?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;gulam.</description>
      <pubDate>Thu, 13 Jan 2005 13:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462800#M210388</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-01-13T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to change VxFS filessystem mount options Online?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462801#M210389</link>
      <description>OK - before you change it do a &lt;BR /&gt;mount -v &lt;BR /&gt;and not the options as they are now.&lt;BR /&gt;Then when going back just do&lt;BR /&gt;mount -F vxfs -o remount,???log,mincache=???,convosync=??? /mnt_point&lt;BR /&gt;replacing the ??? with the current settings.&lt;BR /&gt;Simple as that.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 13 Jan 2005 13:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-vxfs-filessystem-mount-options-online/m-p/3462801#M210389</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-13T13:18:08Z</dc:date>
    </item>
  </channel>
</rss>

