<?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 is hanging while creating volume group. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262971#M627558</link>
    <description>It looks like this:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/swlist -l product | grep -i LVM&lt;BR /&gt;&lt;BR /&gt;LVM  B.11.23  LVM</description>
    <pubDate>Thu, 29 Apr 2004 10:28:43 GMT</pubDate>
    <dc:creator>Janusz Wojnarowicz</dc:creator>
    <dc:date>2004-04-29T10:28:43Z</dc:date>
    <item>
      <title>vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262951#M627538</link>
      <description>Hi Folks,&lt;BR /&gt;my problem is as follows. I'm trying to create a new volume group on a new disc. It makes no difference whether I'm using sam or if I do it from a command line with pvcreate,vgcreate and so on.&lt;BR /&gt;I am just observing a strange effect that vgcreate process is hanging. I can see:&lt;BR /&gt;- /dev/vg01 is created and within it a node to vg: 64 0x010000 Apr 29 18:30 group&lt;BR /&gt;- I can see my disc in /etc/lvmtab.&lt;BR /&gt;- I can see the vgcreate process which is hanging&lt;BR /&gt;And when I take this disc into the existing vg e.g. vg00 he's finished in few seconds.&lt;BR /&gt;So I do not really understand why I'm getting these problems when I'm trying to create vg01 with this disc?&lt;BR /&gt;&lt;BR /&gt;Can anyone give any tip?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Janusz</description>
      <pubDate>Thu, 29 Apr 2004 10:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262951#M627538</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262952#M627539</link>
      <description>Hi Janusz,&lt;BR /&gt;&lt;BR /&gt;Make sure you don't have any minor # conflicts&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg* | | grep 0x010000&lt;BR /&gt;&lt;BR /&gt;and see if you get more than one hit.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 29 Apr 2004 10:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262952#M627539</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-29T10:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262953#M627540</link>
      <description>Oops - just one pipe required - typo'd that&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 29 Apr 2004 10:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262953#M627540</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-29T10:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262954#M627541</link>
      <description>???&lt;BR /&gt;Hi J.&lt;BR /&gt;I don't understand your problem...&lt;BR /&gt;but I give you the right procedure&lt;BR /&gt;pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;cd /dev/vg01&lt;BR /&gt;mknod group c 64 0x010000&lt;BR /&gt;vgcreate /dev/vg01 /dev/dsk/cxtxdx&lt;BR /&gt;lvcreate -L xx(MB) -n (name-optional) /dev/vg01&lt;BR /&gt;newfs -F vxfs /dev/vg01/rlovolx&lt;BR /&gt;mkdir /xxx&lt;BR /&gt;mount /dev/vg01/rlovolx /xxx&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;L.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262954#M627541</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-29T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262955#M627542</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;I have only vg00 at the moment and I'm for 111% sure I don't have any minor conflict.</description>
      <pubDate>Thu, 29 Apr 2004 10:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262955#M627542</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262956#M627543</link>
      <description>He is asking if the minor number you are using is being used by another volume group. &lt;BR /&gt;&lt;BR /&gt;ll /dev/vg*/group &lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Feb 16  2000 /dev/vg00/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x110000 Aug 17  2002 /dev/vg01/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x120000 Aug 17  2002 /dev/vg03/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x130000 Aug 17  2002 /dev/vg04/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x140000 Aug 17  2002 /dev/vg07/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x0a0000 Dec 18 15:56 /dev/vg10/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;notice they are all unique.</description>
      <pubDate>Thu, 29 Apr 2004 10:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262956#M627543</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-04-29T10:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262957#M627544</link>
      <description>oh if you only have vg00 its probably 0x00000 however I would still verify that. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262957#M627544</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-04-29T10:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262958#M627545</link>
      <description>I know what you mean - I don't have any conflict:&lt;BR /&gt;ll /dev/vg*/group &lt;BR /&gt;crw-r----- 1 root sys 64 0x000000 Jul 9 2003 /dev/vg00/group&lt;BR /&gt;cr--r--r-- 1 root sys 64 0x010000 Apr 29 18:30 /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262958#M627545</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262959#M627546</link>
      <description>take a look at the permission!!!!&lt;BR /&gt;L.</description>
      <pubDate>Thu, 29 Apr 2004 10:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262959#M627546</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-29T10:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262960#M627547</link>
      <description>hmm interesting permissions you have on /dev/vg02/group there. I think it needs to be writeable by owner.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262960#M627547</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-04-29T10:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262961#M627548</link>
      <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;I tried to do it in 2 ways. One way was exactly this one as you described. And it was hanging at vgcreate. I couldn't kill the process the only way to get rid of him was to reboot the machine.</description>
      <pubDate>Thu, 29 Apr 2004 10:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262961#M627548</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262962#M627549</link>
      <description>Hi Janusz,&lt;BR /&gt;&lt;BR /&gt;Notice the perms on vg01 group - make them&lt;BR /&gt;&lt;BR /&gt;chmod 644 /dev/vg01/group&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 29 Apr 2004 10:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262962#M627549</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-29T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262963#M627550</link>
      <description>agree with marvin&lt;BR /&gt;perms must be:&lt;BR /&gt;crw-r----- or&lt;BR /&gt;crw-rw-rw&lt;BR /&gt;&lt;BR /&gt;L.</description>
      <pubDate>Thu, 29 Apr 2004 10:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262963#M627550</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-29T10:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262964#M627551</link>
      <description>My best guess, now that minor device numbers appear to be out of the picture, is that you have some corrupt kernel LVM data structures.&lt;BR /&gt;I would look for and install the latest LVM and LVM Commands cumulative patch set. Since you didn't bother to identify your OS, it's not possible to identify the needed patches.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262964#M627551</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-04-29T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262965#M627552</link>
      <description>Ok it maybe a permission. So you mean if I change them while the process is running it could take an effect "on the fly" ?</description>
      <pubDate>Thu, 29 Apr 2004 10:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262965#M627552</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262966#M627553</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Suggest you check for patches on your system. Maybe you are missing one of the critical patches.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262966#M627553</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-29T10:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262967#M627554</link>
      <description>Hi Sanyaj,&lt;BR /&gt;how can I check it ?</description>
      <pubDate>Thu, 29 Apr 2004 10:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262967#M627554</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262968#M627555</link>
      <description>try to erase vg&lt;BR /&gt;vgexport vg03...&lt;BR /&gt;... patch the system..&lt;BR /&gt;and retry.&lt;BR /&gt;you install the quality pkg??&lt;BR /&gt;what version do you run?&lt;BR /&gt;L.</description>
      <pubDate>Thu, 29 Apr 2004 10:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262968#M627555</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-29T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262969#M627556</link>
      <description>How can I check which patch I need ?&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 10:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262969#M627556</guid>
      <dc:creator>Janusz Wojnarowicz</dc:creator>
      <dc:date>2004-04-29T10:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate is hanging while creating volume group.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262970#M627557</link>
      <description>look for patches database in itrc&lt;BR /&gt;search by version and by keyword LVM&lt;BR /&gt;compare with yours patches on the system...&lt;BR /&gt;swlist -l product | grep -i LVM</description>
      <pubDate>Thu, 29 Apr 2004 10:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-is-hanging-while-creating-volume-group/m-p/3262970#M627557</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-04-29T10:26:56Z</dc:date>
    </item>
  </channel>
</rss>

