<?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: Breaking and recreating a mirrorred disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118458#M447355</link>
    <description>Your proposed steps is the standard approach. However, if you look at your vgdisplay output, &lt;BR /&gt;&lt;BR /&gt;PE size (Mbytes) 8&lt;BR /&gt;Max PE per PV 4095&lt;BR /&gt;&lt;BR /&gt;This means that you can only have 4095 physical extends in each physical volume in this volume group and at 8MB per extend the most space you can use for any physical volume in this VG is 32760MB.&lt;BR /&gt;&lt;BR /&gt;So you need to either allow more PE in the vg or increase the extend size. &lt;BR /&gt;In HP-UX 11.23, vgmodify is available to increase the max PE in the vg. Look in the man page for vgmodify. If you don't have it in 11.23, you need to install it via some patches. Search for vgmodify in this forum to get more details.</description>
    <pubDate>Wed, 09 Jul 2008 10:47:41 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2008-07-09T10:47:41Z</dc:date>
    <item>
      <title>Breaking and recreating a mirrorred disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118456#M447353</link>
      <description>On a machine running HPUX 11.23 I have a SAN data disk of 36GB which is mirrored to a local disk of the same size.&lt;BR /&gt;&lt;BR /&gt;The space used on the SAN disk will shortly be exhausted and I am going to extend it to 146GB. In order to continue with the mirror to the local disk, I am going to replace it with a 146GB physical disk i have purchased.&lt;BR /&gt;&lt;BR /&gt;Here is the current volume group status:&lt;BR /&gt;&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4095&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    8190&lt;BR /&gt;Alloc PE                    8190&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            32760&lt;BR /&gt;   Current LE                  4095&lt;BR /&gt;   Allocated PE                8190&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c20t0d3&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4095&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t1d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4095&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;I am just seeking confirmation that the steps to perform are:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg01/lvol1 /dev/dsk/c20t0d3 &lt;BR /&gt;vgreduce /dev/vg01 /dev/dsk/c20t0d3 &lt;BR /&gt;&lt;BR /&gt;then once the new physical disk is added and scanned in:&lt;BR /&gt;&lt;BR /&gt;#pvcreate /dev/rdsk/xxxxxx&lt;BR /&gt;#vgextend /dev/vg01 /dev/dsk/xxxxxx&lt;BR /&gt;#lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/xxxxxx&lt;BR /&gt;&lt;BR /&gt;Any advice greatly appreciated (and rewarded with suitable points :-) )</description>
      <pubDate>Wed, 09 Jul 2008 10:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118456#M447353</guid>
      <dc:creator>Jason Shannon</dc:creator>
      <dc:date>2008-07-09T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking and recreating a mirrorred disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118457#M447354</link>
      <description>Yes, this is the exact procedure.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 09 Jul 2008 10:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118457#M447354</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-07-09T10:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking and recreating a mirrorred disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118458#M447355</link>
      <description>Your proposed steps is the standard approach. However, if you look at your vgdisplay output, &lt;BR /&gt;&lt;BR /&gt;PE size (Mbytes) 8&lt;BR /&gt;Max PE per PV 4095&lt;BR /&gt;&lt;BR /&gt;This means that you can only have 4095 physical extends in each physical volume in this volume group and at 8MB per extend the most space you can use for any physical volume in this VG is 32760MB.&lt;BR /&gt;&lt;BR /&gt;So you need to either allow more PE in the vg or increase the extend size. &lt;BR /&gt;In HP-UX 11.23, vgmodify is available to increase the max PE in the vg. Look in the man page for vgmodify. If you don't have it in 11.23, you need to install it via some patches. Search for vgmodify in this forum to get more details.</description>
      <pubDate>Wed, 09 Jul 2008 10:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118458#M447355</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-07-09T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking and recreating a mirrorred disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118459#M447356</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; In order to continue with the mirror to the local disk&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; Local disk means in system disk?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; # pvcreate /dev/rdsk/xxxxxx&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; # pvcreate -fB /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;U can also follow below URL links:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/7161/LVM_OLR_whitepaper.pdf" target="_blank"&gt;http://www.docs.hp.com/en/7161/LVM_OLR_whitepaper.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;BR/&lt;BR /&gt;Yaqub</description>
      <pubDate>Wed, 09 Jul 2008 10:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118459#M447356</guid>
      <dc:creator>YAQUB_1</dc:creator>
      <dc:date>2008-07-09T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking and recreating a mirrorred disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118460#M447357</link>
      <description>Thanks for your responses.&lt;BR /&gt;&lt;BR /&gt;FYI, I am creating a new PV altogther with the 146GB LUN that is being presented from the SAN</description>
      <pubDate>Wed, 09 Jul 2008 11:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-and-recreating-a-mirrorred-disk/m-p/5118460#M447357</guid>
      <dc:creator>Jason Shannon</dc:creator>
      <dc:date>2008-07-09T11:30:55Z</dc:date>
    </item>
  </channel>
</rss>

