<?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: VG extend USING EMC STORAGE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470578#M673302</link>
    <description>Hi Shabash,&lt;BR /&gt;&lt;BR /&gt;Find out if any disk is free on the second volume group. You can use vgdisplay -v vg2 or pvdisplay -v disk to find if  any PE's are used by any logical volume.&lt;BR /&gt;&lt;BR /&gt;if all the PE's are free, use vgreduce command to remove the disk from the second volume group. Syntax would be,&lt;BR /&gt;&lt;BR /&gt;#vgreduce vg2 disk&lt;BR /&gt;&lt;BR /&gt;Once you removed the disk from vg02 you can add it to first volume group using vgextend. Syntax would be,&lt;BR /&gt;&lt;BR /&gt;#vgextend vg1 disk&lt;BR /&gt;&lt;BR /&gt;Now you can use the disk space for vg1</description>
    <pubDate>Fri, 31 Jul 2009 05:26:11 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-07-31T05:26:11Z</dc:date>
    <item>
      <title>VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470577#M673300</link>
      <description>I have 2 vggroup assigned from EMC storage in cluste envirnment.&lt;BR /&gt;One VG is showing as full so i need to add space from other vg group which have space available.&lt;BR /&gt;we need to vgreduce first and then vgextend for low volum vg.&lt;BR /&gt;&lt;BR /&gt;kinldy some one share the procedure to or commands to follow or check before doing this activity.</description>
      <pubDate>Fri, 31 Jul 2009 05:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470577#M673300</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2009-07-31T05:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470578#M673302</link>
      <description>Hi Shabash,&lt;BR /&gt;&lt;BR /&gt;Find out if any disk is free on the second volume group. You can use vgdisplay -v vg2 or pvdisplay -v disk to find if  any PE's are used by any logical volume.&lt;BR /&gt;&lt;BR /&gt;if all the PE's are free, use vgreduce command to remove the disk from the second volume group. Syntax would be,&lt;BR /&gt;&lt;BR /&gt;#vgreduce vg2 disk&lt;BR /&gt;&lt;BR /&gt;Once you removed the disk from vg02 you can add it to first volume group using vgextend. Syntax would be,&lt;BR /&gt;&lt;BR /&gt;#vgextend vg1 disk&lt;BR /&gt;&lt;BR /&gt;Now you can use the disk space for vg1</description>
      <pubDate>Fri, 31 Jul 2009 05:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470578#M673302</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-31T05:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470579#M673305</link>
      <description>Hi Shabash,&lt;BR /&gt;&lt;BR /&gt;Could you provide # vgdisplay -v vgname output from both volume groups ?</description>
      <pubDate>Fri, 31 Jul 2009 05:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470579#M673305</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-31T05:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470580#M673307</link>
      <description>Hi Shabash,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) Make sure the PV is not used for any LV.&lt;BR /&gt;&lt;BR /&gt; #pvdisplay &lt;PV name=""&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg02&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg02&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                      0&lt;BR /&gt;Open LV                     0&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               4375&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    8748&lt;BR /&gt;Alloc PE                    0&lt;BR /&gt;Free PE                     8748&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;&lt;BR /&gt;   --- Physical volumes ---&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                     4374&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c3t2d0 ====&amp;gt; Take  this for eg.&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     4374&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c3t2d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c3t2d0&lt;BR /&gt;VG Name                     /dev/vg02&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      0 &amp;lt;&amp;lt;&amp;lt;==========&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    4374&lt;BR /&gt;Free PE                     4374&lt;BR /&gt;Allocated PE                0 &amp;lt;&amp;lt;&amp;lt;==========&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)Remove the PV from VG; reduce the VG&lt;BR /&gt;&lt;BR /&gt;#vgreduce &lt;VG name=""&gt; &lt;PV name=""&gt;&lt;BR /&gt;&lt;BR /&gt;# vgreduce /dev/vg02 /dev/dsk/c3t2d0&lt;BR /&gt;Volume group "/dev/vg02" has been successfully reduced.&lt;BR /&gt;Volume Group configuration for /dev/vg02 has been saved in /etc/lvmconf/vg02.conf&lt;BR /&gt;&lt;BR /&gt;3)Verify with vgdisplay&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vg02&lt;BR /&gt;--- Volume groups ---                          &lt;BR /&gt;VG Name                     /dev/vg02&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                      0&lt;BR /&gt;Open LV                     0&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4375&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    4374&lt;BR /&gt;Alloc PE                    0&lt;BR /&gt;Free PE                     4374&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;&lt;BR /&gt;   --- Physical volumes ---&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                     4374&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On             &amp;lt;&amp;lt;&amp;lt;====/dev/dsk/c3t2d0 is removed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4) Add PV to to the other VG&lt;BR /&gt;&lt;BR /&gt;#vgextend &lt;VG name=""&gt; &lt;PV name=""&gt;&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/c3t2d0&lt;BR /&gt;Volume group "/dev/vg01" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg02 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;5) Verify with vgdisplay&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg01&lt;BR /&gt;--- Volume groups ---&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                      0&lt;BR /&gt;Open LV                     0&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               4375&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    8748&lt;BR /&gt;Alloc PE                    0&lt;BR /&gt;Free PE                     8748&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;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c3t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     4374&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c3t2d0  &amp;lt;&amp;lt;&amp;lt;&amp;lt;======Added /dev/dsk/c3t2d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     4374&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6)If the VG is in Cluster, you have to export from present node and import to another node.&lt;BR /&gt;&lt;BR /&gt;Export configuration in present Node&lt;BR /&gt;&lt;BR /&gt;Node1:&lt;BR /&gt;-----&lt;BR /&gt;#vgchange -a n vg02&lt;BR /&gt;#vgexport -p -s -m /tmp/vg02.map&lt;BR /&gt;&lt;BR /&gt;Copy map file to another cluster node&lt;BR /&gt;#scp /tmp/vg02.map Node2:/tmp/vg02.map&lt;BR /&gt;&lt;BR /&gt;Import in another cluster node&lt;BR /&gt;#vgimport -p -s -m /tmp/vg02.map&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Reagrds,&lt;BR /&gt;LIJEESH N G&lt;/PV&gt;&lt;/VG&gt;&lt;/PV&gt;&lt;/VG&gt;&lt;/PV&gt;</description>
      <pubDate>Fri, 31 Jul 2009 06:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470580#M673307</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-31T06:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470581#M673308</link>
      <description>Hi Shabash,&lt;BR /&gt;&lt;BR /&gt;First of all, you cannot free up any space from both the volumes. Because both volume group has single LV which is distributed across all the physical volumes. So unless you remove the logical volume or recreate the filesystem with small size, you cannot reclaim the space from any of the physical disk.</description>
      <pubDate>Fri, 31 Jul 2009 08:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470581#M673308</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-31T08:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470582#M673309</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;I would suggest you to order additional luns from storage team to extend the VG if possible.</description>
      <pubDate>Fri, 31 Jul 2009 08:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470582#M673309</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-31T08:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470583#M673310</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I could see there are 4 PV's for bith VG's vgdb and vgbackup. Again one LV for each VG's with striped across all 4 available PV's. So there is no free PV in both the VG's. You cannot reduce any of the VG.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Fri, 31 Jul 2009 08:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470583#M673310</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-31T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470584#M673311</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Either you have to remove the LV and recreate it with 3 PV's or assign a new LUN and use it for this activity.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Fri, 31 Jul 2009 08:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470584#M673311</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-31T08:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470585#M673312</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some texts are missing in above reply!!!!&lt;BR /&gt;&lt;BR /&gt;Either you can remove the LV and recreate with 3 PV's or assign a new LUN and use it for this activity.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Fri, 31 Jul 2009 08:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470585#M673312</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-31T08:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470586#M673313</link>
      <description>Ok i will proceed with removing LV.&lt;BR /&gt;&lt;BR /&gt;Kindly tell me step by step command procedure to proceed.&lt;BR /&gt;&lt;BR /&gt;Also tell me step by step cluster configuration package halt and vg export and import command with each step.&lt;BR /&gt;&lt;BR /&gt;Any one&lt;BR /&gt;???????</description>
      <pubDate>Fri, 31 Jul 2009 10:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470586#M673313</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2009-07-31T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470587#M673314</link>
      <description>Shabash,&lt;BR /&gt;&lt;BR /&gt;Believe it or not, I have your interests in mind.  The first thing you need to do is either attend a class and open a book and read. Talk to your boss and see if they will pay for some classes to help you learn to do the job of an HPUX Admin.  Because it is unreasonable to expect you to do it otherwise.  &lt;BR /&gt;LVM tasks are basic to the duties of any HPUX Admin.  Clusters involve a bit more complexity, but for your situation the first LVM steps are the same.  After you re-allocate your disk between vg's, you just create a fresh mapfile, send it to the other nodes in the cluster and re-import it so they are up to date.&lt;BR /&gt;&lt;BR /&gt;But, if you want to be a good sys admin you need to start by learning and loving learning.  Build on every new discovery and task you master.  &lt;BR /&gt;This site was intended to help when folks run into 'issues' on something.  It was not intended to be, although lately it is exactly what it is being dragged into being, a site to teach the basics for everyone who thinks they want to be an HPUX Admin. It's been done so much already - just type your need in the Search utility.&lt;BR /&gt;&lt;BR /&gt;Old saying ".. give a man a fish and you feed him for a day, teach him to fish and you feed him for life".  The book is your line, cast it into the water of your mind, it will serve you best in your efforts to learn.  &lt;BR /&gt;&lt;BR /&gt;And we will be here if you run into an issue and need help.&lt;BR /&gt;&lt;BR /&gt;Kindest regards,&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 31 Jul 2009 11:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470587#M673314</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-07-31T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470588#M673315</link>
      <description>Shabash:&lt;BR /&gt;&lt;BR /&gt;For the sake of everyone, PLEASE post LARGE amounts of text as an ATTACHMENT (as a simple ASCII file)!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 31 Jul 2009 12:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470588#M673315</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-31T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470589#M673316</link>
      <description>Shabash,&lt;BR /&gt;&lt;BR /&gt;I'm compelled to echo Rita's and Jim's sound wisdom.  I'm also trying to be as kind as possible.&lt;BR /&gt;&lt;BR /&gt;Forums participation presumes a baseline literacy in HP-UX sysadmin tasks including LVM.  Quite franky, anyone without basic sysadmin training -- and more importantly, experience -- shouldn't possess the root password and certainly shouldn't have admin access to SAN storage where one wrong keystroke could wipe production data.&lt;BR /&gt;&lt;BR /&gt;If a seasoned, senior sysadmin is not available to mentor you in your workplace, please do as Rita has advised and seek training.&lt;BR /&gt;&lt;BR /&gt;Respectfully,&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 31 Jul 2009 13:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470589#M673316</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2009-07-31T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: VG extend USING EMC STORAGE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470590#M673317</link>
      <description>Thanks for your advices.&lt;BR /&gt;&lt;BR /&gt;My purpose is to get maximum information from you guys so that no step will be missed out from my side.&lt;BR /&gt;&lt;BR /&gt;i have create list of task to perform plz check and confirm for anything missing.&lt;BR /&gt;&lt;BR /&gt;Total nodes in cluster =3=rc03ds,rc03ss.rc03cs1&lt;BR /&gt;OS= hp-ux v1&lt;BR /&gt;Node on which vg extend=rc03ds&lt;BR /&gt;Package on rc03ds=db and base-rc03ds&lt;BR /&gt;VG to extend=/dev/vgdb=total disks=4&lt;BR /&gt;1 path from EMC=500GB&lt;BR /&gt;4 path=2TB approx&lt;BR /&gt;Requirement=500GB to VGdb&lt;BR /&gt;Strings /etc/lvmtab&lt;BR /&gt;/dev/vgdb&lt;BR /&gt;/dev/dsk/c5t1d0&lt;BR /&gt;/dev/dsk/c10t1d1&lt;BR /&gt;/dev/dsk/c5t1d3&lt;BR /&gt;/dev/dsk/c10t1d4&lt;BR /&gt;/dev/dsk/c10t1d0&lt;BR /&gt;/dev/dsk/c5t1d1&lt;BR /&gt;/dev/dsk/c10t1d3&lt;BR /&gt;/dev/dsk/c5t1d4&lt;BR /&gt;&lt;BR /&gt;VG to remove=/dev/VGbackup=total disks=4&lt;BR /&gt;Strings /etc/lvmtab&lt;BR /&gt;/dev/vgbackup&lt;BR /&gt;/dev/dsk/c12t0d0&lt;BR /&gt;/dev/dsk/c13t0d1&lt;BR /&gt;/dev/dsk/c12t0d2&lt;BR /&gt;/dev/dsk/c13t0d3&lt;BR /&gt;/dev/dsk/c13t0d0&lt;BR /&gt;/dev/dsk/c12t0d1&lt;BR /&gt;/dev/dsk/c13t0d2&lt;BR /&gt;/dev/dsk/c12t0d3&lt;BR /&gt;&lt;BR /&gt;VGDB After extend =total disk will be 5=rest 3 disk remain as unused or add with VGbackup.&lt;BR /&gt;&lt;BR /&gt;On node rc03ds:&lt;BR /&gt;Un mount the /d/backup filesystem&lt;BR /&gt;&lt;BR /&gt;# umount /d/backup&lt;BR /&gt;&lt;BR /&gt;De-activate the VG.&lt;BR /&gt;# vgchange -a n vgbackup&lt;BR /&gt;&lt;BR /&gt;Export the VG.&lt;BR /&gt;# vgexport vgbackup&lt;BR /&gt;&lt;BR /&gt;pvcreate on the disks with -f option for extending to vgdb&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/dsk/c12t0d0&lt;BR /&gt;&lt;BR /&gt;Extend the VG vgdb with the disks of vgbackup.&lt;BR /&gt;Confirm the disk path you have written below&lt;BR /&gt;# vgextend vgdb /dev/dsk/c12t0d0 /dev/dsk/c13t0d0   &amp;lt;&amp;lt;&amp;lt; Alt path for /dev/dsk/c12t0d0 &lt;BR /&gt;&lt;BR /&gt; Size increase of vgdb logical volume multilple of what??&lt;BR /&gt;As required size is 500GB so how much with mb&lt;BR /&gt;# lvextend -L "new value in MB" /dev/vgdb/lvol1&lt;BR /&gt;Here downtime means using single user mode at system startup or on running system&lt;BR /&gt;As there is no online JFS installed in the system so i need the downtime for the application using the "/d/db" file system.&lt;BR /&gt;&lt;BR /&gt;Unmount the /d/db file system&lt;BR /&gt;# umount /d/db&lt;BR /&gt;&lt;BR /&gt;Run the extendfs on the filesystem with raw logical volume.&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vgdb/rlvol1&lt;BR /&gt;&lt;BR /&gt;Mount the file system and check with bdf command for successful extension.&lt;BR /&gt;# mount /dev/vgdb/lvol1 /d/db &lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;# rcp /etc/lvmconf/vgdb.map rc03cs1:/etc/lvmconf&lt;BR /&gt;# rcp /etc/lvmconf/vg07.map rc03ss:/etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On the other node(s) where the VG is not active:&lt;BR /&gt;&lt;BR /&gt;Record the group minor number for the VG to which i added the disk.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/vg*/group &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   crw-r-----   1 root      root     64 0x000000 Sep 19  1996 /dev/vgdb/group &lt;BR /&gt;   crw-rw-rw-   1 root      sys      64 0x020000 Jun  4 12:39 /dev/vg00/group &lt;BR /&gt;                                        ^^^^^^^^ &lt;BR /&gt;                                        record above minor number &lt;BR /&gt;&lt;BR /&gt;vgexport /dev/vgdb&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgdb/ &lt;BR /&gt;# mknod /dev/vgdb/group c 64 0x020000&lt;BR /&gt;&lt;BR /&gt;Reimport the VG using the new map file.&lt;BR /&gt;&lt;BR /&gt;# vgimport -vs -m /etc/lvmconf/vgdb.map /dev/vgdb&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Aug 2009 16:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend-using-emc-storage/m-p/4470590#M673317</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2009-08-01T16:02:55Z</dc:date>
    </item>
  </channel>
</rss>

