- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RE: Mirrored disk but not same PE ?
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
10-28-2005 07:25 AM
10-28-2005 07:25 AM
RE: Mirrored disk but not same PE ?
We got a weird scenario here, we got a system that have mirrorred the 2 disks but doesn't same size PE found. How to troubleshoot these? thank you a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 07:31 AM
10-28-2005 07:31 AM
Re: RE: Mirrored disk but not same PE ?
PE size is defined at the VG level, not at the PV level. So once you create a VG and add the PVs to the VG, the PE size is the same for all the PVs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 07:32 AM
10-28-2005 07:32 AM
Re: RE: Mirrored disk but not same PE ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 07:35 AM
10-28-2005 07:35 AM
Re: RE: Mirrored disk but not same PE ?
It would be easist if you post what you are looking at.
Remember, however, that mirroring is done at the *LOGICAL VOLUME* level. Thus you should use :
# lvdisplay -v /dev/vgNN/lvolX
...to see the state and number of your mirrored extents.
If you are looking at the output from:
# vgdisplay -v vgNN
...then it is very possible that the PHYSICAL volumes comprising the volume group are of slightly different sizes (in terms of number of physical extents). This is meaningless.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 07:46 AM
10-28-2005 07:46 AM
Re: RE: Mirrored disk but not same PE ?
It cant be possible of having diff. PE(size)in a single VG. As it is obvious that, once the second disk is added to the VG for mirroring its PE size will be defined automatically as same as defined for that VG.You cant change after that unless you scratch that VG.
You can post your vgdisplay o/p better.
regds, Granite