<?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: using mirror between 2 HP DAS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120122#M150618</link>
    <description>thank you Jeff&lt;BR /&gt;&lt;BR /&gt;mirror is on LV level thats good &lt;BR /&gt;&lt;BR /&gt;if i have 4 hard drives as 1 unit included in the same vg , and all of them has lv's &lt;BR /&gt;then i should do the following &lt;BR /&gt;1st &lt;BR /&gt;vgextend all disks to the new mirrord ones &lt;BR /&gt;and then &lt;BR /&gt;lvextend &lt;BR /&gt;1---5&lt;BR /&gt;2---6,,,etc &lt;BR /&gt;right ?!!&lt;BR /&gt;&lt;BR /&gt;and if i want to mirror one LV to all 4 drives &lt;BR /&gt;i should lvextend to each device to ensure more redunduncy &lt;BR /&gt;am i right &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 15 Nov 2003 14:00:22 GMT</pubDate>
    <dc:creator>mohammed arafat_2</dc:creator>
    <dc:date>2003-11-15T14:00:22Z</dc:date>
    <item>
      <title>using mirror between 2 HP DAS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120120#M150616</link>
      <description>Hello All &lt;BR /&gt;i'm intending to configure 2 DAS 2300 on my Hp-ux Server Rp8400&lt;BR /&gt;how can use my Mirror Software in this configuration &lt;BR /&gt;, as i understood mirror is between logical volumes &lt;BR /&gt;&lt;BR /&gt;i have 8 hard drives four on each DAS &lt;BR /&gt;the first four shall be configured to contain my Volume Group &lt;BR /&gt;and the other four should be the mirror for that volume group &lt;BR /&gt;by using :&lt;BR /&gt;pvcreate /dev/rdsk/device&lt;BR /&gt;vgextend /dev/vg_name /dev/dsk/device&lt;BR /&gt;lvextend -m 1 /dev/vg_name/lv_name /dev/dsk/device&lt;BR /&gt;&lt;BR /&gt;when i do the vgextend command , shall i vgextend my vloume group on all the mirrord drives &lt;BR /&gt;is that correct and then i lvextend my LV's to any hard drive &lt;BR /&gt;&lt;BR /&gt;i'm really confued here &lt;BR /&gt;thank you</description>
      <pubDate>Sat, 15 Nov 2003 13:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120120#M150616</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-11-15T13:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: using mirror between 2 HP DAS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120121#M150617</link>
      <description>Hi Mohammed,&lt;BR /&gt;&lt;BR /&gt;Mirroring is at the LV level - not the VG or PV level.&lt;BR /&gt;First set up the VG &amp;amp; all LVs with the original disks. Make sure you have all the LVs created.&lt;BR /&gt;Then run lvdisplay /dev/vg_name_lv_name and verify the allocation policy is strict. This prevents mirror copies from occurring on the same disk. You want mirror copies to reside on separate disks. That's the default, but check it anyway. If for some reason allocation is not strict, then use lvchange to set allocation strict.&lt;BR /&gt;Then vgextend the VG containing the LVs to be mirrored with all the other disks to be used as mirrors.&lt;BR /&gt;Then step through the LVs - one at a time - with the &lt;BR /&gt;lvextend -m1 /dev/vg_name/lv_name /dev/dsk/cXtYdZ /dev/dsk/cX2tY2dZ2 etc  # reference all the disks that were *just* added to the VG.&lt;BR /&gt;The mirroring will take some time - the larger the LV size - the longer it will take.&lt;BR /&gt;Afterwards check the LV with &lt;BR /&gt;lvdisplay -v /dev/vg_name/lv_name &lt;BR /&gt;to verify that the mirror copies are indeed on separate PVs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Sat, 15 Nov 2003 13:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120121#M150617</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-15T13:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: using mirror between 2 HP DAS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120122#M150618</link>
      <description>thank you Jeff&lt;BR /&gt;&lt;BR /&gt;mirror is on LV level thats good &lt;BR /&gt;&lt;BR /&gt;if i have 4 hard drives as 1 unit included in the same vg , and all of them has lv's &lt;BR /&gt;then i should do the following &lt;BR /&gt;1st &lt;BR /&gt;vgextend all disks to the new mirrord ones &lt;BR /&gt;and then &lt;BR /&gt;lvextend &lt;BR /&gt;1---5&lt;BR /&gt;2---6,,,etc &lt;BR /&gt;right ?!!&lt;BR /&gt;&lt;BR /&gt;and if i want to mirror one LV to all 4 drives &lt;BR /&gt;i should lvextend to each device to ensure more redunduncy &lt;BR /&gt;am i right &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Nov 2003 14:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120122#M150618</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-11-15T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: using mirror between 2 HP DAS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120123#M150619</link>
      <description>Hi (again) Mohammed,&lt;BR /&gt;&lt;BR /&gt;Just specify all the destination mirror disks for all LVs to be mirrored &amp;amp; let LVM determine the disks used. &lt;BR /&gt;Then check the LV with&lt;BR /&gt;lvdisplay -v | more&lt;BR /&gt;to verify that the mirror copies are indeed on separate PVs.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Sat, 15 Nov 2003 14:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mirror-between-2-hp-das/m-p/3120123#M150619</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-15T14:57:41Z</dc:date>
    </item>
  </channel>
</rss>

