<?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: SC10 mirroring in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/sc10-mirroring/m-p/2733479#M4964</link>
    <description>Lets assume that this is what you currently got ..(I'll use the same notation 1,3,5,7,9 and 2,4,6,8,10) since you said you've got 5 VGs created already.&lt;BR /&gt;&lt;BR /&gt;vg01-disk1&lt;BR /&gt;vg02-disk3&lt;BR /&gt;vg03-disk5&lt;BR /&gt;vg04-disk7&lt;BR /&gt;vg05-disk9&lt;BR /&gt;&lt;BR /&gt;I would prefer to use command line if you don't mind. Next vgextend your VGs with the other set of drives.&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/&lt;DISK2&gt;&lt;BR /&gt;# vgextend /dev/vg02 /dev/dsk/&lt;DISK4&gt;&lt;BR /&gt;# vgextend /dev/vg03 /dev/dsk/&lt;DISK6&gt;&lt;BR /&gt;# vgextend /dev/vg04 /dev/dsk/&lt;DISK8&gt;&lt;BR /&gt;# vgextend /dev/vg05 /dev/dsk/&lt;DISK10&gt;&lt;BR /&gt;&lt;BR /&gt;Next when you create your LVs make sure you give a "-m 1" option to tell it to create a mirror copy and since you got only 2 disks in each VG, it'll create the mirrored copies on the other set of disks. For example ..&lt;BR /&gt;&lt;BR /&gt;Creating lvol1 (800MB) in vg01 and make sure 1 copy is mirrored..&lt;BR /&gt;# lvcreate -L 800 -n lvol1 -m 1 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Do ..&lt;BR /&gt;# lvdisplay -v /dev/vg01/lvol1 | more&lt;BR /&gt;and you'll see the extents are now mirrored..&lt;BR /&gt;&lt;BR /&gt;Now create the FS and mount it..&lt;BR /&gt;# newfs -F vxfs /dev/vg01/rlvol1&lt;BR /&gt;# mkdir /test&lt;BR /&gt;# mount /dv/vg01/lvol1 /test&lt;BR /&gt;Remember to edit /etc/fstab to make the mount point permanent.&lt;/DISK10&gt;&lt;/DISK8&gt;&lt;/DISK6&gt;&lt;/DISK4&gt;&lt;/DISK2&gt;</description>
    <pubDate>Wed, 29 May 2002 14:07:14 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-05-29T14:07:14Z</dc:date>
    <item>
      <title>SC10 mirroring</title>
      <link>https://community.hpe.com/t5/disk-enclosures/sc10-mirroring/m-p/2733478#M4963</link>
      <description>I have an A500 "rp2450" with an SC10 with 10 drives. It it is set in as split mode.&lt;BR /&gt;This is a new box so I want to set up the as mirrored. Mirroring drives 1,3,5,7,9 to 2,4,6,8,10.&lt;BR /&gt;I have created 5 vol groups with one drive each. I used sam to do this.&lt;BR /&gt;How do I mirror them to the other 5 drives?&lt;BR /&gt;Can you help?&lt;BR /&gt;Did I miss a step?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 29 May 2002 13:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/sc10-mirroring/m-p/2733478#M4963</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2002-05-29T13:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: SC10 mirroring</title>
      <link>https://community.hpe.com/t5/disk-enclosures/sc10-mirroring/m-p/2733479#M4964</link>
      <description>Lets assume that this is what you currently got ..(I'll use the same notation 1,3,5,7,9 and 2,4,6,8,10) since you said you've got 5 VGs created already.&lt;BR /&gt;&lt;BR /&gt;vg01-disk1&lt;BR /&gt;vg02-disk3&lt;BR /&gt;vg03-disk5&lt;BR /&gt;vg04-disk7&lt;BR /&gt;vg05-disk9&lt;BR /&gt;&lt;BR /&gt;I would prefer to use command line if you don't mind. Next vgextend your VGs with the other set of drives.&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/&lt;DISK2&gt;&lt;BR /&gt;# vgextend /dev/vg02 /dev/dsk/&lt;DISK4&gt;&lt;BR /&gt;# vgextend /dev/vg03 /dev/dsk/&lt;DISK6&gt;&lt;BR /&gt;# vgextend /dev/vg04 /dev/dsk/&lt;DISK8&gt;&lt;BR /&gt;# vgextend /dev/vg05 /dev/dsk/&lt;DISK10&gt;&lt;BR /&gt;&lt;BR /&gt;Next when you create your LVs make sure you give a "-m 1" option to tell it to create a mirror copy and since you got only 2 disks in each VG, it'll create the mirrored copies on the other set of disks. For example ..&lt;BR /&gt;&lt;BR /&gt;Creating lvol1 (800MB) in vg01 and make sure 1 copy is mirrored..&lt;BR /&gt;# lvcreate -L 800 -n lvol1 -m 1 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Do ..&lt;BR /&gt;# lvdisplay -v /dev/vg01/lvol1 | more&lt;BR /&gt;and you'll see the extents are now mirrored..&lt;BR /&gt;&lt;BR /&gt;Now create the FS and mount it..&lt;BR /&gt;# newfs -F vxfs /dev/vg01/rlvol1&lt;BR /&gt;# mkdir /test&lt;BR /&gt;# mount /dv/vg01/lvol1 /test&lt;BR /&gt;Remember to edit /etc/fstab to make the mount point permanent.&lt;/DISK10&gt;&lt;/DISK8&gt;&lt;/DISK6&gt;&lt;/DISK4&gt;&lt;/DISK2&gt;</description>
      <pubDate>Wed, 29 May 2002 14:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/sc10-mirroring/m-p/2733479#M4964</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-29T14:07:14Z</dc:date>
    </item>
  </channel>
</rss>

