- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgmodify
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
07-11-2005 03:15 AM
07-11-2005 03:15 AM
vgmodify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 03:45 AM
07-11-2005 03:45 AM
Re: vgmodify
There is no vgmodify command. Would you be referring to vgchange? But even that doesn't have a -u parameter.
What are you trying to do?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 03:49 AM
07-11-2005 03:49 AM
Re: vgmodify
What you are refering to is probably some third party tool which comes in discussions some times in the forum. But no forumer will be aware of it as it is not supported by HP.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 04:09 AM
07-11-2005 04:09 AM
Re: vgmodify
Like others who have mentioned here ,there is a vgchange command which is for the volume group availability.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 04:11 AM
07-11-2005 04:11 AM
Re: vgmodify
bottom of page 31, you can see this innocent comment.
The volume groupâ s extent size and number of physical extents per disk are not dynamic. The only way to use all of the disk is to recreate the volume group with new values for the â s and â e options. Alternatively, you may be able to use the vgmodify command, available from your HP support representative, to adjust the volume groupâ s characteristics.
I think the user is referring to this command. Alas I do not have it, hence no man pages here.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 04:24 AM
07-11-2005 04:24 AM
Re: vgmodify
I got a copy of vgmodify at one point, I believe from a Forums post, and the is no '-u' option.
The following options are available in the version of vgmodify I have:
# ./vgmodify -?
Usage: vgmodify
[-e MaxPhysicalExtents | -d DiskSize]
[-p MaxPhysicalVolumes]
[-l MaxLogicalVolumes]
[-r]
VolumeGroupName [pv_path] [pv_path] ......
I urge you to use caution with this program. I might work and it might not. It is also possible that it my corrupt your VG, in which case you might have to restore all of your data.
I tried using this program once or twice in a test environment and it did not work for me either time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 10:06 PM
07-11-2005 10:06 PM
Re: vgmodify
It's a highly dangerous tool, provided as-is. Use it at your own risk.