- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to create a logical volume although space e...
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
02-21-2005 08:36 PM
02-21-2005 08:36 PM
unable to create a logical volume although space exists
I am facing the following problem, any help will be highly appreciated:
I try to create a logical volume to my volume group but I got the error:
root# lvcreate -L 2048 -i 12 -I 4 -n lvol1 vg1
Warning: rounding up logical volume size to extent boundary at size "2064" MB for striping.
Logical volume "/dev/vgdb/lvol1" has been successfully created with
character device "/dev/vgdb/rlvol1".
lvcreate: Not enough free physical extents available.
Logical volume "/dev/vgdb/lvol1" could not be extended.
lvcreate: Couldn't retrieve the list of the physical volumes
belonging to volume group "/dev/vg1".
Run the "lvextend" command to create space on the Logical Volume.
But in the attached output of vgdisplay you will see that I have 22968 free PE available.
Also lvextend command fails.
Do you have any ideas?
Thank,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 08:42 PM
02-21-2005 08:42 PM
Re: unable to create a logical volume although space exists
You do not have free space on all the disks.
-i 12 --> stripes on 12 disks.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 08:53 PM
02-21-2005 08:53 PM
Re: unable to create a logical volume although space exists
Thank you.
So by using for stripes only the disks that I have space then it will be ok?
Could you provide me any suggestions?
Thank you in advance.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 08:56 PM
02-21-2005 08:56 PM
Re: unable to create a logical volume although space exists
keep an eye on these threads.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=187706
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=778921
regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 09:53 PM
02-21-2005 09:53 PM
Re: unable to create a logical volume although space exists
More info
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=658555
By the way.
A few of the disks are completly empty (/dev/dsk/c4t0d7 /dev/dsk/c4t1d1 etc)
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:05 PM
02-22-2005 08:05 PM
Re: unable to create a logical volume although space exists
As the size of volume is only 2GB. It is not useful as all 12 Disks are using same controller. It can be Stripped across through 4 or 6 Disks maximum.Otherwise also you can not strip it across these 12 as only 7 of your 12 disks in this VG are having free space.
Another good thing what comes to my mind is that You can define half of your devies with c3t* as the primary path & c4 as the alternate path.
This will also give you a good growth in performance as both of your controllers will start getting used simultaneously.
But you can do this only by removing these disksk from VG and reextending VG to these disks with alternate device file. So this applies only to Disks which are free. Another thing what needs to noticed before doing this is what is the controllers you have defined in your other VGs.
HTH,
Devender