<?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: Extending VA7100 in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289807#M28982</link>
    <description>You need to use lvremove and vgremove in order to remove the vg. All data on it will be gone.&lt;BR /&gt;&lt;BR /&gt;You can also use vgexport to get rid of the vg and start over with pvcreate ...&lt;BR /&gt;&lt;BR /&gt;Find out the current NN and re-use it after you removed the vG.&lt;BR /&gt;&lt;BR /&gt;vgcreate -e max_pe ...&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/vgcreate.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/vgcreate.1M.html&lt;/A&gt;</description>
    <pubDate>Mon, 20 Oct 2008 12:44:14 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-10-20T12:44:14Z</dc:date>
    <item>
      <title>Extending VA7100</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289802#M28977</link>
      <description>Hi All&lt;BR /&gt; &lt;BR /&gt; Please see attached file where you can see vgdisplay and ioscan results.&lt;BR /&gt;                          &lt;BR /&gt; We have two VG vg00 and vgBAL, 3 LUNs (c4t0d1, c4t0d2, c4t0d3) We want to know what is c4t0d0 ?&lt;BR /&gt; &lt;BR /&gt; We want to add 10 new 36 GB disks to our VA. After we have physically added the 10 disk at the same time&lt;BR /&gt; We must wait the OS to format evry disk (how many time it will take ?)&lt;BR /&gt; &lt;BR /&gt; Then create new 80 GB LUN with command :&lt;BR /&gt; #armcfg -L 4 -a 80000 -g 1 myArray&lt;BR /&gt; &lt;BR /&gt; there will be new  /dev/dsk/c4t0d4   /dev/rdsk/c4t0d4 created by the OS   ?     &lt;BR /&gt; &lt;BR /&gt; Then we must initialize this disk as an LVM disk by using the pvcreate command.&lt;BR /&gt;#pvcreate -f /dev/rdsk/c4t0d4 &lt;BR /&gt;#diskinfo /dev/rdsk/c4t0d4      &lt;BR /&gt;&lt;BR /&gt;We can add this PV disk to volume group vgBAL&lt;BR /&gt;#vgextend vgBAL /dev/dsk/c4t0d4 &lt;BR /&gt;&lt;BR /&gt;Extend logical volume to 80000 MB&lt;BR /&gt;#/usr/sbin/lvextend -L 80000 /dev/vgBAL/rlvolBAL2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And we can repeat the process with evry new LUN to create.&lt;BR /&gt;&lt;BR /&gt;Is this process is ok to create new LUN and extend VG and LV ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 19 Oct 2008 08:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289802#M28977</guid>
      <dc:creator>sid_22</dc:creator>
      <dc:date>2008-10-19T08:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extending VA7100</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289803#M28978</link>
      <description>/dev/dsk/c4t0d0 is LUN 0 - usually around 10-20MB in size on this array type.&lt;BR /&gt;&lt;BR /&gt;Don't use it for data!&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vgBAL&lt;BR /&gt;...&lt;BR /&gt;Max PE per PV               2047&lt;BR /&gt;...&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;&lt;BR /&gt;This means the maximum PV size is limited to ~8GB!&lt;BR /&gt;&lt;BR /&gt;You cannot add a 80GB LUN to this VG!</description>
      <pubDate>Sun, 19 Oct 2008 14:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289803#M28978</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-10-19T14:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extending VA7100</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289804#M28979</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;We want to add about 140 GB to our vgBAL logical volums but it seem that maximum PV number is 16 where and there is 3 PV now, that mean that we can add only 13 PVs   i.e.    13 x 8 GB = 104 GB to this vg. &lt;BR /&gt;&lt;BR /&gt;How we can chage volume group parameters to allow us to add 140 GB or more.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2008 09:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289804#M28979</guid>
      <dc:creator>sid_22</dc:creator>
      <dc:date>2008-10-20T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extending VA7100</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289805#M28980</link>
      <description>It depends on your OS.&lt;BR /&gt;&lt;BR /&gt;With 11.11 or lower you can only backup the data, remove and recreate the VG.&lt;BR /&gt;&lt;BR /&gt;With 11.23 or higher you can adjust the settings using vgmodify.</description>
      <pubDate>Mon, 20 Oct 2008 09:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289805#M28980</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-10-20T09:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extending VA7100</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289806#M28981</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thank you for you quick replay.&lt;BR /&gt;&lt;BR /&gt;We are on B.11.11 hence we have to delete vgBAL vg and recreate it. &lt;BR /&gt;&lt;BR /&gt;If we remove the vg it will affect the applications or the OS ?&lt;BR /&gt;&lt;BR /&gt;To create a volume group named /dev/vgBAL that can contain a maximum of 255 logical volumes and 32 physical volums, with extent size set to 8 MB :&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vgBAL&lt;BR /&gt;#mknod /dev/vgBAL/group c 64 0xNN0000&lt;BR /&gt;#vgcreate â  p 32 -s 8 /dev/vgBAL&lt;BR /&gt;&lt;BR /&gt;But I have two questions :&lt;BR /&gt;1- How to find NN &lt;BR /&gt;2- How to define the Max PE per PV parameter&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2008 10:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289806#M28981</guid>
      <dc:creator>sid_22</dc:creator>
      <dc:date>2008-10-20T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extending VA7100</title>
      <link>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289807#M28982</link>
      <description>You need to use lvremove and vgremove in order to remove the vg. All data on it will be gone.&lt;BR /&gt;&lt;BR /&gt;You can also use vgexport to get rid of the vg and start over with pvcreate ...&lt;BR /&gt;&lt;BR /&gt;Find out the current NN and re-use it after you removed the vG.&lt;BR /&gt;&lt;BR /&gt;vgcreate -e max_pe ...&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/vgcreate.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/vgcreate.1M.html&lt;/A&gt;</description>
      <pubDate>Mon, 20 Oct 2008 12:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/extending-va7100/m-p/4289807#M28982</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-10-20T12:44:14Z</dc:date>
    </item>
  </channel>
</rss>

