<?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: vgcreate not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335448#M189735</link>
    <description>Scott,&lt;BR /&gt; &lt;BR /&gt;no idea if the problem is still present or if you are still watching this thread.&lt;BR /&gt; &lt;BR /&gt;Just an addtl. note... if vgcreate reports "contains no LVM information" then this is typically the absolute truth.&lt;BR /&gt; &lt;BR /&gt;So you should have a closer look at your pvcreate command. Take care... I remember situations where pvcreate failed without reporting an error message.&lt;BR /&gt; &lt;BR /&gt;A sucsessful pvcreate always prints the message:&lt;BR /&gt;'Physical volume "%s" has been successfully created.'&lt;BR /&gt; &lt;BR /&gt;Otherwise something is wrong... typically the disk has some kind of problem.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
    <pubDate>Tue, 20 Jul 2004 09:44:40 GMT</pubDate>
    <dc:creator>Dietmar Konermann</dc:creator>
    <dc:date>2004-07-20T09:44:40Z</dc:date>
    <item>
      <title>vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335439#M189726</link>
      <description>I ran pvcreate, I created my directory (/dev/vg01), I ran the mknod command.  All appeared to work fine.  Now I run 'vgcreate -s 8 /dev/vg01 /dev/dsk/c20t0d0' and I get this message:&lt;BR /&gt;vgcreate: Physical Volume "/dev/dsk/c20t0d0" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;What is this telling me?  What did I do wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 19 Jul 2004 12:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335439#M189726</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2004-07-19T12:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335440#M189727</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;Re-check your pvcreate command.  Did you specify the right device?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 19 Jul 2004 13:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335440#M189727</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-07-19T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335441#M189728</link>
      <description>hi,&lt;BR /&gt;  &lt;BR /&gt;forgot pvcreate on the disk?&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Mon, 19 Jul 2004 13:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335441#M189728</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-07-19T13:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335442#M189729</link>
      <description>pvcreate /dev/rdsk/&lt;DEVICE-FILE&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;vgcreate -s 8 /dev/vg01 /dev/dsk/&lt;DEVICE-FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you use raw device file with pvcreate.&lt;BR /&gt;&lt;BR /&gt;Double check that you used the correct minor number with mknod.&lt;BR /&gt;&lt;BR /&gt;Do you see the disk when you run "ioscan -fnC disk"?&lt;/DEVICE-FILE&gt;&lt;/DEVICE-FILE&gt;</description>
      <pubDate>Mon, 19 Jul 2004 13:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335442#M189729</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2004-07-19T13:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335443#M189730</link>
      <description>Sounds like it contains no LVM info...&lt;BR /&gt;&lt;BR /&gt;Make sure it's not in a volumegroup:&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab |grep c20t0d0&lt;BR /&gt;&lt;BR /&gt;Anything from:&lt;BR /&gt;diskinfo /dev/rdsk/c20t0d0&lt;BR /&gt;&lt;BR /&gt;Create it again:&lt;BR /&gt;pvcreate -f /dev/rdsk/c20t0d0&lt;BR /&gt;pvdisplay /dev/dsk/c20t0d0&lt;BR /&gt;&lt;BR /&gt;Then try the vgcreate again...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2004 13:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335443#M189730</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-19T13:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335444#M189731</link>
      <description>it sounds like you have exceeded the vgmax in your kernel tuning parameters.  Go into sam and check to see if you have vgmax set to something reasonable for your environment.&lt;BR /&gt;&lt;BR /&gt;My vgmax on one box is 255 the absolute max, and one is 86  each to the system needs...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2004 13:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335444#M189731</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2004-07-19T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335445#M189732</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What does &lt;BR /&gt;diskinfo /dev/rdsk/c20t0d0&lt;BR /&gt;return?&lt;BR /&gt;&lt;BR /&gt;Did you use -f on the pvcreate command. If it ever had LVM or even VxVM info on it you have to "force" the pvcreate. It's a safety factor in case you specify the wrong PV in the pvcreate command.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 19 Jul 2004 13:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335445#M189732</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-07-19T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335446#M189733</link>
      <description>I think Tim means... maxvgs &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, make doubly sure your disk is visible and check for NO_HW in an ioscan...&lt;BR /&gt;&lt;BR /&gt;Use diskinfo &lt;DEVICE&gt; to be sure it is there and not just a phantom device in your /dev/dsk directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I set mine to 255 as a default... I believe the REAL default is something like 64 vgs...&lt;BR /&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Mon, 19 Jul 2004 13:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335446#M189733</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-07-19T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335447#M189734</link>
      <description>I see you are creating vg01, that sounds like this is the second volume you are creating after vg00.  I.e. total volume groups = 2. If that's the case, MAX_VGS(or whatever its called) will be well above 2.  You can to sam to take a look under kernel parameters. &lt;BR /&gt;&lt;BR /&gt;So lets look at something else....&lt;BR /&gt;&lt;BR /&gt;Run "ls -l /dev/vg*/group"&lt;BR /&gt;You get all of the group files.  Are any of # in the 0x0#0000 columns the same?  They shouldn't be.  You probably already know this.  But still...I got stuck once because I inadvertantly tried to use the same number for a volume I was importing.  &lt;BR /&gt;&lt;BR /&gt;0x030000 Dec 16  2001 /dev/vgssd5/group&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 09:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335447#M189734</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-07-20T09:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335448#M189735</link>
      <description>Scott,&lt;BR /&gt; &lt;BR /&gt;no idea if the problem is still present or if you are still watching this thread.&lt;BR /&gt; &lt;BR /&gt;Just an addtl. note... if vgcreate reports "contains no LVM information" then this is typically the absolute truth.&lt;BR /&gt; &lt;BR /&gt;So you should have a closer look at your pvcreate command. Take care... I remember situations where pvcreate failed without reporting an error message.&lt;BR /&gt; &lt;BR /&gt;A sucsessful pvcreate always prints the message:&lt;BR /&gt;'Physical volume "%s" has been successfully created.'&lt;BR /&gt; &lt;BR /&gt;Otherwise something is wrong... typically the disk has some kind of problem.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Tue, 20 Jul 2004 09:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-not-working/m-p/3335448#M189735</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-07-20T09:44:40Z</dc:date>
    </item>
  </channel>
</rss>

