- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Min PV size
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-17-2010 03:09 AM
02-17-2010 03:09 AM
Min PV size
My Disk/PV is 64m
bash-3.2# pvcreate /dev/rdsk/c5t0d2
Physical volume "/dev/rdsk/c5t0d2" has been successfully created.
bash-3.2# diskinfo -b /dev/rdsk/c5t0d2
65536
bash-3.2# vgcreate -V 2.1 -S 512t -s 16m myvg /dev/dsk/c5t0d2
vgcreate: Volume group "/dev/myvg" could not be created:
Error: One of the physical volumes is too small to be configured
as part of the volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 05:59 AM
02-17-2010 05:59 AM
Re: Min PV size
But are you trying to create a volume group size max of 512 Terabytes? 16Mb I can understand....but....
Do you really want the vg that big?
Now I appreciate that the max size allowed is 2 Petabytes for LVM 2.0 and 2.1 (it's in the manpages), but wouldn't that make for a really hard to manage volume group.
Maybe you could run vgcreate -E option as suggested in the manpage to check the relationship b/t pe size and max vg size and it will give you the maximum size that the vg can be set at.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 06:06 AM
02-17-2010 06:06 AM
Re: Min PV size
Have a look at the examples listed in this document.
http://docs.hp.com/en/6054/LVM_Limits_White_Paper_V4.pdf
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 06:11 AM
02-17-2010 06:11 AM
Re: Min PV size
is there a CLI or some programmatic way of calculating the metadata size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 06:13 AM
02-17-2010 06:13 AM
Re: Min PV size
> is there a CLI or some programmatic way of calculating the metadata size
See:
http://docs.hp.com/en/lvm-v2/L2_whitepaper_8.pdf
Regards!
...JRF...