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-21-2007 01:14 AM
05-21-2007 01:14 AM
# vgmodify -l 10 vg03
vgmodify: The volume group "vg03" is active on this system.
Cannot perform requested change.
also while using
# vgmodify vg03 -l 10
vgmodify: -B must be specified in conjunction with a PV list
which command should i use as i tried these things first time.
thanks in Advance for supports.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 01:52 AM
05-21-2007 01:52 AM
Re: VGmodify
see the remarks for this command:
http://docs.hp.com/en/B2355-60130/vgmodify.1M.html
Perhaps you have to de-activate the VG first.
Anyway, 10 as the maximum for the LVOLs is a little less.
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
05-21-2007 01:55 AM
05-21-2007 01:55 AM
Re: VGmodify
Deactivate the VG before increasing max_lv:
# vgchange -a n vg03
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 02:29 AM
05-21-2007 02:29 AM
Re: VGmodify
Try this
vgchnage -a n vg03
vgmodify -l 10 vg03
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 02:41 AM
05-21-2007 02:41 AM
SolutionThe 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
Hence De-activate the VG and and try again.
# vgchange -a n /dev/vg03
# vgmodify -l 10 /dev/vg03
Hope this helps you!!!
Babu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 05:03 PM
05-21-2007 05:03 PM
Re: VGmodify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 06:02 PM
05-21-2007 06:02 PM
Re: VGmodify
vgchange -a y
thank you all again
Mohammad Sanaullah