- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate problems
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
03-23-2009 01:26 PM
03-23-2009 01:26 PM
# mknod /dev/vgHitachiBWS/group c 64 0x110000 # ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 Aug 29 2008 /dev/vg00/group
crw-r--r-- 1 root root 64 0x060000 Dec 1 14:52 /dev/vgHitachiBWD/group
crw-r--r-- 1 root root 64 0x020000 Dec 5 10:16 /dev/vgHitachiJPS/group
crw-r--r-- 1 root root 64 0x070000 Mar 12 10:59 /dev/vgHitachiSBX/group
crw-r--r-- 1 root root 64 0x080000 Dec 1 14:53 /dev/vgJPDsbx/group
crw-r--r-- 1 root root 64 0x090000 Dec 1 14:55 /dev/vgdevsap/group
crw-r--r-- 1 root root 64 0x030000 Oct 1 10:50 /dev/vgsbx/group
# mknod /dev/vgHitachiBWS/group c 64 0x110000
# vgcreate -s 32 -l 128 /dev/vgHitachiBWS /dev/dsk/c10t3d0
vgcreate: Cannot open the control file "/dev/vgHitachiBWS/group":
No such device
#
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2009 01:32 PM
03-23-2009 01:32 PM
SolutionIf it is the default of 12, then you need to decrease the minor number you are using.
Remember the minor number is in HEX so a HEX 11 = decimas 17.
Try again with:
# rm /dev/vgHitachiBWS/group
# mknod /dev/vgHitachiBWS/group c 64 0x010000
Or you woulc use 04, 05, or 06.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2009 01:47 PM
03-23-2009 01:47 PM
Re: vgcreate problems
maxvgs defaults to 10... Need to find time to reset it and bounce the box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2009 01:50 PM
03-23-2009 01:50 PM
Re: vgcreate problems
> maxvgs defaults to 10... Need to find time to reset it and bounce the box.
...which means that valid values range from 0x00 to 0x09 or 10 (decimal) volume groups.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 12:27 AM
03-24-2009 12:27 AM
Re: vgcreate problems
Is it really necessary to change the kernel parameter an dreboot ?
I see that group 0x010000, 0x040000 & 0x050000 are not used !
You can used them first and do need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 12:43 AM
03-24-2009 12:43 AM
Re: vgcreate problems
Yes, Roland Piette is right here
you can use 0x010000, 0x040000 & 0x050000
for new VG as these are not in use as per the output you have pasted above.
So no reboot is required
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 12:53 AM
03-24-2009 12:53 AM
Re: vgcreate problems
Please assign some points who give there valuable time for your problem.
To know how to assign points please go through the below link.
http://forums13.itrc.hp.com/service/forums/helptips.do?#33
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 10:36 PM
03-24-2009 10:36 PM
Re: vgcreate problems
Surely u can use all these minor numbers
the condition is it should be unique and hex
decimal
thanks and regards
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 05:28 AM
03-26-2009 05:28 AM
Re: vgcreate problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 05:33 AM
03-26-2009 05:33 AM
Re: vgcreate problems
For each increment in 'maxvgs' you will use about 4-8KB of physical memory. Hence, inflating it further than you need is a bit wasteful. Of course, in 11.31, the kernel tunable disappears...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 10:35 AM
03-26-2009 10:35 AM