- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- minor number conflict
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-14-2006 04:54 AM
09-14-2006 04:54 AM
vgimport: Minor number of /dev/vgora/group is not unique. /dev/finvol/group has
the same minor number.
we have /dev/finvol on node B.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 04:57 AM
09-14-2006 04:57 AM
Re: minor number conflict
mkdir /dev/vgXX
mknod /dev/vgXX/group c 64 0xAA0000
then
vgimport ......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 04:58 AM
09-14-2006 04:58 AM
Re: minor number conflict
Do an ls -l /dev/vg*/group and compare the minor device numbers on the group files. The minor device number must be unique on a given host. You need to rm /dev/vgora/group and recreate the device node. It is not required that the same minor device numbers be used on all the nodes in the cluster just that the name of the VG be the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 04:58 AM
09-14-2006 04:58 AM
Re: minor number conflict
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 05:31 AM
09-14-2006 05:31 AM
Re: minor number conflict
# vgimport -s -m /tmp/vgora.map /dev/vgora
vgimport: Cannot open the control file "/dev/vgora/group":
No such device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 05:47 AM
09-14-2006 05:47 AM
Re: minor number conflict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 06:12 AM
09-14-2006 06:12 AM
Re: minor number conflict
# pwd
/dev/vgora
# ls -l
total 0
crw-rw-rw- 1 root sys 64 0xaa0000 Sep 14 12:17 group
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 06:17 AM
09-14-2006 06:17 AM
Re: minor number conflict
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 08:18 AM
09-14-2006 08:18 AM
Re: minor number conflict
# vgimport -s -m /tmp/vgora.map /dev/vgora
vgimport: Cannot open the control file "/dev/vgora/group":
No such device
i have this setting on the node A 64 0x010000
and my maxvgs -10 (max)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 08:29 AM
09-14-2006 08:29 AM
Re: minor number conflict
64 0x010000
64 0x000000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 09:45 AM
09-14-2006 09:45 AM
Re: minor number conflict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 10:18 AM
09-14-2006 10:18 AM
Re: minor number conflict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 05:13 AM
09-18-2006 05:13 AM