HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error creating VG
Operating System - HP-UX
1832904
Members
2361
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-30-2007 05:11 AM
03-30-2007 05:11 AM
Is there any limit on the minor number for /dev/VG/group file. On my rp7420 server running 11iv1, I had 42 VGs, last VG showing
minor # as 0x440000. I needed to create a new VG and want to use 0x750000 number for my /dev/vg75/group file. I created this and used mknod to create device group file. Then I did - vgcreate /dev/vg75 /dev/dsk/c#t#d#
This gave me error stating it could not open group file although it was exisitng with
crw-r--r-- permission and root:sys ownership. I tried with minor # 0x550000, it worked. I am not sure whether there is a limit on minor number that can be used.
Thank you all for replies.
Rajos
minor # as 0x440000. I needed to create a new VG and want to use 0x750000 number for my /dev/vg75/group file. I created this and used mknod to create device group file. Then I did - vgcreate /dev/vg75 /dev/dsk/c#t#d#
This gave me error stating it could not open group file although it was exisitng with
crw-r--r-- permission and root:sys ownership. I tried with minor # 0x550000, it worked. I am not sure whether there is a limit on minor number that can be used.
Thank you all for replies.
Rajos
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2007 05:17 AM
03-30-2007 05:17 AM
Solution
The absolute limit for the 1st two hexadecimal digits on the minor device number is 0xFF (255) but you also cannot exceed the kernel tunable maxvgs. I suspect that your real problem is that you are using hexadecimal when you then you are using decimal values. For example, vg75 should, by convention, be using using 0x4B0000 rather than 0x750000.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2007 05:21 AM
03-30-2007 05:21 AM
Re: Error creating VG
Ooops, I'm an idiot. This sentence (more or less):
I suspect that your real problem is that you are using hexadecimal when you then you are using decimal values.
should read:
I suspect that your real problem is that you are using decimal values when you should be using hexadecimal values.
I suspect that your real problem is that you are using hexadecimal when you then you are using decimal values.
should read:
I suspect that your real problem is that you are using decimal values when you should be using hexadecimal values.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2007 05:28 AM
03-30-2007 05:28 AM
Re: Error creating VG
Thank you Clay. The maxvgs solved my problem. Thx for pointing out this kernel parameter maxvgs which was set to 100 (decimal). So 0x75 would exceed it whereas )x50 would not. BTW, my vg was not vg75 but vgCBACK. I gave a descriptive name to this VG. But this does not seem to be a problem.
Rajos.
Rajos.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP