- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgextend error
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
04-01-2002 12:15 PM
04-01-2002 12:15 PM
----------------------------------------------
vgextend: Not enough physical extents per physical volume.
Need: 1057, Have: 1023.
Volume group "/dev/vg01" has been successfully extended.
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:21 PM
04-01-2002 12:21 PM
Re: vgextend error
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:21 PM
04-01-2002 12:21 PM
Re: vgextend error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:23 PM
04-01-2002 12:23 PM
Re: vgextend error
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:26 PM
04-01-2002 12:26 PM
Re: vgextend error
your max PE value for the Vg is more than the possible PE's for the disk on which you are trying to extend this VG.
The max size of a disk that can be included in the Vg you are trying to extend is
maxPE*PESize
1023*4 ==> 4092MB.
The disk that you are trying to add can have 1057PE's
Disk Capacity ==> 1057*4 --> 4228MB
Since you can only utilize 4092 MB from any large capacity disk added to this VG, your PE on the disk has been reduced to 1023.
Try this link,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=9bf701c419829ffc51/screen=ckiDisplayDocument?docId=200000055877488
The error that you are receiving is not a problem.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:35 PM
04-01-2002 12:35 PM
Re: vgextend error
The volume group has seagate drives Now I am adding EMC DRIVES they are little bigger in size.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 12:47 PM
04-01-2002 12:47 PM
Re: vgextend error
vgcreate -e 10000 /dev/vg01 /dev/dsk/cxtydz
Sandip