- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about the maximum number of lvm
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
06-03-2004 12:24 AM
06-03-2004 12:24 AM
about the maximum number of lvm
the default lv number in each vg is 255. can I create a vg that lv number contained more than 255 ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:32 AM
06-03-2004 12:32 AM
Re: about the maximum number of lvm
Hi,
255 is the max.
Look in `man vgcreate` at the option `-l` (ell)
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:34 AM
06-03-2004 12:34 AM
Re: about the maximum number of lvm
But read this doc
http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/tips0128.html?Open
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:36 AM
06-03-2004 12:36 AM
Re: about the maximum number of lvm
i do not think that is possible as stated that lvol[n] must be between the range of 1 to 255.
# man lvcreate
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:56 AM
06-03-2004 12:56 AM
Re: about the maximum number of lvm
Hi again,
after thinking about that issue, i came to an explanation why.
Under /dev/$VG-NAME, two devicefiles will be created for each lvol.
The minornumber will hold the vg-no and lvol-no, and since there are only 2 digits-hex for the lvol, u can't go higher than 255, because u can only address that much.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 01:09 AM
06-03-2004 01:09 AM
Re: about the maximum number of lvm
You may take a look at the manpage of vgcreate:
VGCREATE (1M)
-l max_lv Set the maximum number of logical volumes
that the volume group is allowed to contain.
The default value for max_lv is 255. The maximum
number of logical volumes can be a value in the
range 1 to 255.
-p max_pv Set the maximum number of physical volumes
that the volume group is allowed to contain.
The default value for max_pv is 16. The
maximum number of physical volumes can be a
value in the range 1 to 255.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 01:48 AM
06-03-2004 01:48 AM
Re: about the maximum number of lvm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:15 PM
06-03-2004 02:15 PM
Re: about the maximum number of lvm
You mean it's possible to create lv number more than 255 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:45 PM
06-03-2004 02:45 PM
Re: about the maximum number of lvm
u should really read this article:
http://www2.itrc.hp.com/service/iv/node.do?source=search&node=prodITRC%2FWW_Start%2FN1%7C20%7C3%7C1%7C4%7C2
if someone is telling u otherwise and not from the horses' mouth (HP), u should really be cautious.
if u do need confirmation, ask HP.
regards.