- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max size of Logical Volume on hp-ux11i
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
12-08-2004 09:46 PM
12-08-2004 09:46 PM
I'm trying to create some LV's on a new 'ataboy' we've purchased.
I have made a raid of 1.4TB but when trying to create a lv over approx. 1TB I get the following errormsg:
"the new size is not a multiple of 16 the size will be rouned up to the nearest multiple 16MBytes (The physical extent size for this volume group)."
Then it creates the LV with the size 262128MB.
I assume there is a patch needed, but are not able to identify the correct one.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:06 PM
12-08-2004 10:06 PM
Re: max size of Logical Volume on hp-ux11i
If you're using the "-l" option, the limit is 65535 le's. If you're using the "-L" option, the limit is 16777216 MB "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".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:19 PM
12-08-2004 10:19 PM
Re: max size of Logical Volume on hp-ux11i
kristin 48: vgdisplay -v /dev/vg03 | grep "Free PE"
Free PE 41717
Free PE 41717
kristin 49: vgdisplay -v /dev/vg03 | grep "Total PE"
Total PE 41717
Total PE 41717
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:23 PM
12-08-2004 10:23 PM
Re: max size of Logical Volume on hp-ux11i
[-A Autobackup]
[-x Extensibility]
[-e MaxPhysicalExtents]
[-l MaxLogicalVolumes]
[-p MaxPhysicalVolumes]
[-s PhysicalExtentSize]
[-g PhysicalVolumeGroupName]
VolumeGroupName PhysicalVolumePath...
"L": Illegal option.
kristin 54: lvcreate -l 41717 /dev/vg03
Logical volume "/dev/vg03/lvol1" has been successfully created with
character device "/dev/vg03/rlvol1".
I've created it with lvcreate -l number_of_free_PEs. then the size of the lv was approx. 1.3TB.. so now atleast I know the way round it..
cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:00 PM
12-08-2004 11:00 PM
Re: max size of Logical Volume on hp-ux11i
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:16 AM
12-09-2004 12:16 AM
Re: max size of Logical Volume on hp-ux11i
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=748474
One Tb is current (tested) limit
Regards
Jean-Luc