- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX Servers: Expanding storage volume attache...
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
10-22-2008 07:52 AM
10-22-2008 07:52 AM
HPUX Servers: Expanding storage volume attached to EVA8100
I'm an EVA storage admin and have a question regarding how the HPUX OS functions with external storage. Is it possible to expand the size of a vDisk presented to an HPUX system and do some sort of IO scan on the host so that it "sees" the new amount of data without compromising the integrity of the existing data?
Example:
We have an Informix database residing on a 100GB vDisk (LUN) attached to an HPUX server. I want to expand the vDisk to 150GB. Can this be done? Will the HPUX host recalculate the disk space after some sort of IO scan?
I'm sorry, but I know nothing about HPUX. In Windows this is relatively easy to do with a diskpart /extend command without compromising the integrity of existing data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 07:58 AM
10-22-2008 07:58 AM
Re: HPUX Servers: Expanding storage volume attached to EVA8100
You can modify LVM settings with vgmodify to apply these changes.
In 11.31 with LVM 2.x it may work automagically.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:00 AM
10-22-2008 08:00 AM
Re: HPUX Servers: Expanding storage volume attached to EVA8100
http://docs.hp.com/en/vgmodify/vgmodify_wp_modified_final.pdf
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:05 AM
10-22-2008 08:05 AM
Re: HPUX Servers: Expanding storage volume attached to EVA8100
1) make sure to have a good backup of the data on that vol.
2) the volume on the server needs to be taken offline in order to execute the vgmodify steps.
Please post your successes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:13 AM
10-22-2008 08:13 AM
Re: HPUX Servers: Expanding storage volume attached to EVA8100
from the release notes:
"The vgmodify command supports LUN expansion on a Version 1.0 volume group without deactivating the volume group. To reconfigure an activated volume group to take advantage of a physical volume size increase, use the â E and â a options to vgmodify. For example, if the physical volume /dev/disk/disk32 in volume group vg02 has been expanded, use the following command to add physical extents to it:..."
http://docs.hp.com/en/5992-4779/ar01s03.html
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:45 AM
10-22-2008 08:45 AM
Re: HPUX Servers: Expanding storage volume attached to EVA8100
The volume group can be active when reporting the configuration (-r)
or displaying a table of available settings (-t). The volume group
must be de-activated before vgmodify can perform any configuration
changes (see vgchange(1M)).
....
Looks like those with the Sept of 2008 release, doubt there are too many of those yet, do not have to deactivate the VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:47 AM
10-22-2008 08:47 AM
Re: HPUX Servers: Expanding storage volume attached to EVA8100
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!
