- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate: Cannot open the control file "/dev/vg11/...
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
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
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
тАО06-18-2001 06:04 AM
тАО06-18-2001 06:04 AM
I am trying to add another couple of vg's but I am getting this error when I try...
"vgcreate: Cannot open the control file "/dev/vg11/group":
No Such Device"
I have increased the maxvgs kernel parameter to 16 (Currently have 10, trying to add the 11th) but this still has not helped.
Any help would be appreciated.
Thanks in advance,
Colin.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2001 06:18 AM
тАО06-18-2001 06:18 AM
Re: vgcreate: Cannot open the control file "/dev/vg11/group"
edit the /stand/system file and add something like :
maxvgs 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2001 06:26 AM
тАО06-18-2001 06:26 AM
Re: vgcreate: Cannot open the control file "/dev/vg11/group"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2001 06:26 AM
тАО06-18-2001 06:26 AM
Re: vgcreate: Cannot open the control file "/dev/vg11/group"
Did you create the group file prior to issueing the vgcreate command?
# cd /dev/vg11
# mknod group c 64 0xnn0000
HTH.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2001 06:27 AM
тАО06-18-2001 06:27 AM
SolutionIf you are manually creating the volume group then you have to follow the following procedure:-
1. Create the control directory mkdir /dev/vg11
2. Create the group file
mknod /dev/vg11/group c 64 0xnn0000
where nn is a unique hexadecimal number.
3. vgcreate
Have you created /dev/vg11 and the group file?
If so, have you created group with minor number 0x0b0000 (for vg11). If you used 0x110000 then that value is decimal 17 and is greater than maxvgs.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2001 06:28 AM
тАО06-18-2001 06:28 AM
Re: vgcreate: Cannot open the control file "/dev/vg11/group"
It looks like you have only 11 or so vg's so reaching 16 nos is sort of 5 vg's away . Is the problems to do something with the /dev/vg11/group directory ? . Try creating a differnt group directory preferably with didfeernt major nos , or let SAM do the trick ?
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2001 11:47 AM
тАО06-18-2001 11:47 AM
Re: vgcreate: Cannot open the control file "/dev/vg11/group"
Actually you need to reboot the machine to make the change in kernal parameter maxvg effective. So try rebooting the machine if you have not done ... and then try adding the volume group.