- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to extend the VG when the Sandisk is increased
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
02-15-2010 07:04 AM
02-15-2010 07:04 AM
how to extend the VG when the Sandisk is increased
i'm have a vg with 1 disk of 500G, on the san we extended the disk to 600G.
How can i use the extra 100G in the volumegroup
hpux 11.31 , lvm 2.1
hope someone can help me out here,
kind regards,
Heiko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 07:10 AM
02-15-2010 07:10 AM
Re: how to extend the VG when the Sandisk is increased
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 07:52 AM
02-15-2010 07:52 AM
Re: how to extend the VG when the Sandisk is increased
pvcreate /dev/rdsk/cxtxdx -> from newly extend 100G Lun from you sotrage
vgextend /dev/vgname /dev/dsk/cxtxdx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 08:05 AM
02-15-2010 08:05 AM
Re: how to extend the VG when the Sandisk is increased
If I were you, I would search threads about lun dynamic expansion
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1140868
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 09:17 AM
02-15-2010 09:17 AM
Re: how to extend the VG when the Sandisk is increased
SAN disk expansion is a very difficult thing.
With HP branded storage, increases are usually but not always recognized after a system reboot.
Best practice is to present a new disk to the system, which will be recognized without a reboot and then migrate the data.
Or.
Use LVM. Build a volume group from a series of smaller LUNS. I have an Ignite storage file system that is its own volume group. When I need to increase its capacity, I have storage present a new LUN.
Then: pvcreate the new disk. vgextend the volume group to include the new disk. lvextend the logical volume, followed by faadm (which requires Online JFS) or umount/extendfs
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
02-15-2010 09:29 AM
02-15-2010 09:29 AM
Re: how to extend the VG when the Sandisk is increased
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
02-15-2010 10:13 AM
02-15-2010 10:13 AM
Re: how to extend the VG when the Sandisk is increased
HP-UX System Administrator's Guide:
Logical Volume Management
HP-UX 11i Version 3 - Sept. 2009
"Beginning with the September 2009 Update, the vgmodify also supports
Version 2.x volume groups, but the volume groups must be in active mode to run
vgmodify. For more information, see vgmodify(1M).
If the LUN for a physical volume was dynamically expanded using an array utility,
the vgmodify -E option can be used to make available the new space for user data.
..."
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
02-15-2010 09:26 PM
02-15-2010 09:26 PM
Re: how to extend the VG when the Sandisk is increased
Click here for the detail steps.
http://www.hpuxtips.es/?q=node/179
or google for vgmodify and select the 3rd entry
Resizing a SAN disk using vgmodify only 11.23/11.31 | HP-UX Tips ...
13 Jan 2009 ... vgmodify -v /dev/vgtest + vgmodify -v /dev/vgtest ... vgmodify -tv /dev/vgtest. Volume Group configuration for /dev/vgtest has been saved in ...
www.hpuxtips.es/?q=node/179 - Cached - Similar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 12:12 AM
02-16-2010 12:12 AM
Re: how to extend the VG when the Sandisk is increased
that was the information i needed, we never upgraded this system to sep 2009, that;s why we got in trouble with then vgmodify command.
after upgrading the system,
vgmodify -a -E
did the trick
thanks all for your input
with kind regard
Heiko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 12:14 AM
02-16-2010 12:14 AM
Re: how to extend the VG when the Sandisk is increased
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 09:32 AM
02-16-2010 09:32 AM
Re: how to extend the VG when the Sandisk is increased
http://forums.itrc.hp.com/service/forums/helptips.do?#33
Have fun!
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!
