- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max PV and maxvgs reached, need to expand
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-12-2005 02:34 AM
07-12-2005 02:34 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 02:38 AM
07-12-2005 02:38 AM
Re: max PV and maxvgs reached, need to expand
Unfortunately you can't change the max_pv on the VG without recreating it....you'll have to backup/restore or copy data to another VG.
Enjoy :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 02:40 AM
07-12-2005 02:40 AM
Re: max PV and maxvgs reached, need to expand
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 02:48 AM
07-12-2005 02:48 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:20 AM
07-12-2005 04:20 AM
Re: max PV and maxvgs reached, need to expand
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:29 AM
07-12-2005 04:29 AM
Re: max PV and maxvgs reached, need to expand
The syntax you told is correct but make sure that the minor number you are specifying is not already used by another VG.
use ll /dev/vg*/group|awk '{print $6,$10}' to find out the minor number and vg's which already exists. Then put another minor number to the newly created group file.
It is always better to assign some points to the perople who have helped to resolve your problem rather than giving thanx and regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:31 AM
07-12-2005 04:31 AM
Re: max PV and maxvgs reached, need to expand
The correct minor no should be unique in all group files. Do
#ls -ltr /dev/*/group
crw-r----- 1 root sys 64 0x000000 Oct 24 2004 /dev/vg00/group
crw-rw-r-- 1 root sys 64 0x010000 Nov 5 2004 /dev/vglock/group
.
.
.
And so on.
The 0x??0000 should be unique for all VG's
Follow the sequence to 00,01,02,03,04,05,06,07,08,09,10,11 and so on in place of ??.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:39 AM
07-12-2005 04:39 AM
Re: max PV and maxvgs reached, need to expand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:43 AM
07-12-2005 04:43 AM
Re: max PV and maxvgs reached, need to expand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:48 AM
07-12-2005 04:48 AM
Re: max PV and maxvgs reached, need to expand
Both are correct only. Allthough if you follow the sequence as posted by Patrick, you should use 01,02,03,04,05,06,07,08,09,0a,0b,0c & so on.
The important thing is that it should be unique & can not be repeated in one system.
Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:48 AM
07-12-2005 04:48 AM
Re: max PV and maxvgs reached, need to expand
You can use any minor number in 0xNN0000 format where NN should be unique within your server. Below is a list of some minor numbers in my server.
0x000000
0x030000
0x060000
0x260000
0x230000
0x240000
0x250000
0x270000
0x220000
0x210000
0x200000
0x290000
0x2a0000
0x2b0000
0x280000
0x440000
0x430000
0x400000
0x420000
0x410000
0x470000
0x460000
0x450000
0x4a0000
0x490000
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 04:49 AM
07-12-2005 04:49 AM
Re: max PV and maxvgs reached, need to expand
11th: 0B
etc...
Be careful when changing your max_vgs. Say you set it to 10, but one of them was numbered 0x0b0000, it would not mount. The max_vgs should be set no lower than your highest minor number. (dont ask me why I know that one).
Jim