- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgcreate failure
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
07-19-2002 11:04 AM
07-19-2002 11:04 AM
Re: vgcreate failure
I'm always open to ideas - especially at a time like this.
ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 Feb 14 2000 /dev/vg00/group
crw-rw-rw- 1 root root 64 0x010000 Jul 13 09:12 /dev/vg01/group
crw-rw-rw- 1 root root 64 0x020000 Jul 13 09:12 /dev/vg02/group
crw-rw-r-- 1 root sys 64 0x060000 Jul 19 14:59 /dev/vg20/group
crw-r--r-- 1 root sys 64 0x030000 Jun 27 2000 /dev/vgswap/group
maxvgs = 10
I don't think it's permissions, simply because the original 4 vg's have always had differences.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:05 AM
07-19-2002 11:05 AM
Re: vgcreate failure
I also got this error in doing it on a EMC disk , waht was done to solve the problem was
pvcreate -f /dev/dsk/cxtydz.
and then vgcreate , this worked proplery.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:10 AM
07-19-2002 11:10 AM
Re: vgcreate failure
#mkdir /dev/vg20
# mknod /dev/vg20/group c 64 0x060000
# pvcreate -f /dev/rdsk/c18t1d2
Physical volume "/dev/rdsk/c18t1d2" has been successfully created.
# pvcreate -f /dev/rdsk/c18t1d3
Physical volume "/dev/rdsk/c18t1d3" has been successfully created.
# vgcreate /dev/vg20 /dev/dsk/c18t1d2 /dev/dsk/c18t1d3
Increased the number of physical extents per physical volume to 17326.
vgcreate: Volume group "/dev/vg20" could not be created:
Device busy
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:12 AM
07-19-2002 11:12 AM
Re: vgcreate failure
# vgdisplay -v
Is this LUN being used by anyother system ? What about the patches ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:18 AM
07-19-2002 11:18 AM
Re: vgcreate failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:20 AM
07-19-2002 11:20 AM
Re: vgcreate failure
No errors from vgdisplay -v.
Installed Mar 2002 quality pack a few weeks back.
I had successfully created this vg the other day but decided I didn't like the name I'd used, so I blew it away and re-created it with SAM. I then looked at it and didn't like SAM's choice of minor number so I manually removed the group file and did my own mknod. That was the start of my problems.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:23 AM
07-19-2002 11:23 AM
Re: vgcreate failure
vgcreate /dev/vg20 /dev/dsk/c18t1d3
Increased the number of physical extents per physical volume to 17326.
vgcreate: Volume group "/dev/vg20" could not be created:
Device busy
That's it for me - I'm going home and stick my head in a bucket of beer. We can resume this fascinating discussion on Monday.
Again - thanks to all and have a good weekend,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:35 AM
07-19-2002 11:35 AM
Re: vgcreate failure
Give another try..
#vgcreate /dev/vg20
#vgextend /dev/vg20 /dev/dsk/c18t1d2
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 11:38 AM
07-19-2002 11:38 AM
Re: vgcreate failure
You changed the minor number after you created the VG. That minor number might be stored away in some configuration file. Can you change it back to the original minor number, and then try to remove the VG?
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 12:02 PM
07-19-2002 12:02 PM
Re: vgcreate failure
So, on your system, vg99 is still alive though there are no physical references to it.
Take a maintenance window and reboot the box. It should clear off the confusion that the system has been having and it will let you create the volume group fresh.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 12:12 PM
07-19-2002 12:12 PM
Re: vgcreate failure
Oh, cheers,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 12:23 PM
07-19-2002 12:23 PM
Re: vgcreate failure
I followed the other message in the thread and you said in one of them
"
and didn't like SAM's choice of minor number so I manually removed the group file and did my own mknod. That was the start of my problems. "
That might be the problem as the volume group was already active by the time you removed your group device. You would have recreated the group file and then exported the volume group to get rid of it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2002 06:11 AM
07-21-2002 06:11 AM
Re: vgcreate failure
Thanks,
Pete
Pete
- « Previous
-
- 1
- 2
- Next »