- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't create vg10
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
11-21-2006 07:30 AM
11-21-2006 07:30 AM
L3000
I created vg00 thru vg09 fine.
I am trying to create vg10
I increased the kernel MAXVGS to 12 (because I want to create vg10 and vg11)
I keep getting stuck here:
# pvcreate -f /dev/rdsk/c4t8d0
Physical volume "/dev/rdsk/c4t8d0" has been successfully created.
# mkdir /dev/vg10
# mknod /dev/vg10/group c 64 0x100000
# vgcreate /dev/vg10 /dev/dsk/c4t8d0
vgcreate: Cannot open the control file "/dev/vg10/group":
No such device
I read that it has to do with MAXVGS and something about hex values....but I'm at a loss.
Can anyone tell me what I need to do? Do I need to increase MAXVGS more?
TIA
Cin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:35 AM
11-21-2006 07:35 AM
Re: Can't create vg10
Looks to me like this failed:
mknod /dev/vg10/group c 64 0x100000
After changing MAXVGS did you recompile your kernel and boot your system?
There may be a problem with the mknod command, so after running it please check this:
echo $?
If the return code is not zero that is the problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:40 AM
11-21-2006 07:40 AM
Re: Can't create vg10
Yup, I need to use letters now....
Thanks for the help and quick replies.
I'm closing this and assigning ponits.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:42 AM
11-21-2006 07:42 AM