- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Less disk size after vgextend
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
01-27-2009 09:24 PM
01-27-2009 09:24 PM
Less disk size after vgextend
I have added 9 GB of disk in the system. After pvcreate and vgextend i am getting only 4 GB of disk size.
SEAGATE ST39173WC /dev/dsk/c2t10d0 10/8.10.0 8683 /dev/vg03
After vgextend:
PV Name /dev/dsk/c2t10d0
PV Status available
Total PE 1023 (4GB)
Free PE 1023
Autoswitch On
--------------------------------------------
Do i need to tune any kernel parameter or is there any disk corruption. Plesse suggest me the necessary steps.
Thank You !!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2009 10:43 PM
01-27-2009 10:43 PM
Re: Less disk size after vgextend
for the VG do a
#vgdisplay -v /dev/
and check the values for
MAX PE PER PV
and PE Size
i think the MAX PE PER PV is low.
Multiply that with the reported PE Size value and the max size that can be used for a PV added to that VG is obtained.
REgards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2009 10:47 PM
01-27-2009 10:47 PM
Re: Less disk size after vgextend
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2009 11:01 PM
01-27-2009 11:01 PM
Re: Less disk size after vgextend
I have got the solution.
I have re created the VG with
vgcreate -e 2170 xxxxx xxxxx
This allows me to add 9 GB disk.
Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 02:28 AM
01-29-2009 02:28 AM
Re: Less disk size after vgextend
vgmodify to modify the max_pe per pv