- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: reduce/remove mirroring, then re-mirroring
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
07-11-2002 07:46 AM
07-11-2002 07:46 AM
3920 current ??? 0012
I want to reduce the mirror, vgreduce the volume, then vgextend and lvextend it back to the mirror set. I can lvreduce just fine (and it leaves the pe's as ???). But I can't vgreduce the volume due to the following message (probably because of the ??? pe's).
vgreduce: Physical volume "/dev/dsk/c1t2d0" could not be removed since some of i
ts
physical extents are still in use.
What should I do to vgreduce then remirror to get all the pes to match up correctly?
The reason I want to remirror is that the pes do not exactly match on both drives.
Thanks,
..Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 07:57 AM
07-11-2002 07:57 AM
Re: reduce/remove mirroring, then re-mirroring
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 08:01 AM
07-11-2002 08:01 AM
Re: reduce/remove mirroring, then re-mirroring
# pvdisplay -v /dev/dsk/c1t2d0
While you're at it can you also provide these output ..
# strings /etc/lvmtab
# vgdisplay -v /dev/vgXX
==> of the VG where c1t2d0 is used
# lvdisplay -v /dev/vgXX/lvolY
==> of all LVs in vgXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 08:02 AM
07-11-2002 08:02 AM
Re: reduce/remove mirroring, then re-mirroring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 08:03 AM
07-11-2002 08:03 AM
SolutionTry this link,
http://support2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBRC00002261&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=19&search.y=12
The Doc id is KBRC00002261
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 08:17 AM
07-11-2002 08:17 AM
Re: reduce/remove mirroring, then re-mirroring
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 08:25 AM
07-11-2002 08:25 AM
Re: reduce/remove mirroring, then re-mirroring
Matching the PE numbers on the primary and on the mirror disk is of no consequence. It doesn't matter as you concluded. The important thing (which is the default) is to always force strict allocation such that mirrored extents are not on the same physical disk [otherwise, why mirror? ;-)].
Regards!
...JRF...