<?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: Mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128350#M628600</link>
    <description>The default mode is parallel but you can select sequential update policy. You are trading off speed for reliability. In practice, there is very little reason to use the sequential update policy because 1) the latency introduced by the UNIX buffer cache and 2) the on-disk cache. Note that even in the case of the write being sent to disk really only means that it got to the disk's on-board buffer rather than written to the disk.</description>
    <pubDate>Tue, 25 Nov 2003 10:44:32 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-11-25T10:44:32Z</dc:date>
    <item>
      <title>Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128343#M628593</link>
      <description>Simple question: for a standard mirrored LV, the writing on the two PEs is performed at the same time or there is a delay between the writing on the 2 disks?&lt;BR /&gt;If there is a crash; the consistency between the two copies is guaranteed?&lt;BR /&gt;Is it possible to change the writing politics to the 2 PEs?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Roberto&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 10:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128343#M628593</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2003-11-25T10:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128344#M628594</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By default, PEs are written in parallel mode. You can change it to sequential by using 'lvchange -d s'. In case of crash, lvm tries to resynchronize all PEs.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 25 Nov 2003 10:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128344#M628594</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-11-25T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128345#M628595</link>
      <description>hi&lt;BR /&gt;have a look to the following link:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/69-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/69-toc.html&amp;amp;searchterms=mirror&amp;amp;queryid=20031125-083348" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/69-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/69-toc.html&amp;amp;searchterms=mirror&amp;amp;queryid=20031125-083348&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;TS</description>
      <pubDate>Tue, 25 Nov 2003 10:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128345#M628595</guid>
      <dc:creator>TSaliba</dc:creator>
      <dc:date>2003-11-25T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128346#M628596</link>
      <description>I think we have some control over this. Do not have a system at hand at the moment.&lt;BR /&gt;&lt;BR /&gt;If my memory serves me right, check manpage for vgcreate. It has got some option for this.</description>
      <pubDate>Tue, 25 Nov 2003 10:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128346#M628596</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-11-25T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128347#M628597</link>
      <description>Roberto,&lt;BR /&gt;&lt;BR /&gt;that is what the "Mirror Write Cache" is for. By default it is enabled and guarantees consistency.&lt;BR /&gt;&lt;BR /&gt;It allows LVM to determine whether all the mirror copies are identical, even across    system crashes.&lt;BR /&gt;&lt;BR /&gt;You can switch it off with lvcreate using "-M n". Then you are save only for deactivting the vg and re-activating, not across a crash.&lt;BR /&gt;&lt;BR /&gt;You can switch consistency recovery off with lvcreate using "-c n". In which case I'd have to ask you why you do mirroring at all .... ;-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Tue, 25 Nov 2003 10:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128347#M628597</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-11-25T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128348#M628598</link>
      <description>Default is parallel writes, you can change this with the -d flag of lvcreate/lvchange.&lt;BR /&gt;&lt;BR /&gt;man lvcreate for info, note the warning about performance if you set schedule to sequential!&lt;BR /&gt;&lt;BR /&gt;Consistency after a crash is influenced by the -c and -M flags. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 25 Nov 2003 10:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128348#M628598</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-11-25T10:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128349#M628599</link>
      <description>It is lvcreate/lvchange&lt;BR /&gt;&lt;BR /&gt;man lvcreate/lvchange</description>
      <pubDate>Tue, 25 Nov 2003 10:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128349#M628599</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-11-25T10:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128350#M628600</link>
      <description>The default mode is parallel but you can select sequential update policy. You are trading off speed for reliability. In practice, there is very little reason to use the sequential update policy because 1) the latency introduced by the UNIX buffer cache and 2) the on-disk cache. Note that even in the case of the write being sent to disk really only means that it got to the disk's on-board buffer rather than written to the disk.</description>
      <pubDate>Tue, 25 Nov 2003 10:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128350#M628600</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-11-25T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128351#M628601</link>
      <description>What Clay is referring to is "Immediate Disk Reporting".  This is a feature found in most modern disk drives.  For those that are really paranoid, this capability can be disabled.  Disabling this feature is NOT reccomended due to the significant performance hit that results.&lt;BR /&gt;&lt;BR /&gt;JL</description>
      <pubDate>Wed, 26 Nov 2003 10:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3128351#M628601</guid>
      <dc:creator>James Lynch</dc:creator>
      <dc:date>2003-11-26T10:40:06Z</dc:date>
    </item>
  </channel>
</rss>

