- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: max vg's
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
12-17-2002 06:16 AM
12-17-2002 06:16 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 06:18 AM
12-17-2002 06:18 AM
Re: max vg's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 06:21 AM
12-17-2002 06:21 AM
Re: max vg's
If you are to create 14 groups then you need to definitely increase maxvgs.
there is no problem in increasing that.
change the kernel parameter,build a new kernel.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 06:21 AM
12-17-2002 06:21 AM
Re: max vg's
You can safely increase maxvgs and you can also name your vg's whatever you want.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 06:39 AM
12-17-2002 06:39 AM
Re: max vg's
One thing to keep in mind is that your minor device numbers for your group files are in hexadecimal, and the 'maxvgs' parameter sets what the maximum value of your minor number can be. Don't make the mistake I made once when I had a box with 'maxvgs' set to 80. I thought I couldn't create any more VGs, even though I had way less than 80 VGs on the box, because my vgcreate kept choking. It turns out that we hadn't used all the possible hex values for the minor numbers [ie. 1a, 1b,...,1f, 2a, 2b,... etc.]. So if you set your maxvgs for 16, your minor numbers will go from 00-09 and then 0a-0f and finally 10.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 06:47 AM
12-17-2002 06:47 AM
Re: max vg's
You could, for example, have the following: -
VG Minor
vg00 0x000000
vg01 0x010000
vg10 0x020000
vg11 0x030000
etc...so long as the minor numbers are unique. This way you can have a volume group called vg20, but still have maxvgs set low.