<?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: cannot create volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004724#M127232</link>
    <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Please look at this thread where people responded to my similar problem. &lt;BR /&gt;&lt;BR /&gt;Hey, your question is appearing twice to me. &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;~AM &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x10a50cb17a32d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x10a50cb17a32d5118fef0090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Mon, 23 Jun 2003 13:47:36 GMT</pubDate>
    <dc:creator>Anu Mathew</dc:creator>
    <dc:date>2003-06-23T13:47:36Z</dc:date>
    <item>
      <title>cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004718#M127226</link>
      <description>On saturday we had a consultant in to hook up our HP9000 box to our new CX600. &lt;BR /&gt;She did a pvcreate and&lt;BR /&gt;mkdir /dev/vgtemp&lt;BR /&gt;mknod /dev/vgtemp/group c 64 0x030000&lt;BR /&gt;HOWEVER....................&lt;BR /&gt;when she tried to do a vgcreate, we got the following error message:&lt;BR /&gt;Increased the number of physical extents per physical volume to 42495.&lt;BR /&gt;vgcreate: Volume group "/dev/vgtemp" could not be created:&lt;BR /&gt;VGRA for the disk is too big for the specified parameters. Increase the&lt;BR /&gt;extent size or decrease max_PVs/max_LVs and try again.&lt;BR /&gt;&lt;BR /&gt;I'm hoping someone out there has seen this before and can shed some light on it. &lt;BR /&gt;Thanks&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004718#M127226</guid>
      <dc:creator>Paul Wright</dc:creator>
      <dc:date>2003-06-23T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004719#M127227</link>
      <description>Hi,&lt;BR /&gt;vhen you create the vg, there are many option.&lt;BR /&gt;&lt;BR /&gt;One of these is the PE size (-p option).&lt;BR /&gt;In a PV there can be a maximum of 65535.&lt;BR /&gt;&lt;BR /&gt;But there are other rules.&lt;BR /&gt;&lt;BR /&gt;One of this is that the number of PE * number of PV + a constat must fit, in bytes, in a single PE.&lt;BR /&gt;&lt;BR /&gt;So, if you have a large disk and a large number of PV, you can overtake this limit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To come around it, you can:&lt;BR /&gt;&lt;BR /&gt;- use a bigger PE size&lt;BR /&gt;or&lt;BR /&gt;- limit the number of LV to something less than 255, i think 100 can suffice&lt;BR /&gt;or &lt;BR /&gt;- limit the number of PV, also here a maximum of 80 can help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All these are option of the vgcreate:&lt;BR /&gt;&lt;BR /&gt;  SYNOPSIS&lt;BR /&gt;      /usr/sbin/vgcreate [-f] [-A autobackup] [-x extensibility] [-e max_pe]&lt;BR /&gt;           [-l max_lv] [-p max_pv] [-s pe_size] [-g pvg_name] vg_name&lt;BR /&gt;           pv_path ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Refer to the man page for all details .&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004719#M127227</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-23T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004720#M127228</link>
      <description>It would be helpful if you could give us more details like how big is the disks. How many disks involved in this volume group etc..&lt;BR /&gt;&lt;BR /&gt;do a pvdisplay on the disk to get disk information for configured numbers of physical extents and use diskinfo to get size of the disks&lt;BR /&gt;EX:&lt;BR /&gt;pvdisplay /dev/dsk/devicename&lt;BR /&gt;diskinfo /dev/rdsk/devicename&lt;BR /&gt;&lt;BR /&gt;Goodluck..&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004720#M127228</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-06-23T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004721#M127229</link>
      <description>You need to add -e (max_pe) and -s (pe_size in MB) args to the vgcreate command.&lt;BR /&gt;&lt;BR /&gt;Note that the maximum -e is 64K. You need to adjust the parameters so that max_pe X ps_size "fits" the largest LUN in this volume group. In general, a smaller pe_size is preferred.&lt;BR /&gt;&lt;BR /&gt;Another possible source of error that will lead to very screwy error messages is duplicate minor device numbers in the group file. Make absolutely certain that there is not another 64/0x03000 device node.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004721#M127229</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-23T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004722#M127230</link>
      <description>You need to add -e (max_pe) and -s (pe_size in MB) args to the vgcreate command.&lt;BR /&gt;&lt;BR /&gt;Note that the maximum -e is 64K. You need to adjust the parameters so that max_pe X ps_size "fits" the largest LUN in this volume group. In general, a smaller pe_size is preferred.&lt;BR /&gt;&lt;BR /&gt;Another possible source of error that will lead to very screwy error messages is duplicate minor device numbers in the group file. Make absolutely certain that there is not another 64/0x03000 device node.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004722#M127230</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-23T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004723#M127231</link>
      <description>You need to add -e (max_pe) and -s (pe_size in MB) args to the vgcreate command.&lt;BR /&gt;&lt;BR /&gt;Note that the maximum -e is 64K. You need to adjust the parameters so that max_pe X ps_size "fits" the largest LUN in this volume group. In general, a smaller pe_size is preferred.&lt;BR /&gt;&lt;BR /&gt;Another possible source of error that will lead to very screwy error messages is duplicate minor device numbers in the group file. Make absolutely certain that there is not another 64/0x03000 device node.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004723#M127231</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-23T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004724#M127232</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Please look at this thread where people responded to my similar problem. &lt;BR /&gt;&lt;BR /&gt;Hey, your question is appearing twice to me. &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;~AM &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x10a50cb17a32d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x10a50cb17a32d5118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Mon, 23 Jun 2003 13:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004724#M127232</guid>
      <dc:creator>Anu Mathew</dc:creator>
      <dc:date>2003-06-23T13:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004725#M127233</link>
      <description>Clay:&lt;BR /&gt;I tried your suggestions, adding -e and -s bit I still got the same message.&lt;BR /&gt;&lt;BR /&gt;AM:&lt;BR /&gt;I'm tempted to just increase the PE size but I would rather leave them at 4MB if at all possible. Thanks for the info though.</description>
      <pubDate>Mon, 23 Jun 2003 13:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004725#M127233</guid>
      <dc:creator>Paul Wright</dc:creator>
      <dc:date>2003-06-23T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004726#M127234</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If you want to avoid increasing the PE size you may create more lun on the cx600 with smaller size.&lt;BR /&gt;&lt;BR /&gt;The disavantage is when running ioscan you will see a long list of disks (luns). If you have alternate links the number of seen disks will be very very very long.&lt;BR /&gt;&lt;BR /&gt;ex: with 2 switches and a cx600 you will see 4 paths for each disk ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 14:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004726#M127234</guid>
      <dc:creator>Mercadie</dc:creator>
      <dc:date>2003-06-23T14:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004727#M127235</link>
      <description>Hi,&lt;BR /&gt;try also with the "-p" and "-l".&lt;BR /&gt;After so many tests, i will re-issue a pvcreate, just to be sure it's all clean.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 14:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-volume-group/m-p/3004727#M127235</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-23T14:44:10Z</dc:date>
    </item>
  </channel>
</rss>

