<?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: Add new disk (mirror) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227611#M553145</link>
    <description>You replaced the disk with a larger disk and used vgcfgrestore? So you are using exactly the same size as the older disk. You need to pvcreate the larger disk!</description>
    <pubDate>Mon, 08 Mar 2010 06:32:05 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2010-03-08T06:32:05Z</dc:date>
    <item>
      <title>Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227603#M553137</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OS:HP-UX 11.11&lt;BR /&gt;Server:rp5410&lt;BR /&gt;&lt;BR /&gt;Iam bit new to this mirror disk concept need an expert view upon my below issue.&lt;BR /&gt;&lt;BR /&gt;#This problem of up gradation related to DATA DISK only NOT boot disk's(vg00)&lt;BR /&gt;&lt;BR /&gt;Planned to upgrade mirror data disk (ex 50GB) to new disk (ex 100GB).&lt;BR /&gt;&lt;BR /&gt;Scenario 1:&lt;BR /&gt;&lt;BR /&gt;How to restore old disk data on new disk, Is it possible to insert new disk one by one and later increase VG&amp;amp;LV's for more space requirement.&lt;BR /&gt;&lt;BR /&gt;Scenarios 2:&lt;BR /&gt;&lt;BR /&gt;Forget about restoring old data.&lt;BR /&gt;&lt;BR /&gt;If i remove old disk and insert both new disk, how to MIRROR those disk and rest process will be to make VG &amp;amp; LV as per client requirements.&lt;BR /&gt;&lt;BR /&gt;I appreciate all who contribute a worth info.&lt;BR /&gt;&lt;BR /&gt;Have a nice day :)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2010 05:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227603#M553137</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-02T05:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227604#M553138</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;both of you scenarios are posible to do :&lt;BR /&gt;&lt;BR /&gt;1, just simple reduce 1 mirror copy and replace the disk to bigger size, and them if its mirrored, them replace with the same procedure the second disk, of course at the end you can increase the LVOLS/fs size.&lt;BR /&gt;&lt;BR /&gt;offline = extendfs&lt;BR /&gt;online = fsadm&lt;BR /&gt;&lt;BR /&gt;2, backup your system via ignite (tape/server),&lt;BR /&gt;restore the system to the new disk ( in advanced type of restoration/installation you will be able change the size of LVOLs, and them mirror it together.&lt;BR /&gt;&lt;BR /&gt;i'm using this commands in simple shell script :&lt;BR /&gt;#primary disk : c2t0d0 / hwpath : 0/1/1/0.0.0&lt;BR /&gt;#for mirroring disk : c2t1d0 / hwpath : 0/1/1/0.1.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;set -x &lt;BR /&gt;pvcreate -B -f /dev/rdsk/c2t1d0&lt;BR /&gt;mkboot /dev/rdsk/c2t1d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t0d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t1d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t1d0&lt;BR /&gt;.....&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t1d0&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot -a 0/1/1/0.1.0&lt;BR /&gt;setboot&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 02 Mar 2010 06:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227604#M553138</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-03-02T06:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227605#M553139</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;and i forgot to say :&lt;BR /&gt;&lt;BR /&gt;in the second option, if you do not need the OLD data, just remove the LVOLS, from the vg, and them remove the PVs from VG, remove vg , pvcreate on the new disks, ( pvcreate -f /dev/rdsk/diskx )&lt;BR /&gt;&lt;BR /&gt;create a new VG with all PVs, and them create lvol(s) and mirror it ( maybe you will do PVG groups ).&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2010 06:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227605#M553139</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-03-02T06:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227606#M553140</link>
      <description>This procedure is related to boot disks, for "normal" data disks it is even easier.&lt;BR /&gt;&lt;BR /&gt;The problem is if you use a new bigger disk. Most of the times the current configuration does not allow the bigger disk (check vgdisplay -v -&amp;gt; max_PE and PE size).&lt;BR /&gt;&lt;BR /&gt;In such case backup data, re-create the vg, create and mirror the LVOL and restore data.</description>
      <pubDate>Tue, 02 Mar 2010 06:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227606#M553140</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-02T06:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227607#M553141</link>
      <description>Hi Michal &amp;amp; Torsten,&lt;BR /&gt;&lt;BR /&gt;I appreciate your quick response.&lt;BR /&gt;&lt;BR /&gt;I will try to replace the new disk one by one if succeed nothing to worry about data and mirroring,&lt;BR /&gt;&lt;BR /&gt;In case any failure if i opt scenario 2 on normal data disk NOT boot disk (vg00). let sat vgoracle.&lt;BR /&gt;&lt;BR /&gt;to create mirror on two new data disk can i follow below steps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2, backup your system via ignite (tape/server),&lt;BR /&gt;&lt;BR /&gt;#NO tape drive attach backup not possible.&lt;BR /&gt;&lt;BR /&gt;i'm using this commands in simple shell script :&lt;BR /&gt;#primary disk : c2t0d0 / hwpath : 0/1/1/0.0.0&lt;BR /&gt;#for mirroring disk : c2t1d0 / hwpath : 0/1/1/0.1.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;set -x&lt;BR /&gt;pvcreate -B -f /dev/rdsk/c2t1d0&lt;BR /&gt;mkboot /dev/rdsk/c2t1d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t0d0 (4 normal disk mkboot ok/not)&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t1d0&lt;BR /&gt;vgextend /dev/vgoracle /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vgoracle/lvol1 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vgoracle/lvol2 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vgoracle/lvol3 /dev/dsk/c2t1d0&lt;BR /&gt;lvextend -m 1 /dev/vgoracle/lvol4 /dev/dsk/c2t1d0&lt;BR /&gt;.....&lt;BR /&gt;lvextend -m 1 /dev/vgoracle/lvol8 /dev/dsk/c2t1d0&lt;BR /&gt;lvlnboot -r /dev/vgoracle/lvol3&lt;BR /&gt;lvlnboot -s /dev/vgoracle/lvol2&lt;BR /&gt;lvlnboot -d /dev/vgoracle/lvol2&lt;BR /&gt;lvlnboot -b /dev/vgoracle/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot -a 0/1/1/0.1.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgd's</description>
      <pubDate>Tue, 02 Mar 2010 07:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227607#M553141</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-02T07:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227608#M553142</link>
      <description>You can use the below command to restore the data&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -n vg00 /dev/rdsk/c1tXdX&lt;BR /&gt;#Vgchange -a y vg00&lt;BR /&gt;# vgsync vg00</description>
      <pubDate>Tue, 02 Mar 2010 12:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227608#M553142</guid>
      <dc:creator>Prabhi</dc:creator>
      <dc:date>2010-03-02T12:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227609#M553143</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -n /dev/vg03 /dev/rdsk/c2t0d0&lt;BR /&gt;#vgchange -n y /dev/vg03&lt;BR /&gt;#vgsync vg03&lt;BR /&gt;&lt;BR /&gt;After successful migration of mirror disk from 73GB to 146GB still the FREE PE 0 , how to recover the space to extend LV's.&lt;BR /&gt;&lt;BR /&gt;#vgdisplay vg03&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg03&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                      4&lt;BR /&gt;Open LV                     4&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               17502&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    8748&lt;BR /&gt;Alloc PE                    8748&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;Rgd's</description>
      <pubDate>Sat, 06 Mar 2010 06:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227609#M553143</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-06T06:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227610#M553144</link>
      <description>Any update will be appreciated ..........</description>
      <pubDate>Mon, 08 Mar 2010 06:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227610#M553144</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-08T06:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227611#M553145</link>
      <description>You replaced the disk with a larger disk and used vgcfgrestore? So you are using exactly the same size as the older disk. You need to pvcreate the larger disk!</description>
      <pubDate>Mon, 08 Mar 2010 06:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227611#M553145</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-08T06:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227612#M553146</link>
      <description>Hi Torsten,&lt;BR /&gt;&lt;BR /&gt;You replaced the disk with a larger disk and used vgcfgrestore?&lt;BR /&gt;#Yes i used #vgcfgrestore #&lt;BR /&gt;vgchange -a y vgxx&lt;BR /&gt;#vgsync vgxx&lt;BR /&gt;&lt;BR /&gt;Kindly provide me the steps after this to claim new disk space.&lt;BR /&gt;&lt;BR /&gt;Regard's</description>
      <pubDate>Tue, 09 Mar 2010 07:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227612#M553146</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-09T07:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227613#M553147</link>
      <description>Hi Akif find given solution below:&lt;BR /&gt;Since new disk is higher size you need to run pvcreate on 146GB disk you can follow following steps&lt;BR /&gt;&lt;BR /&gt;PHASE 1&lt;BR /&gt;Its suggestable to take backup of all mount ponts which are fall in vg03&lt;BR /&gt;******************************************************************************************&lt;BR /&gt;&lt;BR /&gt;PHASE 2(reduce the disk 146 from mirror)&lt;BR /&gt;&lt;BR /&gt;1)lvredeuce -m 0 /dev/vg03/lvolxx /dev/dsk/c2t0d0 (c2t0d0 as you mentioned)&lt;BR /&gt;-----reduce all lv from the 146gb disk /dev/dsk/c2t0d0--&lt;BR /&gt;2)vgreduce /dev/vg03 /dev/dsk/c2t0d0&lt;BR /&gt;*********************************************************************************************&lt;BR /&gt;&lt;BR /&gt;PHASE 3(adding 146gb /dev/dsk/c2t0d0 disk to vg03)&lt;BR /&gt;&lt;BR /&gt;1)pvcreate /dev/rdsk/c2t0d0  ---(no need to make bootable since you mentioned this is only data volume)&lt;BR /&gt;2)vgextend /dev/vg03 /dev/dsk/c2t0d0&lt;BR /&gt;3)vgdisplay ---conform vg03 have two  disks&lt;BR /&gt;4)unmount all mount points which belogns to vg03&lt;BR /&gt;5)pvmove /dev/dsk/cxtxdx /dev/dsk/c2t0d0 -----(cxtxdx is yours 50gb old disk)&lt;BR /&gt;6)lvdisplay -v  /dev/vg03/lvolxx ---conform each lv that lvs moved to c2t0d0&lt;BR /&gt;7)mont all mount points and conform data avialable&lt;BR /&gt;8)vgreduce /dev/dsk/vg03 /dev/dsk/cxtxdx (cxtxdx will be old 50Gb disk)&lt;BR /&gt;9)vgdidplay ---conform only one 146gb c0t2d0 now exists in vg03)&lt;BR /&gt;&lt;BR /&gt;Here vgdisplay will show free PE also you can extnd each lv acconrding to your requirement.&lt;BR /&gt;this can done using lvextend and extndfs command&lt;BR /&gt;Need to Umount mount points&lt;BR /&gt;lvextend -l no of les /dev/dsk/c2t0d0&lt;BR /&gt;extendfs -F vxfs  /dev/vg03/lvolx&lt;BR /&gt;&lt;BR /&gt;if u have online jfs &lt;BR /&gt;No need to umount mount points&lt;BR /&gt;&lt;BR /&gt;lvextnd -l no of les /dev/dsk/c2t0d0&lt;BR /&gt;fsadm -F vxfs -o largefils /mountpoint&lt;BR /&gt;&lt;BR /&gt;**************************************************************************************************&lt;BR /&gt;PHASE4(mirrorig 146gb disk with new 146gb disk) &lt;BR /&gt;1)insert new disk&lt;BR /&gt;2)ioscan -fnC disk&lt;BR /&gt;3)pvcreate /dev/dsk/cytydy----(not need to make cytydy bootable since you mentioned vg03 only data voume.cytydy is new 146 gb as example)&lt;BR /&gt;4)vgextend vg03 /dev/dsk/cytydy&lt;BR /&gt;5)lvextnd -m 1 /dev/vg03/lvolxx  /dev/dsk/cytydy----(mirror all lvs)&lt;BR /&gt;*****************************************END********************************************************&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chandra&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 08:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227613#M553147</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-03-09T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227614#M553148</link>
      <description>&lt;BR /&gt;Thanks Chandra for your valuable input's ,&lt;BR /&gt;&lt;BR /&gt;I will follow your guide and let u know, Kindly provide the steps to mirror LV's after replacing disk (146GB) one by one. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To be more clear:&lt;BR /&gt;&lt;BR /&gt;#Mirror disk 50GB (vg03) replace by 146GB , But vgdisplay FREEPE 0 value .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 11:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227614#M553148</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-09T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227615#M553149</link>
      <description>The previous post is step by step, isn't it???</description>
      <pubDate>Tue, 09 Mar 2010 13:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227615#M553149</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-09T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227616#M553150</link>
      <description>Hi,&lt;BR /&gt;Provide vgdisplay -v vg03 output i can help for mirroring 146gb disk&lt;BR /&gt;&lt;BR /&gt;Note:if you do pvmove(as explained earlier post) you can find free pe s on vg03.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chandra</description>
      <pubDate>Tue, 09 Mar 2010 14:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227616#M553150</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-03-09T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227617#M553151</link>
      <description>The below output is of (73GB) old disk and assume this as (146GB) , Can you guide me to mirror this,&lt;BR /&gt;&lt;BR /&gt;Thanks for all whose contribution solve my issue.&lt;BR /&gt;&lt;BR /&gt;ra/&amp;gt;vgdisplay -v vg03&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg03&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                      4&lt;BR /&gt;Open LV                     4&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               17502&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    8748&lt;BR /&gt;Alloc PE                    8748&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/vg03/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            18000&lt;BR /&gt;   Current LE                  1125&lt;BR /&gt;   Allocated PE                2250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg03/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            18000&lt;BR /&gt;   Current LE                  1125&lt;BR /&gt;   Allocated PE                2250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg03/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            18000&lt;BR /&gt;   Current LE                  1125&lt;BR /&gt;   Allocated PE                2250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg03/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            15984&lt;BR /&gt;   Current LE                  999&lt;BR /&gt;   Allocated PE                1998&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;Regard's&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 06:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227617#M553151</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-10T06:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227618#M553152</link>
      <description>Hi Akif,&lt;BR /&gt;Solution given below:&lt;BR /&gt;i Will take new 146gb disk device file as "cytydy"&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/cytydy&lt;BR /&gt;vgextend /dev/vg03 /dev/dsk/cytydy&lt;BR /&gt;lvextend -m 1 /dev/vg03/lvol1 /dev/dsk/cytydy&lt;BR /&gt;lvextend -m 1 /dev/vg03/lvol2 /dev/dsk/cytydy&lt;BR /&gt;lvextend -m 1 /dev/vg03/lvol3 /dev/dsk/cytydy&lt;BR /&gt;lvextend -m 1 /dev/vg03/lvol4 /dev/dsk/cytydy&lt;BR /&gt;vgdisplay -v vg03 --conform the vg03 have both disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chandra</description>
      <pubDate>Wed, 10 Mar 2010 12:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227618#M553152</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-03-10T12:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227619#M553153</link>
      <description>Akif,&lt;BR /&gt;&lt;BR /&gt;Look like the above post answers your question. Here is a good document on how to mirror disk and recover from failed disk.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Fri, 12 Mar 2010 21:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227619#M553153</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2010-03-12T21:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk (mirror)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227620#M553154</link>
      <description>Thanks all for their co-operation in their respective specialized area .......... &lt;BR /&gt;&lt;BR /&gt;Have a charming day everyday</description>
      <pubDate>Tue, 16 Mar 2010 05:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk-mirror/m-p/5227620#M553154</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-03-16T05:25:29Z</dc:date>
    </item>
  </channel>
</rss>

