- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max lvol size
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
10-05-2006 02:36 AM
10-05-2006 02:36 AM
I ran into a problem increasing a lvol over 250 giga.
I looked in the man and it was spesified that the max size is a 65535 logical extends per lvol, we use a 4 mbyte logical extent as default.
I'm sure the max size per lvol is much larger then 250 giga. How can I increase the lvol size over 250 giga????
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 02:40 AM
10-05-2006 02:40 AM
Re: max lvol size
65535*4MB equals roughly 250GB,
you have to migrate your data to a new vg with larger PE, also make sure to set the vg parameters correctly (plan ahead)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 02:43 AM
10-05-2006 02:43 AM
Solution-L lv_size Allocate space to the logical volume,
specified in megabytes. lv_size is a
decimal value in the range 1 to 16777216
(the implementation limit). lv_size is
rounded up to the nearest multiple of
the logical extent size, equivalent to
the physical extent size defined for the
volume group by the vgcreate command
(see vgcreate(1M)). The default is
described above.
Either the -l or the -L option can be
specified, but not both.
It has range max. to 16777216 in decimals. You can't go beyond that value. As said in the above post, your value comes to nearly 250GB. Or increase PE size to get bigger logical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 02:44 AM
10-05-2006 02:44 AM
Re: max lvol size
Recreate your volume group with a larger PE size. (use the vgcreate -s option)
max_extends X PE_size = max_size_fs
65535 X 4 = 262152 MB
65535 X 16 = 1048560 MB = =/- 1 TB
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 02:45 AM
10-05-2006 02:45 AM
Re: max lvol size
http://www.docs.hp.com/en/5971-2383/5971-2383.pdf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 02:48 AM
10-05-2006 02:48 AM
Re: max lvol size
This is probably a volume group problem, not a logical volume problem.
The default configuration for a vg spreads the available PE's over a max of 255 disks. Since most vg's don't have that a lot of capacity is wasted.
The vg should be rebuilt with the vgcreate command and the -p parameter. Set max physical volumes at a reasonable level. Make sure you set it high enough, rebuilding a vg is no fun and it can't be modified on the fly.
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
10-05-2006 07:39 AM
10-05-2006 07:39 AM
Re: max lvol size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 09:35 PM
10-10-2006 09:35 PM