- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to create new volume group through SAM
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
02-08-2006 11:09 PM
02-08-2006 11:09 PM
Unable to create new volume group through SAM
I am trying to create a VG through SAM (HPUX 11.23 on Itanium server: rx4640). The VG is to utilize 2 x 146Gb drives. These are to be set up as a mirrored pair.
I receive the following message ...
lvextend: Not enough physical extents available
I have tried increasing the max no of physical extents (from default of 35000 to max of 65000). No joy. Also tried reducing the max no of physical vols down to 8 (from 16) - still no change. Has anyone any suggestions? I feel I am missing something.
One last thing ... I also increased the extents size up from 4 to 8 - also no change.
Many thanks.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 11:20 PM
02-08-2006 11:20 PM
Re: Unable to create new volume group through SAM
Create the empty volumegroup (without any logical volumes)
Then check the PE available with
vgdisplay -v vgxx
The expected PE are always a bitt less because of the VGDA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 11:21 PM
02-08-2006 11:21 PM
Re: Unable to create new volume group through SAM
You are trying to create a new volume group and you get an error from the lvextend command ?
Could you post
# vgdisplay -v /dev/vgxx
# lvdisplay -v /dev/vgxx/lvoly
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:11 AM
02-09-2006 02:11 AM
Re: Unable to create new volume group through SAM
better doing it from a command line setting:
PE size greater then default, i would use 32 and at least 5000 max pe per pv (max PE multiplied PE size is the maximum disk size the vg can manage)
see man vgcreate to create the vg
once created the vg check it with vgdisplay
if you still cannot create the lv post the special files of the disks and i'll give you the full sequence fo commands to use
hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:18 AM
02-09-2006 02:18 AM
Re: Unable to create new volume group through SAM
try to take care important parameters
like -s and -e while vgcreate...
i often use ;
vgcreate -s 32 -e 25000 /dev/vgname /dev/dsk/c#t#d#
Good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 04:12 AM
02-09-2006 04:12 AM