- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- strange problem on vgcreate
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-01-2004 10:31 PM
02-01-2004 10:31 PM
can anybody give me hints about this strange vgcreate output? Can you help me to understand the following output?
How to solve it?
Thank you guys!
Gian Luca
# vgcreate /dev/vgprod /dev/dsk/c0t1d0
Warning: Max_PE_per_PV for the volume group (65535) too small for this PV
(369258).
Using only 65535 PEs from this physical volume.
Increased the number of physical extents per physical volume to 65535.
vgcreate: Volume group "/dev/vgprod" could not be created:
File too large
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 10:41 PM
02-01-2004 10:41 PM
Re: strange problem on vgcreate
check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=119111
See also man vgcreate about -s option.
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 10:41 PM
02-01-2004 10:41 PM
SolutionKBRC00009036
The doc on a ASIAPAC
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062909773
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 10:45 PM
02-01-2004 10:45 PM
Re: strange problem on vgcreate
Link to the European site,
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-938907319+1075722191200+28353475&docId=200000062909773
Document description: vgextend: not enough physical extents per physical volume
Document id: KBAN00000076
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 10:45 PM
02-01-2004 10:45 PM
Re: strange problem on vgcreate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 12:09 AM
02-02-2004 12:09 AM
Re: strange problem on vgcreate
I have just created the volume group by the following command:
# vgcreate -s 8 /dev/vgprod /dev/dsk/c0t1d0
Thanks at all for your useful helps!
Gian Luca