<?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: it is supported to mirror raw device ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071851#M601097</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;DO lvsplit and confirm the data ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
    <pubDate>Tue, 02 Oct 2007 01:54:09 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2007-10-02T01:54:09Z</dc:date>
    <item>
      <title>it is supported to mirror raw device ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071849#M601095</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i wonder what is the result of mirroring raw device, &lt;BR /&gt;I've already searched any doc but i 've haven't found a lot&lt;BR /&gt;&lt;BR /&gt;i did  a simple test&lt;BR /&gt;*i had created one VG with two pv (PVG)&lt;BR /&gt;lvcreate  + lvextend :&lt;BR /&gt;&lt;BR /&gt;the following syntax is not allowed for raw device:&lt;BR /&gt;lvextend -m 1 /dev/vg01/lvtest /dev/rdsk/cxtxtz&lt;BR /&gt;&lt;BR /&gt;the command works fine with device in block mode:&lt;BR /&gt;lvextend -m 1 /dev/vg01/lvtest /dev/dsk/cxtxtz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) i don't know if my data are really the same  &lt;BR /&gt;because mirroring raw device with disk in block mode ... ???? I've found anything about it&lt;BR /&gt;&lt;BR /&gt;2) it is supported ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the only thing i know is that raw device allow to not use buffer cache to access data faster&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jean-Louis</description>
      <pubDate>Tue, 02 Oct 2007 01:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071849#M601095</guid>
      <dc:creator>Joël Techer</dc:creator>
      <dc:date>2007-10-02T01:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: it is supported to mirror raw device ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071850#M601096</link>
      <description>/usr/sbin/lvextend -m mirror_copies} lv_path [pv_path ... ]&lt;BR /&gt;&lt;BR /&gt;See the man page:&lt;BR /&gt;&lt;BR /&gt;pv_path    The block device path name of a physical volume.&lt;BR /&gt;&lt;BR /&gt;This is the rule.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2007 01:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071850#M601096</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-02T01:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: it is supported to mirror raw device ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071851#M601097</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;DO lvsplit and confirm the data ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Tue, 02 Oct 2007 01:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071851#M601097</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-10-02T01:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: it is supported to mirror raw device ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071852#M601098</link>
      <description>Note that each LV always has its own raw device.&lt;BR /&gt;For example, your /dev/vg01/lvtest has a matching /dev/vg01/rlvtest for raw access.&lt;BR /&gt;&lt;BR /&gt;The "block" and "raw" device entries are just different access methods for the same areas of disk. The first uses the buffer cache and makes some assumptions to try to optimize the data access for typical filesystem use cases. The second is for efficient implementation of applications that have non-filesystem-like data access patterns. The assumption here is that the application is smart enough to do its own caching, if needed.&lt;BR /&gt;&lt;BR /&gt;The lvextend command always requires you to specify the block device(s), because of the way the command is designed. However, once you've extended the lvol, the new capacity is available through the raw lvol device too.&lt;BR /&gt;&lt;BR /&gt;If your application stores its data using the /dev/vg01/rlvtest device, mirroring should work just fine. This is supported.&lt;BR /&gt;&lt;BR /&gt;BUT if you're configured your application to use /dev/rdsk/cxtxdz style devices, you've already bypassed the LVM layer that does the mirroring. If you establish the mirror and keep using /dev/rdsk/cxtxdz, you're effectively corrupting one half of the mirror. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 02 Oct 2007 02:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071852#M601098</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-02T02:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: it is supported to mirror raw device ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071853#M601099</link>
      <description>thank you all for your response.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2007 03:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071853#M601099</guid>
      <dc:creator>Joël Techer</dc:creator>
      <dc:date>2007-10-02T03:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: it is supported to mirror raw device ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071854#M601100</link>
      <description>thank you</description>
      <pubDate>Tue, 02 Oct 2007 04:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-is-supported-to-mirror-raw-device/m-p/5071854#M601100</guid>
      <dc:creator>Joël Techer</dc:creator>
      <dc:date>2007-10-02T04:33:38Z</dc:date>
    </item>
  </channel>
</rss>

