- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increasing Physical Volume size at the SAN level
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
05-02-2005 04:48 AM
05-02-2005 04:48 AM
Increasing Physical Volume size at the SAN level
After performing some web searches and scanning through the forums, I come to this conclusion:
With HP-UX (11.11), you can't increase LUN size at the SAN level and then propigate the changes through LVM to increase the size of a live/pre-existing filesystem (like you can on Tru64 and Windows); instead, you must create new LUNs and add them to the volume group and then extend the filesystem across the new LUN.
Can you confirm that this is correct?
i.e. that you must create new LUNs if you wish to have a larger filesystem (assuming no free space in the housing volume group or logical volume).
Also, do you know if this is something that is ear-marked for change in an upcoming version of HP-UX or LVM?
Much thanks,
--adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:55 AM
05-02-2005 04:55 AM
Re: Increasing Physical Volume size at the SAN level
I used to work with a Xiotech disk array and if we wanted to increase a lun we had to back up all the data on it, get it out of the volume and use pvcreate -f, set up a new logical volume and run newfs on it, followed by a data restore.
Once, in an unusual sequence of events, I succeeded in getting a LUN to expand. Though I took copies of the logs, I still can't see why it worked that one time.
Its a function of the fiber card drivers from HP and several years ago, I was promised an enhancement in this area that was never forthcoming.
I surmise it was a larger technical challenge than originally thought.
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
05-02-2005 04:57 AM
05-02-2005 04:57 AM
Re: Increasing Physical Volume size at the SAN level
Though - I have never attempted what you are after...
We have always just added more LUNs to an existing VG.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 05:11 AM
05-02-2005 05:11 AM
Re: Increasing Physical Volume size at the SAN level
LUN Size expansion is supported in HP XP arrays . But LVM has no way of understanding it. It assumes and address only that size of LUN which was originally used for creating LVM structure.
I suppose it is not supported on HP-Ux. This is why we also add new LUNs and add them to existing VG's to extend or create file systems.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 05:19 AM
05-02-2005 05:19 AM
Re: Increasing Physical Volume size at the SAN level
unfortunately this is true.
Right now, I'd be against any experiments in that sector, also, most would prove unsuccessful, both because the kernel remembers the lun size somewhere (see various threads on diskinfo output after LUN resize) and because I really can't tell how LVM will handle a suddenly-larger PV.
hopefully this will change, but right now this is a big no-no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 06:02 AM
05-02-2005 06:02 AM
Re: Increasing Physical Volume size at the SAN level
Also remember while doing that make sure the new LUN's size doesn't exceed the Max PE per PV otherwise the volume group will need to be removed and recreated to use all the size of the new bigger LUN's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 03:44 PM
05-02-2005 03:44 PM
Re: Increasing Physical Volume size at the SAN level
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 05:33 PM
05-02-2005 05:33 PM
Re: Increasing Physical Volume size at the SAN level
i have been usign Compaq EVA5000-Nase7000-
and some HP-ux srvs for 2 years and
i faced 3 times with this situation
and always HP recommended;
i-Take full bck
ii-export old Vg which includes LUNs from SAN
iii-Unpresent LUNs
iV-spmgr delete
v-Create new Lun and present it again
vi-Create vg-lv-FS
vii-Finally,go on with healty backup(restore)
After these steps,never Problem!
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 05:17 AM
05-03-2005 05:17 AM
Re: Increasing Physical Volume size at the SAN level
"LVM cannot handle a change in the size of an existing lun, To our knowledge there are no firm plans to implement this, though it has been talked about."
So, no firm plans to allow updated virtual disk at the SAN level and then propigating changes to filesystems. Too bad, it makes system management simpler.