- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend problem
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-04-2007 08:01 AM
06-04-2007 08:01 AM
lvextend problem
I hv installed 9gb disk . in that i used 3gb .But i wnt to extend that lv there is no free pe on the disk . How i can extend the lv
regards
sachit patil
- Tags:
- lvextend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:06 AM
06-04-2007 08:06 AM
Re: lvextend problem
What is the exact error message you are getting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:10 AM
06-04-2007 08:10 AM
Re: lvextend problem
Run a pvdisplay command against the disk in question.
Note that if a logical volume is set to strict allocation it won't extend even if there is free space.
The command you used and system response would be helpful. It's always useful to post the OS system type as well.
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
06-04-2007 08:11 AM
06-04-2007 08:11 AM
Re: lvextend problem
lvextend : not enough freee physical extents available
lofgical volume /dev/vg01/lvdata could not be extended
failure possibly caused by strict allocation pollicy .
regards
sachit patil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:21 AM
06-04-2007 08:21 AM
Re: lvextend problem
Unless you specfically take steps to override the default behavior when the VG is created, the number of PE's per PV is
and the PE_SIZE are adjusted to accomodate the largest disk listed when vgcreate is run.
Essentially, the last 6GiB of your disk is wasted unless you rebuild the entire VG. At 11.31 there is a vgmodify utility which might be of help but unless you are running 11.31 then you are stuck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:48 AM
06-04-2007 08:48 AM
Re: lvextend problem
If you do not have access to vgmodify, then you will have to destroy vg01 and recreate it.
backup your data (twice)
vgexport vg01 (quickest way to remove the disk)
or use the lvreduce and vgreduce the the disk
pvcreate the disk
recreate vg01 and lvols - you might want sure max PE and PE size are big enough to allow for future (larger) disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 05:08 PM
06-06-2007 05:08 PM
Re: lvextend problem
Refer to the following Technical Knowledge Base document for specific information about the vgmodify command and Max PE per PV - http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c0
1007548-1
Kathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 07:05 PM
06-06-2007 07:05 PM
Re: lvextend problem
Otherwise you should consider to backup your data, remove and re-create the VG.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
