<?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: Increase two different volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298665#M337771</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; this faces with limitation from a SAN when create virtual disk for each increase.&lt;BR /&gt;&lt;BR /&gt;There are two way which you can increase the volume group size.&lt;BR /&gt;&lt;BR /&gt;1) By extending the existing vdisk size mapped to a particular volume group.But in this case you have to use vgmodify on OS side(supports only 11.23 &amp;amp; 11.31).&lt;BR /&gt;&lt;BR /&gt;2)Create a new vdisk ,present to the host and allocate on the particluar VG .&lt;BR /&gt;&lt;BR /&gt;The limitation for the number of vdisks is depends on the EVA controller firmware models.Which EVA model you are using ? what is the firmware version.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 02 Nov 2008 08:19:23 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2008-11-02T08:19:23Z</dc:date>
    <item>
      <title>Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298657#M337763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to increase two different volume group (vg01 and vg02) from only one disk it is available in another volume (vg03).&lt;BR /&gt;For example the size of this disk is 80GB, Without effect on the data in each volume. And I am set this disk to increase any volume&lt;BR /&gt;Group if required space. &lt;BR /&gt;&lt;BR /&gt;thanks and best regards</description>
      <pubDate>Sun, 02 Nov 2008 07:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298657#M337763</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T07:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298658#M337764</link>
      <description>Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;You cannot share a disk across the volume group.&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 07:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298658#M337764</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298659#M337765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;how i can set a disk with big size to increase any volume required space.&lt;BR /&gt;or i need the same concept to applying.&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 02 Nov 2008 07:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298659#M337765</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T07:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298660#M337766</link>
      <description>Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;You can tune a volume group limitations like &lt;BR /&gt;&lt;BR /&gt;a) max_pe&lt;BR /&gt;b) max_lv&lt;BR /&gt;c) max_pv&lt;BR /&gt;d) pe_size&lt;BR /&gt;&lt;BR /&gt;For adding large disks to a volume group ,the volume group`s max_pe and pe_size should be tunned according to the disk size.&lt;BR /&gt;&lt;BR /&gt;max_pe * pe_size = The possible maximum PE allocation from a disk&lt;BR /&gt;&lt;BR /&gt;You can use -e for max_pe and -s for pe_size along with vgcreate &lt;BR /&gt;or&lt;BR /&gt;You can change the existing values of a volume group ,by using vgmodify .Vgmodify comes default with 11.31 and need to install a patch for 11.23.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 07:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298660#M337766</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T07:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298661#M337767</link>
      <description>Example:-&lt;BR /&gt;&lt;BR /&gt;A VG with pe_size=16MB and max_pe= 65535 &lt;BR /&gt;&lt;BR /&gt;Then VG can hold 65535 X 16 MB = 1048 GB Disk. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 07:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298661#M337767</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T07:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298662#M337768</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;because i can't at every time when i need space to increase the volume group in my server, to create a virtual disk from the EVA storage because i have limitation number to create virtual disk.&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Nov 2008 07:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298662#M337768</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T07:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298663#M337769</link>
      <description>&amp;gt;because i can't at every time &lt;BR /&gt;&lt;BR /&gt;It is not a every time job,if you tunned your VG with maximum expected value ,then you don`t need to worry about the next time activity from SAN (extending an existing vdisk or large Vdisk creation).&lt;BR /&gt;&lt;BR /&gt;Let say your maximum expexted vdisk size is 500Gb then &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(max_pe)31250 * (pe_size) 16 = 500 GB &lt;BR /&gt;(approx)&lt;BR /&gt;&lt;BR /&gt;I belive the maximum vdisk size you may able to create from a EVA is 2 TB .So you can make it 65535 X 32 MB also :)&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 07:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298663#M337769</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T07:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298664#M337770</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have more VG including oracle data and it is required  by The continuing, increasing the size of these volume and this faces with limitation from a SAN when create virtual disk for each increase.&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 02 Nov 2008 08:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298664#M337770</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T08:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298665#M337771</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; this faces with limitation from a SAN when create virtual disk for each increase.&lt;BR /&gt;&lt;BR /&gt;There are two way which you can increase the volume group size.&lt;BR /&gt;&lt;BR /&gt;1) By extending the existing vdisk size mapped to a particular volume group.But in this case you have to use vgmodify on OS side(supports only 11.23 &amp;amp; 11.31).&lt;BR /&gt;&lt;BR /&gt;2)Create a new vdisk ,present to the host and allocate on the particluar VG .&lt;BR /&gt;&lt;BR /&gt;The limitation for the number of vdisks is depends on the EVA controller firmware models.Which EVA model you are using ? what is the firmware version.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Nov 2008 08:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298665#M337771</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298666#M337772</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have the latest version of EVA controller firmware xcs v6.0 for EVA8000&lt;BR /&gt;and i have 11.11 version.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 02 Nov 2008 08:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298666#M337772</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298667#M337773</link>
      <description>&lt;BR /&gt;Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;EVA 8000&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;Management of up to 1024 virtual disks (256 per HBA) ranging in size from 1 GB to 2 TB per virtual disk, in 1GB increments .&lt;BR /&gt;&lt;BR /&gt;for more info:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18006.www1.hp.com/products/quickspecs/12236_div/12236_div.html" target="_blank"&gt;http://h18006.www1.hp.com/products/quickspecs/12236_div/12236_div.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 08:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298667#M337773</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T08:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298668#M337774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks for all your replay, but Can I increase the size of existing virtual disk from SAN storage side without create a new virtual disk. if yes what is i working in this case from UX side.&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 02 Nov 2008 09:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298668#M337774</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T09:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298669#M337775</link>
      <description>&amp;gt;Can I increase the size of existing virtual disk from SAN storage side without create a new virtual disk. &lt;BR /&gt;&lt;BR /&gt;Yes, you can&lt;BR /&gt;&lt;BR /&gt;see this:-&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1140868" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1140868&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 09:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298669#M337775</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298670#M337776</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;but if the VG is not take the new extend, that need to run vgmodify -v -o command but this command is not work on 11.11v. what is the Alternative command?&lt;BR /&gt;and how i can know the disk it is the same disk on SAN and Unix server? because when i try to increase any virtual disk to be know any disk which increasing.&lt;BR /&gt;thanks  &lt;BR /&gt;</description>
      <pubDate>Sun, 02 Nov 2008 09:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298670#M337776</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T09:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298671#M337777</link>
      <description>Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;Vgmodify will work only with 11.23 and 11.31 .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how i can know the disk it is the same disk on SAN and Unix server?&lt;BR /&gt;&lt;BR /&gt;2 ways &lt;BR /&gt;&lt;BR /&gt;a) using autopath&lt;BR /&gt;&lt;BR /&gt;b) using evainfo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But since you are using 11.11 you cannot able to do this,plan to create a new vdisk and allocate to the Volume group. &lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 10:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298671#M337777</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298672#M337778</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks but you can give me more details about this 2 way&lt;BR /&gt;&lt;BR /&gt;a) using autopath&lt;BR /&gt;&lt;BR /&gt;b) using evainfo  &lt;BR /&gt;&lt;BR /&gt;thanks and best regards</description>
      <pubDate>Sun, 02 Nov 2008 11:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298672#M337778</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T11:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298673#M337779</link>
      <description>EVAinfo&lt;BR /&gt;=======&lt;BR /&gt;&lt;BR /&gt;Software:- Install evainfo from the HP storageworks SSSU CD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;doc :-&lt;BR /&gt;&lt;A href="http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01438659-1" target="_blank"&gt;http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01438659-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Autopath&lt;BR /&gt;=========&lt;BR /&gt;&lt;BR /&gt;Software download:-&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?&amp;amp;swItem=co-58128-1" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?&amp;amp;swItem=co-58128-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;#autopath discover&lt;BR /&gt;#autopath display --- will show all your vdisk with UUID,alternative paths etc.You can match this disk uuid with Command view vdisk details&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 11:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298673#M337779</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298674#M337780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;but the evainfo command is not work with 11.11 version&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 02 Nov 2008 11:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298674#M337780</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298675#M337781</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;EVAInfo is supported on the following operating systems: HP-UX 11.11 (PA), 11.23 (PA and IA), 11.31&lt;BR /&gt;(PA and IA).&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 02 Nov 2008 12:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298675#M337781</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-02T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Increase two different volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298676#M337782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i don't have the HP storageworks SSSU CD, how i can install this command and how use it to&lt;BR /&gt;matching between the disk in SAN and UX server&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 02 Nov 2008 12:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-two-different-volume-group/m-p/4298676#M337782</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-11-02T12:22:55Z</dc:date>
    </item>
  </channel>
</rss>

