- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about create VG
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
08-14-2006 01:59 PM
08-14-2006 01:59 PM
I remember there is relationship between the size of PE,the number of PV and the number of PEs when we create VG.
For example, I use four PVs and the size of PV is 46G, when I vgcreate -s 1 /dev/vgcheck ....., there is error message :
VGRA for the disk is too big for the specified parameters. Increase the
extent size or decrease max_PVs/max_LVs and try again.
but when I change "-s 1" to "-s 2", VG can be created successfully, so who can tell me the deatailed relationship between those parameter ( number of PE,number of PV,PE SIZE,PV SIZE..)?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 02:31 PM
08-14-2006 02:31 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 02:35 PM
08-14-2006 02:35 PM
Re: about create VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 02:44 PM
08-14-2006 02:44 PM
Re: about create VG
vgcreate -s 32 /dev/vg## /dev/dsk/c#t#d# where:
-s = PE_SIZE (*default = 4mb *)
PE must be a power of 2: 1,2,4,8,16,32,64,128 or 256
Everything must fit into one PE. The VGRA is one PE.
The default value for max_pe is 1016. However, if the size of any physical volume exceeds 1016 times the pe_size, the default value for max_pe is adjusted to match the physical volume size.
PV_SIZE > 1016 * PE_SIZE
If PV_SIZE exceeds (1016 * PE_SIZE) then MAX_PE is increased.
32 mb PE_SIZE
47104 mb for PV_SIZE (* 46 GB *)
Equals 1472 MAX_PE. Use vgdisplay to verify.
http://docs.hp.com/en/B2355-60103/vgcreate.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 03:30 PM
08-14-2006 03:30 PM