- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend vdisk (EVA4400), procedure hpux?
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-23-2008 01:02 AM
09-23-2008 01:02 AM
Extend vdisk (EVA4400), procedure hpux?
I'll need to extend a filesystem size. I dont have anymore PE free in my VG, so I've checked with Command View EVA if a vdisk can be extended.
A "requested size" option is available. But I dont know how LVM will receive this new information. Is there a guide ?
Thk you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 01:15 AM
09-23-2008 01:15 AM
Re: Extend vdisk (EVA4400), procedure hpux?
LVM will not recognize the increased size without a reboot, and maybe not after that.
You would be best to present a new, larger lun to the system and set up a new logical volume,file system and then migrate the data to it.
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
09-23-2008 01:19 AM
09-23-2008 01:19 AM
Re: Extend vdisk (EVA4400), procedure hpux?
So, I wonder why this option is available?
In my case, creating a new vdisk is impossible. I have enough space to extend the vdisk, but not enough to create temporarly a new one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 02:33 AM
09-23-2008 02:33 AM
Re: Extend vdisk (EVA4400), procedure hpux?
vgmodify â handle physical volume size changes and modify configuration parameters of an existing LVM volume group
SYNOPSIS
Set Specified Parameters
/usr/sbin/vgmodify [-B bootable] [-e max_pe] [-l max_lv] [-n] [-p max_pv] [-r] [-v] vg_name [pv_path...]
-e max_pe
Set the maximum number of physical extents that can be allocated from any of the physical volumes in the volume group (see vgcreate(1M)) -e).
The maximum number of physical extents can range from the current highest physical extent in use on any physical volume in the volume group (1 if none in use) up to 65535.
The -t option displays a table of possible max_pe values for vg_name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 02:43 AM
09-23-2008 02:43 AM
Re: Extend vdisk (EVA4400), procedure hpux?
11.11 has no (supported) method of extending a LUN in LVM.
11.23 Can extend a LUN via the vgmodify command if the required patches for vgmodify are installed.
11.31 Has the vgmodify commands built in
See the whitepaper on the subject here:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf (BSC link updated by admin)
So what version of HP-UX are you running?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 03:25 AM
09-23-2008 03:25 AM
Re: Extend vdisk (EVA4400), procedure hpux?
Instead of extend the vdisk size, You can create and present another vdisk of required size. I think this would be more easy. Did you consider this option?