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
05-06-2002 09:52 AM
05-06-2002 09:52 AM
If so, what kernel parm controls this action?
Thanks,
Bob
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 09:56 AM
05-06-2002 09:56 AM
Re: PV
The maximum number of PV in a single VG - 255.
The default is 16, if you want to change this use -p option with vgcreate command.
# man vgcreate - for details.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 09:57 AM
05-06-2002 09:57 AM
Re: PV
vgdisplay -v vg00 | more
Note the PV max - there's your limit. Yes you can change it. There is a max, of which I think it's probably around 255 with some other possible restrictions.
man vgcreate -p option
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:00 AM
05-06-2002 10:00 AM
Re: PV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:01 AM
05-06-2002 10:01 AM
Re: PV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:15 AM
05-06-2002 10:15 AM
Re: PV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:25 AM
05-06-2002 10:25 AM
Re: PV
there a two limits:
- an absolute one: 255 PV / VG
- an relative one: the amount of PVs configured when the VG was created (default: 16)
So, whatever is lower will be your limit, and since you cannot modify these parameters later on, you'll have to do it right from the very beginning!
Oh, and there is no kernel parameter for PVs / VG, there is only one about the amount of VGs / computer ("maxvgs").
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:33 AM
05-06-2002 10:33 AM
Re: PV
As already noted, the maximum number of physical volumes in one volume group is 255 (ranging from 1-255) with a default of 16 during 'vgcreate'. Too, once set, it cannot be changed for the volume group unless you destroy and recreate the group. No kernel parameter is directly involved or tunable.
I think, however, that you may be thinking of another of the kernel parameter 'maxvgs'. This is tunable and controls the maximum number of LVM *Volume Groups* that can be created and/or activated on the system. The default is 10 and the allowable range is 1-256.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:37 AM
05-06-2002 10:37 AM
Re: PV
Everyone else has explained completely what the max # of pv you can have in a vg.
As was said there is no kernel parm that controls this BUT ...I have found some folks believe maxvgs has something to do with # of pv in a vg. Just to augment another bit of info on this for you....
maxvgs is how many vg you can create on a system.
If your maxvgs is set to 10 than you can create vg with the minor number of 0-9. So minor numbers such as 0x0a0000 or 0x10000 would be unable to create.
Hex converted to dec
0a = 10
0b = 11
10 = 16
11 = 17
To allow for additional creation of vg's you would have to increase the parm maxvgs & reboot.
Like I said, just adding a tidbit here..hope you don't mind.
Rgrds,
Rita