<?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: Mirroring.... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666357#M242863</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Since you would like to add the disks into single lvol, it's not possible to have a configuration like you want to. The possible way is :&lt;BR /&gt;&lt;BR /&gt;[c1t8d0 plus c1t11d0]&lt;BR /&gt; will be mirror with&lt;BR /&gt;[c10t8d0 plus c10t11d0]&lt;BR /&gt;&lt;BR /&gt;So below is the steps :&lt;BR /&gt;&lt;BR /&gt;1. create the /dev/vg30/lvol1 with /c1t8d0 first, can use SAM for this&lt;BR /&gt;&lt;BR /&gt;2. create a physical volume using pvcreate for other disks (c10t8d0, c1t11d0 and c10t11d0) :&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/c10t8d0&lt;BR /&gt;# pvcreate -f /dev/rdsk/c1t11d0&lt;BR /&gt;# pvcreate -f /dev/rdsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;3. vgextend the rest of the disks : c10t8d0, c1t11d0 and c10t11d0&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/30 /dev/dsk/c10t8d0&lt;BR /&gt;# vgextend /dev/30 /dev/dsk/c1t11d0&lt;BR /&gt;# vgextend /dev/30 /dev/dsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;4. create a mirror copies for /dev/vg30/lvol1 :&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg30/lvol1 /dev/dsk/c1t11d0 /dev/dsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;Once you finished this, the disks (c1t8d0 plus c1t11d0) will be mirrored with the disks (c10t8d0 plus c10t11d0).&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Nov 2005 03:33:14 GMT</pubDate>
    <dc:creator>Adisuria Wangsadinata_1</dc:creator>
    <dc:date>2005-11-08T03:33:14Z</dc:date>
    <item>
      <title>Mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666353#M242859</link>
      <description>Dear all&lt;BR /&gt;There are 4 New Disk. The disk are listed as below:&lt;BR /&gt;c1t8d0, c10t8d0   &lt;BR /&gt;c1t11d0, c10t11d0&lt;BR /&gt;&lt;BR /&gt;I wish &lt;BR /&gt;c1t8d0  and c10t8d0   &amp;lt;-- mirroring&lt;BR /&gt;c1t11d0 and c10t11d0  &amp;lt;-- mirroring&lt;BR /&gt;&lt;BR /&gt;and I want to make a new volumne group. (/dev/vg13/lvol1)&lt;BR /&gt;&lt;BR /&gt;plea.se tell me whether composition is possible&lt;BR /&gt;I am sorry, but wished to record command.</description>
      <pubDate>Mon, 07 Nov 2005 23:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666353#M242859</guid>
      <dc:creator>Kyu-Yong Kwon</dc:creator>
      <dc:date>2005-11-07T23:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666354#M242860</link>
      <description>c1t8d0 and c10t8d0 &amp;lt;-- mirroring - vg00&lt;BR /&gt;c1t11d0 and c10t11d0 &amp;lt;-- mirroring -- vg13&lt;BR /&gt;&lt;BR /&gt;This is fine. Depending upon what OS(which version) is, the mirroring procedure will vary. Particularly with 11.23, it is a bit different.</description>
      <pubDate>Mon, 07 Nov 2005 23:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666354#M242860</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-07T23:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666355#M242861</link>
      <description>Hello Kyu,&lt;BR /&gt;&lt;BR /&gt;See attached file. it will help u to all in LVM.&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Mon, 07 Nov 2005 23:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666355#M242861</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-11-07T23:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666356#M242862</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is no problem in getting this done.&lt;BR /&gt;&lt;BR /&gt;Follow these steps after finding out the disk space using "diskinfo -v /dev/rdsk/c1t8d0" &amp;amp;&lt;BR /&gt;"diskinfo -v /dev/rdsk/c1t11d0"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#pvcreate /dev/rdsk/c1t8d0 ( Repeat for other three disks)&lt;BR /&gt;#mkdir /dev/vg13&lt;BR /&gt;#mknod /dev/vg13/group c 64 0x??0000&lt;BR /&gt;&lt;BR /&gt;(Where ?? is the next unique no. available on your box. Find out by listing existing by "ll /dev/*/group")&lt;BR /&gt;&lt;BR /&gt;#vgcreate -e 10000 -s 32 /dev/vg13 /dev/dsk/c1t8d0 /dev/dsk/c10t8d0 /dev/dsk/c1t11d0 /dev/dsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;For the mirroring to be lying on exact disks specify disk devices in lvcreate and lvextend like this.&lt;BR /&gt;#lvcreate -L xxxx /dev/vg13 /dev/dsk/c1t8d10&lt;BR /&gt;&lt;BR /&gt;Where xxxx is the LVOL size in MBs. Repeat same if XXXX is less than full space available on disk /dev/dsk/c1t8d0 for other LVOLs but the total space should not extend size of /dev/dsk/c1t8d10&lt;BR /&gt;&lt;BR /&gt;Now for LVOLs to be created on other disk define that disk as aggument to lvcreate&lt;BR /&gt;#lvcreate -L xxxx /dev/vg13 /dev/dsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;here xxxx is the LVOL size in MBs. Repeat same if XXXX is less than full space available on disk /dev/dsk/c1t8d0 for other LVOLs but the total space should not extend size of /dev/dsk/c10t11d10&lt;BR /&gt;&lt;BR /&gt;While create copy of the disk define second disk in pair as option to lvextend&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg13/lvol1 1/dev/dsk/c10t8d0&lt;BR /&gt;&lt;BR /&gt;Repeat for other LVOLs on this disk. Then do the same for other pair of disks.&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg13/lvol? /dev/dsk/c1t11d0&lt;BR /&gt;&lt;BR /&gt;And repeat same for other LVOLs on this disk.&lt;BR /&gt;&lt;BR /&gt;A better option I would suggest in this scenario will be to use to use DISTRIBUTED allocation also alongwith strict allocation policy.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 08 Nov 2005 01:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666356#M242862</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-08T01:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666357#M242863</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Since you would like to add the disks into single lvol, it's not possible to have a configuration like you want to. The possible way is :&lt;BR /&gt;&lt;BR /&gt;[c1t8d0 plus c1t11d0]&lt;BR /&gt; will be mirror with&lt;BR /&gt;[c10t8d0 plus c10t11d0]&lt;BR /&gt;&lt;BR /&gt;So below is the steps :&lt;BR /&gt;&lt;BR /&gt;1. create the /dev/vg30/lvol1 with /c1t8d0 first, can use SAM for this&lt;BR /&gt;&lt;BR /&gt;2. create a physical volume using pvcreate for other disks (c10t8d0, c1t11d0 and c10t11d0) :&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/c10t8d0&lt;BR /&gt;# pvcreate -f /dev/rdsk/c1t11d0&lt;BR /&gt;# pvcreate -f /dev/rdsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;3. vgextend the rest of the disks : c10t8d0, c1t11d0 and c10t11d0&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/30 /dev/dsk/c10t8d0&lt;BR /&gt;# vgextend /dev/30 /dev/dsk/c1t11d0&lt;BR /&gt;# vgextend /dev/30 /dev/dsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;4. create a mirror copies for /dev/vg30/lvol1 :&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg30/lvol1 /dev/dsk/c1t11d0 /dev/dsk/c10t11d0&lt;BR /&gt;&lt;BR /&gt;Once you finished this, the disks (c1t8d0 plus c1t11d0) will be mirrored with the disks (c10t8d0 plus c10t11d0).&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2005 03:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666357#M242863</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-11-08T03:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666358#M242864</link>
      <description>Thank you so much..&lt;BR /&gt;Solved problem by your help..</description>
      <pubDate>Tue, 08 Nov 2005 21:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3666358#M242864</guid>
      <dc:creator>Kyu-Yong Kwon</dc:creator>
      <dc:date>2005-11-08T21:42:00Z</dc:date>
    </item>
  </channel>
</rss>

