- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to fully extend the Logical Volumes
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
09-16-2002 10:12 AM
09-16-2002 10:12 AM
Unable to fully extend the Logical Volumes
Though there is space on the disks. I am unable to extend LV further. Error message
#lvextend -L 280000 /dev/vg06/lvol7 /dev/dsk/c24t8d0 /dev/dsk/c24t9d0>
Warning: rounding down logical volume size to extent boundary at size "279984" M
B for striping.
lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
Can anyone help??
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:22 AM
09-16-2002 10:22 AM
Re: Unable to fully extend the Logical Volumes
I think here you are hitting the roof .
DO a vgdisplay -v to check the no. of PE's and PE size .
PE size can be assogned during vgcreate .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:27 AM
09-16-2002 10:27 AM
Re: Unable to fully extend the Logical Volumes
The error string containing the keyword 'LogicalExtentsNumber' suggests that you used the '-l' option and *not* '-L'. Is that true?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:27 AM
09-16-2002 10:27 AM
Re: Unable to fully extend the Logical Volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:29 AM
09-16-2002 10:29 AM
Re: Unable to fully extend the Logical Volumes
Looks like you may have hit the number of physical extents allowed for the volume group that the lvol exists in.
Look at the Total PE which tells you the max num of extents that can exist in your volume group. then multiply by size of 1 extent and you'll get the total # of extents that can be allocated to your lvol in the vol group he exists in.
Hope this helps.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:45 AM
09-16-2002 10:45 AM
Re: Unable to fully extend the Logical Volumes
I agree with the rest of the guys here.
Check out your pv extent size.
Also make sure that you didn't mean "l" which uses kbytes instead of Megabytes.
or "L" which mean Megabytes.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 08:06 PM
09-17-2002 08:06 PM
Re: Unable to fully extend the Logical Volumes
There cud be 2 reasons one is if u r using OS ver 10.20 u will be able to create max LV of 128gb becuz in 10.20 HP uses disk layout ver 2.0 this problem fixed in 11.0 where HP users disk layout 3.0.And the other reason cud be max PE per PV which will be set while creating a VG itself.
Hope this will solve ur problem.
Best regds
Sudhakar.J