<?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: mincache=direct,convosync=direct change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088291#M599152</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;NO POINTS FOR ME IN THIS THREAD!&lt;BR /&gt;&lt;BR /&gt;Duncan, you're absolutely correct --- and it's documented!  I was dead wrong.  I was not aware of the '-o remount':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/mount_vxfs.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/mount_vxfs.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dunan, thanks for the correction!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 16 Jan 2008 15:22:52 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-01-16T15:22:52Z</dc:date>
    <item>
      <title>mincache=direct,convosync=direct change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088288#M599149</link>
      <description>Hello everybody, I need to change some parameters of almost all of my filesystems online, the parameter I need for them are: &lt;BR /&gt;mincache=direct,convosync=direct&lt;BR /&gt;&lt;BR /&gt;I have OnlineJFS and I've already change this on /etc/fstab, but I can't umount the filesystems now as this is a production system.&lt;BR /&gt;Can this be done online?? which is the command I should use?? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 16 Jan 2008 14:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088288#M599149</guid>
      <dc:creator>David Islas González_1</dc:creator>
      <dc:date>2008-01-16T14:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: mincache=direct,convosync=direct change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088289#M599150</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;No, in HP-UX you must unmount the filesystem to affect the change.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 16 Jan 2008 14:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088289#M599150</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-16T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: mincache=direct,convosync=direct change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088290#M599151</link>
      <description>James, are you sure you must umount? I just managed to do this...&lt;BR /&gt;&lt;BR /&gt;# mount -p&lt;BR /&gt;/dev/vg00/lvol3  /        vxfs  ioerror=mwdisable,delaylog   0 1&lt;BR /&gt;/dev/vg00/lvol1  /stand   hfs   defaults                     0 0&lt;BR /&gt;/dev/vg00/lvol8  /var     vxfs  ioerror=mwdisable,delaylog   0 0&lt;BR /&gt;/dev/vg00/lvol7  /usr     vxfs  ioerror=mwdisable,delaylog   0 0&lt;BR /&gt;/dev/vg00/lvol4  /tmp     vxfs  ioerror=mwdisable,delaylog   0 0&lt;BR /&gt;/dev/vg01/lvol1  /oracle  vxfs  ioerror=mwdisable,delaylog   0 0&lt;BR /&gt;/dev/vg00/lvol6  /opt     vxfs  ioerror=mwdisable,delaylog   0 0&lt;BR /&gt;/dev/vg00/lvol5  /home    vxfs  ioerror=mwdisable,delaylog   0 0&lt;BR /&gt;# cd /oracle&lt;BR /&gt;# mount -F vxfs -o mincache=direct,convosync=direct,remount /oracle&lt;BR /&gt;# mount -p&lt;BR /&gt;/dev/vg00/lvol3  /        vxfs  ioerror=mwdisable,delaylog                                          0 1&lt;BR /&gt;/dev/vg00/lvol1  /stand   hfs   defaults                                                            0 0&lt;BR /&gt;/dev/vg00/lvol8  /var     vxfs  ioerror=mwdisable,delaylog                                          0 0&lt;BR /&gt;/dev/vg00/lvol7  /usr     vxfs  ioerror=mwdisable,delaylog                                          0 0&lt;BR /&gt;/dev/vg00/lvol4  /tmp     vxfs  ioerror=mwdisable,delaylog                                          0 0&lt;BR /&gt;/dev/vg01/lvol1  /oracle  vxfs  ioerror=mwdisable,mincache=direct,delaylog,convosync=direct         0 0&lt;BR /&gt;/dev/vg00/lvol6  /opt     vxfs  ioerror=mwdisable,delaylog                                          0 0&lt;BR /&gt;/dev/vg00/lvol5  /home    vxfs  ioerror=mwdisable,delaylog                                          0 0&lt;BR /&gt;# pwd&lt;BR /&gt;/oracle&lt;BR /&gt;&lt;BR /&gt;# uname -sr&lt;BR /&gt;HP-UX B.11.11&lt;BR /&gt;&lt;BR /&gt;# swlist B3929DA&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "c3000"...&lt;BR /&gt;#&lt;BR /&gt;# Target:  c3000:/&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# B3929DA               3.5-ga15-04    HP OnLineJFS 3.5&lt;BR /&gt;  B3929DA.VRTSvxfs      3.5-ga15-01    VERITAS File System with CFS Support&lt;BR /&gt;  B3929DA.FSDOC         3.5-ga15-01    VERITAS File System Documentation&lt;BR /&gt;  B3929DA.OnlineJFS     B.11.11.04     Online features of the VxFS File System&lt;BR /&gt;  B3929DA.VRTSvlic      3.00.007e      VERITAS License Utilities&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 16 Jan 2008 15:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088290#M599151</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-01-16T15:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: mincache=direct,convosync=direct change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088291#M599152</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;NO POINTS FOR ME IN THIS THREAD!&lt;BR /&gt;&lt;BR /&gt;Duncan, you're absolutely correct --- and it's documented!  I was dead wrong.  I was not aware of the '-o remount':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/mount_vxfs.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/mount_vxfs.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dunan, thanks for the correction!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 16 Jan 2008 15:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088291#M599152</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-16T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: mincache=direct,convosync=direct change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088292#M599153</link>
      <description>Thanks a lot, I found this forum too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1200497914395+28353475&amp;amp;threadId=1185858" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1200497914395+28353475&amp;amp;threadId=1185858&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again, I really appreciate your quick answers.</description>
      <pubDate>Wed, 16 Jan 2008 15:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088292#M599153</guid>
      <dc:creator>David Islas González_1</dc:creator>
      <dc:date>2008-01-16T15:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: mincache=direct,convosync=direct change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088293#M599154</link>
      <description>Does that leave all of the files opened by Oracle still open and processes running fine?  If so, that's pretty amazing!</description>
      <pubDate>Wed, 16 Jan 2008 20:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-direct-convosync-direct-change/m-p/5088293#M599154</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-01-16T20:40:02Z</dc:date>
    </item>
  </channel>
</rss>

