- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 3 drives in a volume group
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-22-2002 12:14 PM
04-22-2002 12:14 PM
I 'm stumped again. Like everyone we are under budget restraints and have to use what parts we have to save $$.
We have 3 jamaica slots left to create a volume group for our dba's data.
Here is the deal:
3 slots
we have 2 - 9gb drives
we have 1 - 18 gb drive
About 14 gb of data take up the 2 9gb drives.
She wanted her data mirrored. SO I decided the 18gb drive would serve as my mirror for the data from the 2 - 9gb drives.
Added all 3 drives to a volgroup.
Went to mirror the data and after about 8.5gb it quit saying np more free pe's.
Did a pvdisplay on the 18gb and it says
PE size mb 4
Total pe 2171
Did a diskinfo and it shows 17782240 kb.
How come the pvdisplay doesn't recognize it as being an 18gb drive?
Is there a work around to get this 18gb drive to be able to serve as my mirror off of the 2 - 9gb drives???
Thanks for any help you can give me
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 12:17 PM
04-22-2002 12:17 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 12:18 PM
04-22-2002 12:18 PM
Re: 3 drives in a volume group
To fix this you have to recreate the VG and either change the initial value of MAX PE PER PV or add the 18GB drive to the VG first so that the default value is set large enough.
For more details on MAX PE PER PV and changing the default at VG creation time see 'man vgcreate'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 12:20 PM
04-22-2002 12:20 PM
Re: 3 drives in a volume group
In your case you should have created the volumegroup with 18 GB drive first and then add the 9GBs or you could have given vgcreate -e
Now you have to recreate the volumegroup.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 12:20 PM
04-22-2002 12:20 PM
Re: 3 drives in a volume group
Sorry you've hit the "PE per PV wall". PE/PV is set when the VG is created. So you have to recreate the VG - setting a higher PE/PV value when you do so.
Do so using the 18 GB as the first drive & the system will give you a proper value.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 12:21 PM
04-22-2002 12:21 PM
Re: 3 drives in a volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 12:33 PM
04-22-2002 12:33 PM
Re: 3 drives in a volume group
I'll give that a try.