<?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: SAN disk / volume group expansion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958405#M415231</link>
    <description>Mike,&lt;BR /&gt;&lt;BR /&gt;   Call HP response center if you have a support agreement and ask for "vgmodify" . This is an unsupported tool that you can use to increase the MAXPE of the volume group so that it will recognize the new bigger LUN.&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
    <pubDate>Wed, 08 Feb 2006 15:35:21 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2006-02-08T15:35:21Z</dc:date>
    <item>
      <title>SAN disk / volume group expansion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958400#M415226</link>
      <description>I have a volume group, vg04, that was 6gb in size.  I wanted to increase the size to 11gb.  The volume group is really a SAN lun so I went into the SAN and increased the size of the lun to 11gb.  The problem now is how to increase it on HP 11.11.  From OpenVMS it is real simple to do.&lt;BR /&gt;&lt;BR /&gt;I have looked through some postings but they mostly seem to deal with increasing the lvol not the vg device.  Some talked about adding physical disks into a volume group which is sort of what I did but not exactly.&lt;BR /&gt;&lt;BR /&gt;The vg04 device had one lvol when it was 6b and that was a 6gb lvol.  I would like to expand vg04 to 11 gb and add a 5gb lvol to vg04 and leave the existing 6gb lvol intact.&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.</description>
      <pubDate>Wed, 08 Feb 2006 15:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958400#M415226</guid>
      <dc:creator>Mike Smith_33</dc:creator>
      <dc:date>2006-02-08T15:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAN disk / volume group expansion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958401#M415227</link>
      <description>That's not gonna work. You could have added an additional 5GB LUN to the VG and that would have worked just fine. Even if the OS recogized that the LUN is now larger, the LVM data structures written when the VG was created limit the maximum number of extents to those of the largest PV in the VG --- unless you actually specified the max pe's when you created the VG. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 15:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958401#M415227</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-08T15:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAN disk / volume group expansion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958402#M415228</link>
      <description>&lt;BR /&gt;pvcreate the new 5 GB lun&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg04 /dev/dsk/cxdydz &lt;BR /&gt;&lt;BR /&gt;lvcreate the new lvol&lt;BR /&gt;&lt;BR /&gt;you can direct the new lvol onto the new lun&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see man on&lt;BR /&gt;pvcreate&lt;BR /&gt;vgextend&lt;BR /&gt;lvcreate&lt;BR /&gt;lvextend</description>
      <pubDate>Wed, 08 Feb 2006 15:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958402#M415228</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-02-08T15:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAN disk / volume group expansion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958403#M415229</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;The system already "knows" the size of the lun, so it's not going to get it for you.&lt;BR /&gt;It would have been better to create another lun, and just add it as a pv to the volume group.&lt;BR /&gt;&lt;BR /&gt;To have your new disk recognized in the manner in which you did it, you'd have to remove it from the vg(and the whole vg if it is the only pv in it), then remove the pv (pvremove).&lt;BR /&gt;&lt;BR /&gt;Then, go back and pvcreate it, then vgcreate (or vgextend) with it.&lt;BR /&gt;&lt;BR /&gt;Of course, all of the above will wipe out everything on the disk, so make sure you have a backup.</description>
      <pubDate>Wed, 08 Feb 2006 15:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958403#M415229</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-02-08T15:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAN disk / volume group expansion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958404#M415230</link>
      <description>HP-UX is a bit different, no problem, I will learn someday.  With OpenVMS I could have dismounted and privately mounted then extended the disk size.&lt;BR /&gt;&lt;BR /&gt;DCE, I don't have another lun, it is the same one only increased in size from my EVA.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It seems a bit of a waste of what the EVA gives you to have to create additional luns when the EVA allows easy expansion.</description>
      <pubDate>Wed, 08 Feb 2006 15:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958404#M415230</guid>
      <dc:creator>Mike Smith_33</dc:creator>
      <dc:date>2006-02-08T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAN disk / volume group expansion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958405#M415231</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;   Call HP response center if you have a support agreement and ask for "vgmodify" . This is an unsupported tool that you can use to increase the MAXPE of the volume group so that it will recognize the new bigger LUN.&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Wed, 08 Feb 2006 15:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/san-disk-volume-group-expansion/m-p/4958405#M415231</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2006-02-08T15:35:21Z</dc:date>
    </item>
  </channel>
</rss>

