HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: lvol size
Operating System - Linux
1833017
Members
2458
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-13-2005 05:50 AM
01-13-2005 05:50 AM
lvol size
RHAS 3 on a LUN of 124 GB size.
I have created the physical volume (ov) and the volme group (vg).
pvcreate -d /dev/sdd
vgcreate -s 128k /dev/vg01 /dev/sdd
But it limits the size of the logical volum (lvol) that I can create.
[root@itanium2 root]# lvcreate -L 123G /dev/vg01
lvcreate -- size 128974720 KB is larger than maximum VGDA kernel size of 8388352 KB
What can I do to create larger logical volumes (lvol)?
I have created the physical volume (ov) and the volme group (vg).
pvcreate -d /dev/sdd
vgcreate -s 128k /dev/vg01 /dev/sdd
But it limits the size of the logical volum (lvol) that I can create.
[root@itanium2 root]# lvcreate -L 123G /dev/vg01
lvcreate -- size 128974720 KB is larger than maximum VGDA kernel size of 8388352 KB
What can I do to create larger logical volumes (lvol)?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 02:28 PM
01-13-2005 02:28 PM
Re: lvol size
Your volume group has too low a limit on the number of PE units it allows.
You need to re-create the volume group with different parameters.
command: vgcreate
parameters to look at:
-e max_pe
-s pe_size
You will need to up both from the default to make this work.
SEP
You need to re-create the volume group with different parameters.
command: vgcreate
parameters to look at:
-e max_pe
-s pe_size
You will need to up both from the default to make this work.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
01-16-2005 08:01 AM
01-16-2005 08:01 AM
Re: lvol size
Hi,
you can create only 65534 physical extents
in vg group.
in your example you can create lvol of size
128k*65534=8388352kB
If you want to create greater lvol you have to
create vg with bigger physical extend size
vgcreate -s 2M /dev/vg01 /dev/sdd
you can create max lvol 2M*65534=131068M
you can create only 65534 physical extents
in vg group.
in your example you can create lvol of size
128k*65534=8388352kB
If you want to create greater lvol you have to
create vg with bigger physical extend size
vgcreate -s 2M /dev/vg01 /dev/sdd
you can create max lvol 2M*65534=131068M
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP