- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Total disk reqirements.
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
12-22-2008 03:24 AM
12-22-2008 03:24 AM
Total disk reqirements.
Hi Friends,
How many Physical volume we can create?
How many Volum Group we can create?
How many Logical volume we can create?
How many Phsical extent is in a single volume group?
How many logical extent is in a single logical volume?
Pls anyone guide me step by step.
Thanks in Advance.
Regards,
Unixguy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 03:30 AM
12-22-2008 03:30 AM
Re: Total disk reqirements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 04:21 AM
12-22-2008 04:21 AM
Re: Total disk reqirements.
That depends on the OS version(or LVM ver) you used. The latest version LVM2.x(only supported in 11.31)overrides lot of limitations with old LVM1.x(supported on 11.11 and 11.23)
Here is the details in a glance of LVM1.x
How many Physical volume we can create?
Default 16 / Min 1 / Max 255 (in a VG)
How many Volum Group we can create?
Default 10 / Min 0 / Max 256
How many Logical volume we can create?
Default 255 / Min 1 / Max 255 (in a VG)
How many Phsical extent is in a single volume group?
Default 1016 / Min 1 / Max 655355 (in a VG)
How many logical extent is in a single logical volume?
Default 1016 / Min 1 / Max 655355 (in a LV depends on LV size)
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 05:50 AM
12-22-2008 05:50 AM
Re: Total disk reqirements.
http://docs.hp.com/en/lvm-v2/L2_whitepaper_8.pdf
How many Physical volume we can create?
up to 2047 per VG
How many Volume Group we can create?
up to 2048
How many Logical volume we can create?
up to 2047 per vg
How many Physical extent is in a single volume group?
up to 2^25
>>"Pls anyone guide me step by step."
???
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 06:42 AM
12-22-2008 06:42 AM
Re: Total disk reqirements.
Hi Ganesan,
Max Logical extent and Physical extent size is 655355 or 65535
Pls tell me.....
Thanks in advance
Regards,
Unixguy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2008 03:38 AM
12-23-2008 03:38 AM
Re: Total disk reqirements.
Anyone help to me
Regards,
Unixguy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2008 06:30 AM
12-23-2008 06:30 AM
Re: Total disk reqirements.
>>>Max Logical extent and Physical extent size is 655355 or 65535
Pls tell me.....<<<<
It is typo error. 65535 will be the maximum physical extends per PV. It is not physical extend size.
Physical extend size:
Min:1MB Default:4MB Max:256MB
My sincere apologize for the typo error..
Ganesh.