<?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 Query regarding FS mount point options in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296131#M605969</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to create and&amp;nbsp; mount SAP filesystems with following options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;largefiles,mincache=direct,convosync=direct,cio,delaylog,nodatainlog 0 2﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I dont have Online JFS and the OS is 11.31.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So just want to confirm.&amp;nbsp; is this True.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And how do I check whether Filesystems on other Servers are mounted with same options. Will fstyp show me the details ( I dont have a HPUX server at hand right now to check,&amp;nbsp; so please help)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2011 07:27:58 GMT</pubDate>
    <dc:creator>OScar123</dc:creator>
    <dc:date>2011-08-10T07:27:58Z</dc:date>
    <item>
      <title>Query regarding FS mount point options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296131#M605969</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to create and&amp;nbsp; mount SAP filesystems with following options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;largefiles,mincache=direct,convosync=direct,cio,delaylog,nodatainlog 0 2﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I dont have Online JFS and the OS is 11.31.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So just want to confirm.&amp;nbsp; is this True.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And how do I check whether Filesystems on other Servers are mounted with same options. Will fstyp show me the details ( I dont have a HPUX server at hand right now to check,&amp;nbsp; so please help)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 07:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296131#M605969</guid>
      <dc:creator>OScar123</dc:creator>
      <dc:date>2011-08-10T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding FS mount point options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296223#M605970</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, i guess you need online jfs to use cio options. Verify with swlist commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If OnlineJFS is installed, proceed to&amp;nbsp;create new logical volume&lt;/P&gt;&lt;P&gt;# lvcreate -L 10240 -n lvdata /dev/vg01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create new filesystem&lt;/P&gt;&lt;P&gt;# mkfs -F vxfs -o largefiles /dev/vg01/rlvdata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try with adding below entries in /etc/fstab.&lt;/P&gt;&lt;P&gt;/dev/vg01/lvdata &amp;nbsp;/data &amp;nbsp; vxfs &amp;nbsp; largefiles,mincache=direct,cio,delaylog,nodatainlog 0 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mount it&lt;/P&gt;&lt;P&gt;# mount /data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check if other servers mounted by verifying their /etc/fstab entries or from `mount` command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 08:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296223#M605970</guid>
      <dc:creator>Khairy</dc:creator>
      <dc:date>2011-08-10T08:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding FS mount point options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296353#M605971</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;&amp;gt; largefiles,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;mincache=direct,convosync=direct,cio&lt;/FONT&gt;&lt;/STRONG&gt;,delaylog,nodatainlog 0 2﻿&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;These &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;options&lt;/FONT&gt;&lt;/STRONG&gt; require the optional (but I think they should be mandatory for production database servers) product Online JFS. If you're spending the money to run SAP, you should invest in Online JFS (new mount options and online lvol resizing), Glance PlusPak (performance monitoring) and if you have any JBOD storage, get Mirror/UX. To see which of these products are installed on any system, use swlist:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF" size="2"&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;# swlist | grep -ie onlinejfs -e glance -e mirror&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF" size="2"&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&amp;nbsp; B2491BA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MirrorDisk/UX (Server)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF" size="2"&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&amp;nbsp; B3701AA﻿&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.05.00.050&amp;nbsp;&amp;nbsp; HP GlancePlus/UX Pak for 11.31&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF" size="2"&gt;&lt;STRONG&gt;&lt;FONT face="lucida sans unicode,lucida sans"&gt;&amp;nbsp; B3929FB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.05.00.02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OnlineJFS for Veritas File System 5.0 Bundle﻿&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;The&amp;nbsp;command&amp;nbsp; &lt;/FONT&gt;&lt;FONT color="#0000FF" size="2"&gt;&lt;STRONG&gt;mount -p&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt; will show you the current mount options.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 11:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-regarding-fs-mount-point-options/m-p/5296353#M605971</guid>
      <dc:creator>leewilliam99</dc:creator>
      <dc:date>2011-08-10T11:45:26Z</dc:date>
    </item>
  </channel>
</rss>

