- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate issue (hlp plz)
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
09-09-2011 08:28 AM - edited 09-10-2011 03:40 PM
09-09-2011 08:28 AM - edited 09-10-2011 03:40 PM
Hi All,
i am trying to create a new volume group "vgtest" via SAM on HP-UX 11iv1.
However, vgtest failed to create with the following message:
vgcreate: Minor number of /dev/vgtest/group is not unique.
/dev/vg01/group has the same minor number. ((see attachment))
In addition, do also note the output of the below commands:
#kmtune | grep maxvgs ---> it outputs "10"
#ls -l /dev/*/group
crw-r----- 1 root sys 64 0x000000 ........... /dev/vg00/group
#strings /etc/lvmtab
/dev/vg00
/dev/dsk/c2t2d0
VG00 is the only Volume Group present on that system.
Any suggestion would be much appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 08:41 AM
09-09-2011 08:41 AM
Re: vgcreate issue (hlp plz)
looks like you missed a couple of preliminary steps:
•mkdir /dev/<vgname>
•mknod /dev/<vgname>/group c 64 minor#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 08:49 AM
09-09-2011 08:49 AM
Re: vgcreate issue (hlp plz)
but as i mentioned that i was tryin to vgcreate using SAM. Isn't supposed that SAM will do that automatically?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 09:22 AM
09-09-2011 09:22 AM
Re: vgcreate issue (hlp plz)
one would think. however when things "gang aft agley an' lea'e us nought but grief an' pain" it's time to do it by hand,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 10:23 AM
09-09-2011 10:23 AM
Re: vgcreate issue (hlp plz)
/dev/vg01/group has the same minor number.
You probably have a previous vg01 in the lvm config backup files - please check.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 10:33 AM
09-09-2011 10:33 AM
Re: vgcreate issue (hlp plz)
how could i check it?
vg00 is the only volume group available on that machine.
Even i tried to create (from SAM) other volume groups with different names (for testing) however, im gettin the same result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 11:04 AM
09-09-2011 11:04 AM
Re: vgcreate issue (hlp plz)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 11:24 AM
09-09-2011 11:24 AM
Re: vgcreate issue (hlp plz)
vg00.conf
vg00.conf.old
vg01.conf
vg01.conf.old
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 11:33 AM
09-09-2011 11:33 AM
Solutionvg01.conf
vg01.conf.old
and try again - it should work now.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 11:41 AM - edited 09-10-2011 04:20 AM
09-09-2011 11:41 AM - edited 09-10-2011 04:20 AM
Re: vgcreate issue (hlp plz)
after removing both files, i am still getting same result and vgcreate is still failing
@ Donna, i could go with this option by creating the volume group via command line interface, however, i need to create that volume group on an already configured LUN accessible by FC60 and im not too familiar with FC60 thats why im creating it via SAM. How could i know which physical disks (and their relative paths) map to that LUN?
Any help is much appreciated.