- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LVM and LUN resizing
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-30-2004 03:27 AM
06-30-2004 03:27 AM
LVM and LUN resizing
this is my setup:
- server HP Proliant DL740 with Red Hat AS 3 (kernel 2.4.21-9ELsmp) with all
updates installed
- two Host Bus Adapter FC2214 with qla2x00 driver from HP (v.6.06.50)
- a SAN with an HP EVA3000 disk-array
- LVM
Does LVM support extending LUN size?
I extended size of an existing LUN from my EVA CommandView but vgdisplay
shows me always the original size (with no free physical extents). No change
if I reboot, I need to destroy and re-create volume group.
Have I some other chance?
Thanks
Domenico Viggiani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 11:25 AM
06-30-2004 11:25 AM
Re: LVM and LUN resizing
From there, you should be able to add new logical volumes or extend existing partitions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 07:04 PM
06-30-2004 07:04 PM
Re: LVM and LUN resizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 07:38 PM
06-30-2004 07:38 PM
Re: LVM and LUN resizing
However a phiscal volume cannot be extended (no 'pvextend' command), so my apologies for the error.
Just add a new PV using the new space, and vgextend into it. A VG can quite happily span multiple PV's.
I used s similar method when migrating out a error ridden disk at home. The LVM howto explains most of the steps in various sections (don't have a copy in front of me at this moment however).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 07:44 PM
06-30-2004 07:44 PM
Re: LVM and LUN resizing
From linux-lvm mailing-list, I learned that LVM1 doesn't support LUN extension.
Neither it is possible on HP-UX!