<?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 VGEXTEND - WITH PVG &amp;quot;URGENT&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724331#M386002</link>
    <description>I have about a VG called VGARCH, as below.&lt;BR /&gt;It has one PVG, and the allocation is set to  PVG-strict/distributed&lt;BR /&gt;&lt;BR /&gt;I need to add 5 more vdisks from the EVA, and Extend the VG, Mirror LV.&lt;BR /&gt;&lt;BR /&gt;Once the Data is SYNC'D across all disks.&lt;BR /&gt;i need to do a lvsplit, and mount the 2nd mirror copy on a different mount point.&lt;BR /&gt;&lt;BR /&gt;Can anyone please assist me with the Steps &amp;amp; Procedures.&lt;BR /&gt;&lt;BR /&gt;Below is the Lvdisplay Output.&lt;BR /&gt;LV Name                     /dev/vgarch/lvol1&lt;BR /&gt;VG Name                     /dev/vgarch&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            1023712         &lt;BR /&gt;Current LE                  63982     &lt;BR /&gt;Allocated PE                63982       &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  PVG-strict/distributed&lt;BR /&gt;IO Timeout (Seconds)        default &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Moez</description>
    <pubDate>Thu, 09 Dec 2010 14:41:49 GMT</pubDate>
    <dc:creator>Moez Alibhai</dc:creator>
    <dc:date>2010-12-09T14:41:49Z</dc:date>
    <item>
      <title>VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724331#M386002</link>
      <description>I have about a VG called VGARCH, as below.&lt;BR /&gt;It has one PVG, and the allocation is set to  PVG-strict/distributed&lt;BR /&gt;&lt;BR /&gt;I need to add 5 more vdisks from the EVA, and Extend the VG, Mirror LV.&lt;BR /&gt;&lt;BR /&gt;Once the Data is SYNC'D across all disks.&lt;BR /&gt;i need to do a lvsplit, and mount the 2nd mirror copy on a different mount point.&lt;BR /&gt;&lt;BR /&gt;Can anyone please assist me with the Steps &amp;amp; Procedures.&lt;BR /&gt;&lt;BR /&gt;Below is the Lvdisplay Output.&lt;BR /&gt;LV Name                     /dev/vgarch/lvol1&lt;BR /&gt;VG Name                     /dev/vgarch&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            1023712         &lt;BR /&gt;Current LE                  63982     &lt;BR /&gt;Allocated PE                63982       &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  PVG-strict/distributed&lt;BR /&gt;IO Timeout (Seconds)        default &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Moez</description>
      <pubDate>Thu, 09 Dec 2010 14:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724331#M386002</guid>
      <dc:creator>Moez Alibhai</dc:creator>
      <dc:date>2010-12-09T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724332#M386003</link>
      <description>hi Moez&lt;BR /&gt;&lt;BR /&gt;need to add 5 more vdisks from the EVA, and Extend the VG, Mirror LV.&lt;BR /&gt;  ------------------------------&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;login in EVA  command view and create a virtual disk of required size and present it to the particular host .. &lt;BR /&gt;&lt;BR /&gt;You can select the respective group and raid while creating vdisk.&lt;BR /&gt;&lt;BR /&gt;use evainfo tool to to find the cxtydz &lt;BR /&gt;&lt;BR /&gt;./evainfo -w wwnno   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it is v3 use persistent device file, to find persistent files&lt;BR /&gt;&lt;BR /&gt;use ioscan -m dsf cxtydz &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------&lt;BR /&gt;&lt;BR /&gt;i need to do a lvsplit, and mount the 2nd mirror copy on a different mount point&lt;BR /&gt;&lt;BR /&gt;  y it is required ????? any reason&lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/diskxxx.&lt;BR /&gt;vgextend vgname /dev/dsk/diskxxx&lt;BR /&gt;lvextend -l [pe size] /dev/vgname/lvname&lt;BR /&gt;fsadm -F vxfs -b size /mountpoint.&lt;BR /&gt;&lt;BR /&gt;if its under cluster do vgexport &lt;BR /&gt;&lt;BR /&gt;vgexport -p -s -v -m vgname.map vgname&lt;BR /&gt;&lt;BR /&gt;then do vgimport of that map file to fail over system.&lt;BR /&gt;&lt;BR /&gt;in fail over system&lt;BR /&gt;&lt;BR /&gt;vgimport -s -v -N -m [pathof map file ] vgname.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Dec 2010 15:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724332#M386003</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-12-09T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724333#M386004</link>
      <description>i was think the below steps:&lt;BR /&gt;pvcreate /dev/rdsk/diskxxx. &lt;BR /&gt;&lt;BR /&gt;vgextend vgname /dev/dsk/diskxxx or vgextend -g pvg0 vgname /dev/dsk/diskxxx &lt;BR /&gt;&lt;BR /&gt;lvchange â  D n â  s n /dev/vgxxx/lvxxx&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vgname/lvname /dev/dsk/diskxxx &lt;BR /&gt;&lt;BR /&gt;lvsplit  /dev/vgname/lvname&lt;BR /&gt;&lt;BR /&gt;mount /dev/vgname/lvname /newpoint name&lt;BR /&gt;&lt;BR /&gt;I will have to do lvgchange -D n -S n because of the Allocation PVG-strict/distributed policy.&lt;BR /&gt;&lt;BR /&gt;please advice</description>
      <pubDate>Thu, 09 Dec 2010 15:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724333#M386004</guid>
      <dc:creator>Moez Alibhai</dc:creator>
      <dc:date>2010-12-09T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724334#M386005</link>
      <description>Since you have one PVG, you create another PVG for the new disks, in which you will be going to create mirror.&lt;BR /&gt;&lt;BR /&gt;vgextend -g PVG 1 &lt;VGNAME&gt; &lt;DISKS&gt;&lt;BR /&gt;&lt;BR /&gt;Then mirror it with respect to the PVG&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 &lt;LVNAME&gt; PVG1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why you want to change the policy ?  You don't required PVG at all ?&lt;BR /&gt;&lt;BR /&gt;( I am not knowing what's your exact requirement ).&lt;/LVNAME&gt;&lt;/DISKS&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724334#M386005</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-10T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724335#M386006</link>
      <description>You want to add the disks in order to mirror them?&lt;BR /&gt;&lt;BR /&gt;So you need to adjust the PVG file (/etc/lvmpvg), them pvcreate the disks, vgextend and mirror to the second physical volume group.</description>
      <pubDate>Fri, 10 Dec 2010 10:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724335#M386006</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-12-10T10:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724336#M386007</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have managed to sync some vg's. but i had a hitch last night.&lt;BR /&gt;&lt;BR /&gt;when the mirroring was going on vgdata02, there was a power failure in the data center, the storage started acting funny after that..&lt;BR /&gt;&lt;BR /&gt;i had to remove the 4 vdisks from the eva which were presented to this vgdata02.&lt;BR /&gt;&lt;BR /&gt;my vgdata02 is online, but the lv is showing stale.&lt;BR /&gt;&lt;BR /&gt;i need to remove those old drive paths, i will rsync again later on.&lt;BR /&gt;&lt;BR /&gt;will the below command work:&lt;BR /&gt;lvreduce -m 0 /dev/vgdata02/lvdata02 /dev/dsk/cxtxd1 /dev/dsk/cxtxd2 /dev/dsk/cxtxd3 /dev/dsk/cxtxd4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please let me know.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;moez</description>
      <pubDate>Sun, 12 Dec 2010 20:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724336#M386007</guid>
      <dc:creator>Moez Alibhai</dc:creator>
      <dc:date>2010-12-12T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXTEND - WITH PVG "URGENT"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724337#M386008</link>
      <description>What is your mirror copy status?  Is it showing 1 ?&lt;BR /&gt;&lt;BR /&gt;lvdisplay &lt;YOUR lv="" name=""&gt; |grep -i mirror&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it is showing 1, then you can simply do lvsync to synchronize it.&lt;BR /&gt;&lt;BR /&gt;lvsync -T &lt;YOUR lv="" name=""&gt;&lt;/YOUR&gt;&lt;/YOUR&gt;</description>
      <pubDate>Mon, 13 Dec 2010 14:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-with-pvg-quot-urgent-quot/m-p/4724337#M386008</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-13T14:58:16Z</dc:date>
    </item>
  </channel>
</rss>

