- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate is hanging while creating volume group.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:00 AM
04-29-2004 03:00 AM
vgcreate is hanging while creating volume group.
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.
I am just observing a strange effect that vgcreate process is hanging. I can see:
- /dev/vg01 is created and within it a node to vg: 64 0x010000 Apr 29 18:30 group
- I can see my disc in /etc/lvmtab.
- I can see the vgcreate process which is hanging
And when I take this disc into the existing vg e.g. vg00 he's finished in few seconds.
So I do not really understand why I'm getting these problems when I'm trying to create vg01 with this disc?
Can anyone give any tip?
Regards,
Janusz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:05 AM
04-29-2004 03:05 AM
Re: vgcreate is hanging while creating volume group.
Make sure you don't have any minor # conflicts
ll /dev/vg* | | grep 0x010000
and see if you get more than one hit.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:05 AM
04-29-2004 03:05 AM
Re: vgcreate is hanging while creating volume group.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:07 AM
04-29-2004 03:07 AM
Re: vgcreate is hanging while creating volume group.
Hi J.
I don't understand your problem...
but I give you the right procedure
pvcreate -f /dev/rdsk/cxtxdx
mkdir /dev/vg01
cd /dev/vg01
mknod group c 64 0x010000
vgcreate /dev/vg01 /dev/dsk/cxtxdx
lvcreate -L xx(MB) -n (name-optional) /dev/vg01
newfs -F vxfs /dev/vg01/rlovolx
mkdir /xxx
mount /dev/vg01/rlovolx /xxx
Hope this helps
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:08 AM
04-29-2004 03:08 AM
Re: vgcreate is hanging while creating volume group.
I have only vg00 at the moment and I'm for 111% sure I don't have any minor conflict.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:10 AM
04-29-2004 03:10 AM
Re: vgcreate is hanging while creating volume group.
ll /dev/vg*/group
crw-r----- 1 root sys 64 0x000000 Feb 16 2000 /dev/vg00/group
crw-r--r-- 1 root sys 64 0x110000 Aug 17 2002 /dev/vg01/group
crw-r--r-- 1 root sys 64 0x120000 Aug 17 2002 /dev/vg03/group
crw-r--r-- 1 root sys 64 0x130000 Aug 17 2002 /dev/vg04/group
crw-r--r-- 1 root sys 64 0x140000 Aug 17 2002 /dev/vg07/group
crw-r--r-- 1 root sys 64 0x0a0000 Dec 18 15:56 /dev/vg10/group
crw-r--r-- 1 root sys 64
notice they are all unique.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:11 AM
04-29-2004 03:11 AM
Re: vgcreate is hanging while creating volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:13 AM
04-29-2004 03:13 AM
Re: vgcreate is hanging while creating volume group.
ll /dev/vg*/group
crw-r----- 1 root sys 64 0x000000 Jul 9 2003 /dev/vg00/group
cr--r--r-- 1 root sys 64 0x010000 Apr 29 18:30 /dev/vg01/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:15 AM
04-29-2004 03:15 AM
Re: vgcreate is hanging while creating volume group.
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:15 AM
04-29-2004 03:15 AM
Re: vgcreate is hanging while creating volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:17 AM
04-29-2004 03:17 AM
Re: vgcreate is hanging while creating volume group.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:17 AM
04-29-2004 03:17 AM
Re: vgcreate is hanging while creating volume group.
Notice the perms on vg01 group - make them
chmod 644 /dev/vg01/group
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:17 AM
04-29-2004 03:17 AM
Re: vgcreate is hanging while creating volume group.
perms must be:
crw-r----- or
crw-rw-rw
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:18 AM
04-29-2004 03:18 AM
Re: vgcreate is hanging while creating volume group.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:20 AM
04-29-2004 03:20 AM
Re: vgcreate is hanging while creating volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:21 AM
04-29-2004 03:21 AM
Re: vgcreate is hanging while creating volume group.
Suggest you check for patches on your system. Maybe you are missing one of the critical patches.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:22 AM
04-29-2004 03:22 AM
Re: vgcreate is hanging while creating volume group.
how can I check it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:24 AM
04-29-2004 03:24 AM
Re: vgcreate is hanging while creating volume group.
vgexport vg03...
... patch the system..
and retry.
you install the quality pkg??
what version do you run?
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:26 AM
04-29-2004 03:26 AM
Re: vgcreate is hanging while creating volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:26 AM
04-29-2004 03:26 AM
Re: vgcreate is hanging while creating volume group.
search by version and by keyword LVM
compare with yours patches on the system...
swlist -l product | grep -i LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:28 AM
04-29-2004 03:28 AM
Re: vgcreate is hanging while creating volume group.
/usr/sbin/swlist -l product | grep -i LVM
LVM B.11.23 LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:32 AM
04-29-2004 03:32 AM
Re: vgcreate is hanging while creating volume group.
go to site map,
patches databsae,
find individual patches -->HPUX,
specify your vers HPUX and specify keyword LVM.
...then download and istall all!!!
Regds
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:50 AM
04-29-2004 03:50 AM
Re: vgcreate is hanging while creating volume group.
I'm just wondering because when I got this machine with these 2 discs I just configured them and it worked! I got this problem after installing W2003 on the third disc because I configured my box as dual boot. And after reboot vg01 was inactive. So I wanted to activate her and I got an error: he couldn't find a cross-link to the physical device e.g. to my disc. Then I cleaned it up and I wanted to create vg01 from the beginning. And since then I'm not able to to it.
But adding this disc to the existing vg00 works !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 03:51 AM
04-29-2004 03:51 AM
Re: vgcreate is hanging while creating volume group.
You can run a patch assessment for your box and find out what patches are necesary on your box.
The assessment list the patches that are on your box, the latest patch in that category and the hp recommended patch in that category.
Try this link from itrc on patch assessment.
http://www1.itrc.hp.com/service/patch/assessSystemsPage.do
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 03:50 PM
05-07-2004 03:50 PM
Re: vgcreate is hanging while creating volume group.
similar problem --- I have a brand
new 140G disk from HP. When creating
volume group (using SAM), it hanged.
Any advice would be highly appreciated.
Yue