- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot create volume group
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
06-23-2003 06:25 AM
06-23-2003 06:25 AM
She did a pvcreate and
mkdir /dev/vgtemp
mknod /dev/vgtemp/group c 64 0x030000
HOWEVER....................
when she tried to do a vgcreate, we got the following error message:
Increased the number of physical extents per physical volume to 42495.
vgcreate: Volume group "/dev/vgtemp" 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.
I'm hoping someone out there has seen this before and can shed some light on it.
Thanks
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:31 AM
06-23-2003 06:31 AM
Re: cannot create volume group
vhen you create the vg, there are many option.
One of these is the PE size (-p option).
In a PV there can be a maximum of 65535.
But there are other rules.
One of this is that the number of PE * number of PV + a constat must fit, in bytes, in a single PE.
So, if you have a large disk and a large number of PV, you can overtake this limit.
To come around it, you can:
- use a bigger PE size
or
- limit the number of LV to something less than 255, i think 100 can suffice
or
- limit the number of PV, also here a maximum of 80 can help.
All these are option of the vgcreate:
SYNOPSIS
/usr/sbin/vgcreate [-f] [-A autobackup] [-x extensibility] [-e max_pe]
[-l max_lv] [-p max_pv] [-s pe_size] [-g pvg_name] vg_name
pv_path ...
Refer to the man page for all details .
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:31 AM
06-23-2003 06:31 AM
Re: cannot create volume group
do a pvdisplay on the disk to get disk information for configured numbers of physical extents and use diskinfo to get size of the disks
EX:
pvdisplay /dev/dsk/devicename
diskinfo /dev/rdsk/devicename
Goodluck..
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:36 AM
06-23-2003 06:36 AM
Re: cannot create volume group
Note that the maximum -e is 64K. You need to adjust the parameters so that max_pe X ps_size "fits" the largest LUN in this volume group. In general, a smaller pe_size is preferred.
Another possible source of error that will lead to very screwy error messages is duplicate minor device numbers in the group file. Make absolutely certain that there is not another 64/0x03000 device node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:36 AM
06-23-2003 06:36 AM
Re: cannot create volume group
Note that the maximum -e is 64K. You need to adjust the parameters so that max_pe X ps_size "fits" the largest LUN in this volume group. In general, a smaller pe_size is preferred.
Another possible source of error that will lead to very screwy error messages is duplicate minor device numbers in the group file. Make absolutely certain that there is not another 64/0x03000 device node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:36 AM
06-23-2003 06:36 AM
Re: cannot create volume group
Note that the maximum -e is 64K. You need to adjust the parameters so that max_pe X ps_size "fits" the largest LUN in this volume group. In general, a smaller pe_size is preferred.
Another possible source of error that will lead to very screwy error messages is duplicate minor device numbers in the group file. Make absolutely certain that there is not another 64/0x03000 device node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:47 AM
06-23-2003 06:47 AM
SolutionPlease look at this thread where people responded to my similar problem.
Hey, your question is appearing twice to me.
Hope this helps,
~AM
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x10a50cb17a32d5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:59 AM
06-23-2003 06:59 AM
Re: cannot create volume group
I tried your suggestions, adding -e and -s bit I still got the same message.
AM:
I'm tempted to just increase the PE size but I would rather leave them at 4MB if at all possible. Thanks for the info though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 07:31 AM
06-23-2003 07:31 AM
Re: cannot create volume group
If you want to avoid increasing the PE size you may create more lun on the cx600 with smaller size.
The disavantage is when running ioscan you will see a long list of disks (luns). If you have alternate links the number of seen disks will be very very very long.
ex: with 2 switches and a cx600 you will see 4 paths for each disk ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 07:44 AM
06-23-2003 07:44 AM
Re: cannot create volume group
try also with the "-p" and "-l".
After so many tests, i will re-issue a pvcreate, just to be sure it's all clean.
HTH,
Massimo