<?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: Available minor numbers/VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701529#M547464</link>
    <description>&lt;!--!*#--&gt;Apologies for the duplication.  I forgot to check the retain spacing button.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 19 Oct 2010 14:21:37 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2010-10-19T14:21:37Z</dc:date>
    <item>
      <title>Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701524#M547459</link>
      <description>&lt;BR /&gt;When creating a device file named group in the volume directory with the mknod command, what command do I use to obtain and display available minor numbers&lt;BR /&gt;&lt;BR /&gt;Mknod /dev/vgname/group c major 0xminor&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the assistance</description>
      <pubDate>Tue, 19 Oct 2010 14:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701524#M547459</guid>
      <dc:creator>Jamesbond313</dc:creator>
      <dc:date>2010-10-19T14:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701525#M547460</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;please use below command&lt;BR /&gt;#mknod /dev/vg0X/group c 64 0x0X0000&lt;BR /&gt;In Place of X change the no as per ur volume group for example vg01 as below&lt;BR /&gt;&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this solves ur qery&lt;BR /&gt;Don't forget to assign points.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu Khandare</description>
      <pubDate>Tue, 19 Oct 2010 14:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701525#M547460</guid>
      <dc:creator>vishnu.khandare</dc:creator>
      <dc:date>2010-10-19T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701526#M547461</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg*&lt;BR /&gt;&lt;BR /&gt;If you are running a release less than 11.31 you will need to verify your kernel's 'maxvgs' value.  Since vg00 counts as a used slot, a 'maxvgs' value of 10 means that you could have 'vg00..vg09' assuming you name your volume groups to match their minor number.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 19 Oct 2010 14:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701526#M547461</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-10-19T14:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701527#M547462</link>
      <description>How about "ll /dev/vg*/group"?  The output looks like this:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/vg*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Mar 15  2004 /dev/vg00/group&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x010000 Mar 30  2004 /dev/vg01/group&lt;BR /&gt;crw-rw-r--   1 informix   informix    64 0x030000 Nov 26  2009 /dev/vg03/group&lt;BR /&gt;&lt;BR /&gt;The minor numbers are the first two digits after "0x".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Oct 2010 14:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701527#M547462</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-10-19T14:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701528#M547463</link>
      <description>&lt;!--!*#--&gt;How about "ll /dev/vg*/group"?  The output looks like this:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/vg*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Mar 15  2004 /dev/vg00/group&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x010000 Mar 30  2004 /dev/vg01/group&lt;BR /&gt;crw-rw-r--   1 informix   informix    64 0x030000 Nov 26  2009 /dev/vg03/group&lt;BR /&gt;&lt;BR /&gt;The minor numbers are the first two digits after "0x".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Oct 2010 14:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701528#M547463</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-10-19T14:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701529#M547464</link>
      <description>&lt;!--!*#--&gt;Apologies for the duplication.  I forgot to check the retain spacing button.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Oct 2010 14:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701529#M547464</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-10-19T14:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701530#M547465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;     It's simples:&lt;BR /&gt;/&amp;gt; ll /dev/*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Oct 30  2008 /dev/vg00/group&lt;BR /&gt;&lt;BR /&gt;minor = 0x000000&lt;BR /&gt;major = 0x000000&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;EFS</description>
      <pubDate>Tue, 19 Oct 2010 14:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701530#M547465</guid>
      <dc:creator>Fraga</dc:creator>
      <dc:date>2010-10-19T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701531#M547466</link>
      <description>Correction:&lt;BR /&gt;major = 0x&lt;BR /&gt;minor = 64</description>
      <pubDate>Tue, 19 Oct 2010 14:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701531#M547466</guid>
      <dc:creator>Fraga</dc:creator>
      <dc:date>2010-10-19T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701532#M547467</link>
      <description>Sorry, my posts were confusing, this inverted ...............&lt;BR /&gt;I will go for here.</description>
      <pubDate>Tue, 19 Oct 2010 14:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701532#M547467</guid>
      <dc:creator>Fraga</dc:creator>
      <dc:date>2010-10-19T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701533#M547468</link>
      <description>and to give you more information than ever needed for a simple "ls -ld /dev/vg*/group" command.&lt;BR /&gt;&lt;BR /&gt;the maximum number of volume groups is equal to the kernel parameter MAXVGS in 11.11 and 11.23, i believe the limit is 255 in 11.31&lt;BR /&gt;&lt;BR /&gt;cheers</description>
      <pubDate>Tue, 19 Oct 2010 17:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701533#M547468</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-19T17:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701534#M547469</link>
      <description>Fraga,&lt;BR /&gt;&lt;BR /&gt;Still confusing.  The major number is 64, which can be traced back to lsdev output to tell that this is an lvm device.  The minor number is the first two digits following the 0x designation, in your example it would be 00, which most like indicates vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Oct 2010 18:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701534#M547469</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-10-19T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701535#M547470</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;a) The LVM volume groups do not have to&lt;BR /&gt;have names starting with "vg", so&lt;BR /&gt;this is more appropriate:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;b) On HP-UX 11.31, if you use VG versions&lt;BR /&gt;2.x, you do not need all that nonsence&lt;BR /&gt;about mknod(1M). For example:&lt;BR /&gt;&lt;BR /&gt;# vgcreate -V 2.2 ...&lt;BR /&gt;&lt;BR /&gt;It automatically creates the volume group and picks up a free minor number. Absolutely&lt;BR /&gt;no need to run command mknod(1M) manually.&lt;BR /&gt;&lt;BR /&gt;c) Finally, on HP-UX 11.31, VG versions 2.x&lt;BR /&gt;have major number 128. Only VG version 1.0&lt;BR /&gt;(traditionally being in use for the last&lt;BR /&gt;27-odd years), has major number 64.&lt;BR /&gt;&lt;BR /&gt;In short, if you use latest HP-UX 11.31,&lt;BR /&gt;I would not even try to use VG version 1.0.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Tue, 19 Oct 2010 19:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701535#M547470</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2010-10-19T19:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701536#M547471</link>
      <description>The only requirement is that each VG has a unique 2 digit hex number after the 0x. Although highly likely, 0x00 is probably vg00, but any hex value from 0x00 through 0xff will work as long as it is unique. To find what has already been used:&lt;BR /&gt; &lt;BR /&gt;ll /dev/*/group | awk '{print $6,$NF}'&lt;BR /&gt; &lt;BR /&gt;Now not all of these group files may be in use. The VG may be deactivated or it may have just been created with mkdir and mknod but never used in a VG.</description>
      <pubDate>Tue, 19 Oct 2010 22:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701536#M547471</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-10-19T22:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701537#M547472</link>
      <description>One other thing.&lt;BR /&gt;&lt;BR /&gt;The minor number is in hex.&lt;BR /&gt;&lt;BR /&gt;So the number that would follow 0x090000 would be 0x0a0000.  0x100000 would follow 0x0f0000.&lt;BR /&gt;&lt;BR /&gt;There doesn't have to be any relationship between the vg name and the minor number but each VG must have a unique minor number.&lt;BR /&gt;&lt;BR /&gt;It is common for vg01 to have 0x010000 and vg02 to have 0x020000, etc. but it is not necessary.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 22:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701537#M547472</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2010-10-19T22:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701538#M547473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg*/group&lt;BR /&gt;&lt;BR /&gt;If you have 11iv3 you no need to worry abour minor number you simply run vgcreate(no need to do mkdir vg and mknod)&lt;BR /&gt;&lt;BR /&gt;chandra</description>
      <pubDate>Wed, 20 Oct 2010 01:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701538#M547473</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-10-20T01:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701539#M547474</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is a convention that can be followed :-&lt;BR /&gt;/dev/vg05/lvol2&lt;BR /&gt;Minor number :- 0x050002&lt;BR /&gt;First 2 bits for volume group last 2 for logical volume (although very few people follow this as they give there own names for vgs and lvs). This is for LVM v1 . For v2 those 2 bits become 3 bits!. And hence in 11iv3 using LVM v2 we can have vgs and lvs upto fff which is more than 255 but only for LVM version2 and higher.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 11 Nov 2010 21:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701539#M547474</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-11-11T21:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701540#M547475</link>
      <description>And again - without telling your OS version you cannot get an exact answer ...</description>
      <pubDate>Thu, 11 Nov 2010 21:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701540#M547475</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-11-11T21:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701541#M547476</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;addon,&lt;BR /&gt;&lt;BR /&gt;If your maxvgs ( prior to 11iV3) parameter is 8 and you have used minor number -07- to create a group file ( 0x070000) , you will not be able to create anymore VG , even there is only two VGs existing in the system.&lt;BR /&gt;&lt;BR /&gt;Vgcreate command will give you an error which you have never seen .. &lt;BR /&gt;&lt;BR /&gt;enjoy it !!! &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Fri, 12 Nov 2010 20:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701541#M547476</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-11-12T20:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Available minor numbers/VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701542#M547477</link>
      <description>If you liked it , assign the points!!!!</description>
      <pubDate>Fri, 12 Nov 2010 20:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/available-minor-numbers-vg/m-p/4701542#M547477</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-11-12T20:36:41Z</dc:date>
    </item>
  </channel>
</rss>

