- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase the extent size or decrease max_PVs/max_L...
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-07-2008 01:34 AM
02-07-2008 01:34 AM
Warning: Max_PE_per_PV for the volume group (65535) too small for this PV (76799
).
Using only 65535 PEs from this physical volume.
Increased the number of physical extents per physical volume to 65535.
vgcreate: Volume group "/dev/vg01" could not be created:
VGRA for the disk is too big for the specified parameters. Increase the
extent size or decrease max_PVs/max_LVs and try again.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 02:13 AM
02-07-2008 02:13 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
Bad news.
This is set when the volume group is created.
The volume group must be rebuilt to fix this, that means backing up all your data first.
When you vgcreate think about the -s
Either will help you get around this issue.
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-07-2008 02:14 AM
02-07-2008 02:14 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
you can raise your PE's to 16 megs min with the
-s parameter.
Have a look at this thread,here is your problem solved:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1085044
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 02:24 AM
02-07-2008 02:24 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
# vgcreate -s 16 /dev/vg01 /dev/dsk/c8t1d6
Increased the number of physical extents per physical volume to 19199.
vgcreate: Volume group "/dev/vg01" could not be created: Device busy
How can I solve this problem?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 02:43 AM
02-07-2008 02:43 AM
SolutionIncrease extent size, IMHO it is the better way.
vgcreate -s 16 /dev/vg01 /dev/dsk/c8t1d6 (I don't think that 8 Mo will be enough, but you can try it before using 16 Mo)
The disk you are working with has a SAN like instanciation. Right ?
So instead of working with one LUN of 300 Go, maybe you could try with 2 LUNs of 150 Go each. That will permit you to lower the extent size but It will not prevent you from using a larger extent size than 4 Mo, because the 65535 extent limit exists also at LV level. So if you have an extent size of 4 Mo in a pool of 76799 extents you will not be able to create a LV of 300 Go, only 256 Go.
I think that 2 disks is also better for permormance : in a SAN you can see a LUN as an IO buffer from HP-UX point of view. So 2 LUNs are better than just one : you have more "power", more queues, to stress the storage if you can distribute Datas on both.
In a conclusion you could work like this :
- create 2 LUN of 150 Go each : LUN 14 c8t1d6 and LUN 15 c8t1d7
- pvcreate
- vgcreate -s 8 -g DISTRIB /dev/vg01 /dev/dsk/c8t1d6 (extend size 8 Mo because you may want to create a full 300 Go LV)
- vgextend -g DISTRIB /dev/vg01 /dev/dsk/c8t1d7
- lvcreate -D y -s g -L
Now you have an LV that is distributed extent by extent between 2 disks and it can be extend to 512 Go if you add new disks in the VG.
Hope this will help
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 02:47 AM
02-07-2008 02:47 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
Once created a VG ... is created ! Before issuing an other vgcreate, you must remove it first --> vgremove
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:13 AM
02-07-2008 06:13 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
This command is also available on request for 11.23, you need to log a call with your HP response centre to get it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:39 AM
02-07-2008 06:39 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
No need to ask response centre.
---
PHCO_36744 11.23
A new command, vgmodify, has been provided to let the user modify or alter the contents and size of the metadata and the size of the physical volume.
---
http://www11.itrc.hp.com/service/patch/patchDetail.do?BC=main|search|patchDetail{PHCO_35524,{hpux:11.23,}}|&patchid=PHCO_35524&sel={hpux:11.23,}
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf (BSC link updated by admin)
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 07:10 AM
02-07-2008 07:10 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
using vgmodify is not possible, because vg was not created.
I removed /dev/vg01, and tryed to create again (vgcreate) same problem was occured.
(disk is busy)
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 07:32 AM
02-07-2008 07:32 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
Disk is already attached to another system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 09:44 AM
02-07-2008 09:44 AM
Re: Increase the extent size or decrease max_PVs/max_LVs. How?
You should do some zoning and/or adjust your presentation of disks.
The current setup might be dangerous.
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!
