<?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: vgextend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077210#M601375</link>
    <description>thanks</description>
    <pubDate>Wed, 31 Oct 2007 07:13:45 GMT</pubDate>
    <dc:creator>Wamaitha</dc:creator>
    <dc:date>2007-10-31T07:13:45Z</dc:date>
    <item>
      <title>vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077202#M601367</link>
      <description>hello,-- this is what happens when you do this every year: i have pvcreated the disks and made a directory and node for the group;&lt;BR /&gt;i tried to vgextend all the disks that had a description of SYMMETRIX in ioscan; getting teh following message:&lt;BR /&gt;&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;root@abcd:/&amp;gt; vgextend /dev/vg01 /dev/dsk/c2t2d4&lt;BR /&gt;vgextend: Warning: Max_PE_per_PV for the volume group (1016) too small for this PV (209774).&lt;BR /&gt;         Using only 1016 PEs from this physical volume.&lt;BR /&gt;Current path "/dev/dsk/c2t0d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c2t2d2" is an alternate link, skip.&lt;BR /&gt;Volume group "/dev/vg01" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;root@abcd:/&amp;gt;  vgextend /dev/vg01 /dev/dsk/c2t2d5&lt;BR /&gt;vgextend: Warning: Max_PE_per_PV for the volume group (1016) too small for this PV (209774).&lt;BR /&gt;         Using only 101vgextend /dev/vg01 /dev/dsk/c2t2d6&lt;BR /&gt;vgextend: Warning: Max_PE_per_PV for the volume group (1016) too small for this PV (209774).&lt;BR /&gt;         Using only 1016 PEs from this physical volume.ip.&lt;BR /&gt;Current path "/dev/dsk/c2t0d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c2t2d2" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c2t2d4" is an alternate link, skip. /etc/lvmconf/vg01.conf&lt;BR /&gt;Current path "/dev/dsk/c2t2d5" is an alternate link, skip.&lt;BR /&gt;Volume group "/dev/vg01" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;any ideas.&lt;BR /&gt;&lt;BR /&gt;ps: all i am  trying to do is add a new volume group that will be made up of all teh disks that point to the disk. do i need to make a change to max PVs?&lt;BR /&gt;&lt;BR /&gt;sorry for the 2 questions in one -- just getting confused.-- not good, though all part of learning process.&lt;BR /&gt;&lt;BR /&gt;thanks on advance.</description>
      <pubDate>Wed, 31 Oct 2007 03:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077202#M601367</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2007-10-31T03:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077203#M601368</link>
      <description>hi vamaitha ;&lt;BR /&gt;&lt;BR /&gt;you are trying to add a big disk to a vg . but vg values are small for this disk. &lt;BR /&gt;you have 2 choices. &lt;BR /&gt;1. recreate the vg with larger parameters &lt;BR /&gt;vgcreate -p xx -s yy ( you need to backup and restore ) &lt;BR /&gt;2. use smaller disks. but this time you will get problem max_pv parameter. &lt;BR /&gt;what is your pe size .&lt;BR /&gt;could you paste "vgdisplay vg01 "&lt;BR /&gt;&lt;BR /&gt;Hasan.</description>
      <pubDate>Wed, 31 Oct 2007 03:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077203#M601368</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-10-31T03:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077204#M601369</link>
      <description>Could you show us the output of vgdisplay -v /dev/vg01 ?&lt;BR /&gt;&lt;BR /&gt;It looks like the disk you are trying to add is bigger than what your volume configuration can handle.&lt;BR /&gt;&lt;BR /&gt;If this is a new vg (but I don't see the vgcreate command) recreate the VG with different parameters.&lt;BR /&gt;&lt;BR /&gt;If this is an existing VG, just ive with it thatit can't use the complete diosk capacity, or create a new, bigger VG on the new disk, migrate your data to the new VG, drop the old VG and add the old disks to the new VG.</description>
      <pubDate>Wed, 31 Oct 2007 03:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077204#M601369</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-10-31T03:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077205#M601370</link>
      <description>Hi Wamaitha,&lt;BR /&gt;&lt;BR /&gt;When you create the VG, you need to make sure that the Max_PE can accomodate the next disk (if you would like to extend the VG).&lt;BR /&gt;&lt;BR /&gt;See man page of vgcreate for more details :&lt;BR /&gt;&lt;BR /&gt;-e max_pe&lt;BR /&gt;&lt;BR /&gt;Set the maximum number of physical extents that can be allocated from any of the physical volumes in the volume group. The default value for max_pe is 1016. However, if the size of any physical volume exceeds 1016 times the pe_size, the default value for max_pe is adjusted to match the physical volume size.  The maximum number of physical extents can be a value in the range 1 to 65535.&lt;BR /&gt;&lt;BR /&gt;-p max_pv&lt;BR /&gt;&lt;BR /&gt;Set the maximum number of physical volumes that the volume group is allowed to contain. The default value for max_pv is 16.  The maximum number of physical volumes can be a value in the range 1 to 255.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;AW.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 03:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077205#M601370</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2007-10-31T03:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077206#M601371</link>
      <description>hello, with all the problems i was having i ended up deleting the volume group. it is a new group that i am creating -- it is disk connected to the sun -- i have 4x410G assigned to teh system --&lt;BR /&gt;to avoid the error message with the pvs what is the syntex so it that i do not get the pv  message.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Wed, 31 Oct 2007 03:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077206#M601371</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2007-10-31T03:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077207#M601372</link>
      <description>is there a wayor formula to calculate number of pv you will need. or should i just go with what is recommended on my output?&lt;BR /&gt;&lt;BR /&gt;root@abcd:/&amp;gt; vgextend /dev/vg01 /dev/dsk/c2t2d4&lt;BR /&gt;vgextend: Warning: Max_PE_per_PV for the volume group (1016) too small for this PV (209774).&lt;BR /&gt;&lt;BR /&gt;also the following messages-- anyone know wht the mean?&lt;BR /&gt;Current path "/dev/dsk/c2t0d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c2t2d2" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c2t2d4" is an alternate link, skip. &lt;BR /&gt;Current path "/dev/dsk/c2t2d5" is an alternate link, skip.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 03:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077207#M601372</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2007-10-31T03:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077208#M601373</link>
      <description>You need vgcreate -e x -s y -p z&lt;BR /&gt;z : The maximum number of physical disks you ever want to include into this VG. You could set it to 4 right now, but if you think you me ever need to increase the VG, you can as well set it to 8 or 16 or so.&lt;BR /&gt;y : The extent size, your choice. Depends a little on the onderlying hardware architecture&lt;BR /&gt;x : Make sure x * y is equal to or bigger than 410G. For instance, if y : 4 (4 megabyte extent size, a value of 102400 of x would give you 409600 maximu disk usage or 400G (so this is a little too small).&lt;BR /&gt;&lt;BR /&gt;My tip, make x large enough, so that you can later add disks with double the capacity of the current disks, or you may later have to conclude that you cannot extend your VG enough to handle the increased storage request.&lt;BR /&gt;&lt;BR /&gt;Another thing, the extent size must be nig enough to get 1 extent map for the PV into 1 extent. If vgcreate complains that the maximum numbr of extents is too big, double the extent size and half the number of extents.</description>
      <pubDate>Wed, 31 Oct 2007 03:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077208#M601373</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-10-31T03:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077209#M601374</link>
      <description>hi warmaitha ,&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgtest&lt;BR /&gt;mknod /dev/vg01/group c 64 0x0m0000 ( m should be a free number in groups )&lt;BR /&gt;vgcreate -s 32 -e 65535  /dev/vgtest /dev/dsk/c2t2d4&lt;BR /&gt;&lt;BR /&gt;and lvcreate ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hasan.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 06:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077209#M601374</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-10-31T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077210#M601375</link>
      <description>thanks</description>
      <pubDate>Wed, 31 Oct 2007 07:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5077210#M601375</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2007-10-31T07:13:45Z</dc:date>
    </item>
  </channel>
</rss>

