<?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: LVM issue. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4407111#M352540</link>
    <description>Hello Ravi,&lt;BR /&gt;&lt;BR /&gt;Here is what you can follow:&lt;BR /&gt;&lt;BR /&gt;View the current consistency recovery policy&lt;BR /&gt;# lvdisplay /dev/vg01/data&lt;BR /&gt;Consistency Recovery MWC&lt;BR /&gt;Disable the MWC&lt;BR /&gt;# umount /data&lt;BR /&gt;# lvchange â  M n â  c y /dev/vg01/data&lt;BR /&gt;# mount /data&lt;BR /&gt;Verify that the change succeeded&lt;BR /&gt;# lvdisplay /dev/vg01/data&lt;BR /&gt;Consistency Recovery NOMWC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*The MWC policy introduces some runtime overhead, but guarantees fast consistency&lt;BR /&gt;recovery after a system crash, even for very large logical volumes. The MWC policy is&lt;BR /&gt;appropriate for most data logical volumes, especially for very large logical volumes that&lt;BR /&gt;would take a long time to resynchronize after a crash without the MWC/MCR.&lt;BR /&gt;â ¢ The NOMWC policy requires no runtime overhead, but may take longer to recover mirror&lt;BR /&gt;consistency after a system crash. The NOMWC policy is appropriate when runtime&lt;BR /&gt;performance is critical, and recovery time is less of concern.&lt;BR /&gt;&lt;BR /&gt;NOMWC&lt;BR /&gt;If you choose to use the NOMWC policy, and a system crash occurs, LVM will spawn&lt;BR /&gt;nomwcsyncd daemons at activation time to resynchronize each mirrored logical volume that&lt;BR /&gt;was open at the time of the crash.&lt;BR /&gt;&lt;BR /&gt;nomwcsyncd doesnâ  t just synchronize portions of the logical volume that had pending writes&lt;BR /&gt;at the time of the crash; it synchronizes the entire logical volume from top to bottom. For&lt;BR /&gt;large logical volumes this may take a long time. Fortunately, the daemon runs in the&lt;BR /&gt;background so system activity may proceed while LVM does the synchronization.&lt;BR /&gt;&lt;BR /&gt;â ¢ The NONE policy requires no runtime overhead, but leaves your mirrors in an&lt;BR /&gt;inconsistent state after a system crash. This policy is often used for swap logical&lt;BR /&gt;volumes.&lt;BR /&gt;&lt;BR /&gt;Extracts taken from LVM student's guide.&lt;BR /&gt;&lt;BR /&gt;Hope this helps !&lt;BR /&gt;R.K.</description>
    <pubDate>Fri, 24 Apr 2009 04:52:09 GMT</pubDate>
    <dc:creator>R.K. #</dc:creator>
    <dc:date>2009-04-24T04:52:09Z</dc:date>
    <item>
      <title>LVM issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4407110#M352539</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have old lvs which have Consistency Recovery as NOMWC. I have created a new vg and lvols in that vgs. However i am unable to set the Consistency Recovery as NOMWC . It is showing as MWC. This is a 2 node cluster.&lt;BR /&gt;&lt;BR /&gt;Should i use vgchange or lvchange.&lt;BR /&gt;I did this:&lt;BR /&gt;Turn the mirror write cache off on a logical volume:&lt;BR /&gt;&lt;BR /&gt;lvchange -M n /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;Can some one help me on this with complete syntax.&lt;BR /&gt;&lt;BR /&gt;Also, please explain MWC NOMWC NONE options.&lt;BR /&gt;&lt;BR /&gt;~Ravi</description>
      <pubDate>Fri, 24 Apr 2009 02:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4407110#M352539</guid>
      <dc:creator>Nath_3</dc:creator>
      <dc:date>2009-04-24T02:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: LVM issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4407111#M352540</link>
      <description>Hello Ravi,&lt;BR /&gt;&lt;BR /&gt;Here is what you can follow:&lt;BR /&gt;&lt;BR /&gt;View the current consistency recovery policy&lt;BR /&gt;# lvdisplay /dev/vg01/data&lt;BR /&gt;Consistency Recovery MWC&lt;BR /&gt;Disable the MWC&lt;BR /&gt;# umount /data&lt;BR /&gt;# lvchange â  M n â  c y /dev/vg01/data&lt;BR /&gt;# mount /data&lt;BR /&gt;Verify that the change succeeded&lt;BR /&gt;# lvdisplay /dev/vg01/data&lt;BR /&gt;Consistency Recovery NOMWC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*The MWC policy introduces some runtime overhead, but guarantees fast consistency&lt;BR /&gt;recovery after a system crash, even for very large logical volumes. The MWC policy is&lt;BR /&gt;appropriate for most data logical volumes, especially for very large logical volumes that&lt;BR /&gt;would take a long time to resynchronize after a crash without the MWC/MCR.&lt;BR /&gt;â ¢ The NOMWC policy requires no runtime overhead, but may take longer to recover mirror&lt;BR /&gt;consistency after a system crash. The NOMWC policy is appropriate when runtime&lt;BR /&gt;performance is critical, and recovery time is less of concern.&lt;BR /&gt;&lt;BR /&gt;NOMWC&lt;BR /&gt;If you choose to use the NOMWC policy, and a system crash occurs, LVM will spawn&lt;BR /&gt;nomwcsyncd daemons at activation time to resynchronize each mirrored logical volume that&lt;BR /&gt;was open at the time of the crash.&lt;BR /&gt;&lt;BR /&gt;nomwcsyncd doesnâ  t just synchronize portions of the logical volume that had pending writes&lt;BR /&gt;at the time of the crash; it synchronizes the entire logical volume from top to bottom. For&lt;BR /&gt;large logical volumes this may take a long time. Fortunately, the daemon runs in the&lt;BR /&gt;background so system activity may proceed while LVM does the synchronization.&lt;BR /&gt;&lt;BR /&gt;â ¢ The NONE policy requires no runtime overhead, but leaves your mirrors in an&lt;BR /&gt;inconsistent state after a system crash. This policy is often used for swap logical&lt;BR /&gt;volumes.&lt;BR /&gt;&lt;BR /&gt;Extracts taken from LVM student's guide.&lt;BR /&gt;&lt;BR /&gt;Hope this helps !&lt;BR /&gt;R.K.</description>
      <pubDate>Fri, 24 Apr 2009 04:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4407111#M352540</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-04-24T04:52:09Z</dc:date>
    </item>
  </channel>
</rss>

