- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirroring Issue
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
09-20-2006 12:20 PM
09-20-2006 12:20 PM
Mirroring Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 04:10 PM
09-20-2006 04:10 PM
Re: Mirroring Issue
Could you please post the lvdisplay & vgdisplay output for the affected lvol and corresponding vg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 04:27 AM
09-21-2006 04:27 AM
Re: Mirroring Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 04:33 AM
09-21-2006 04:33 AM
Re: Mirroring Issue
If you cannot reduce the single disk, then
re-mirror the lvol and run the lvreduce command with all 11 disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 05:48 AM
09-21-2006 05:48 AM
Re: Mirroring Issue
if it is mirrored
you can try lvreduce -m 0 lvol device
if it is not mirrored are you sure those are mirrored extents.
If they are not mirrored extents you can pvmove them to another disk.
you may have to remirrror and break the mirror again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 07:21 AM
09-21-2006 07:21 AM
Re: Mirroring Issue
When I issue the command lvreduce -m 0 lvol device I get the error "MirrorCopies parameter 0 is not smaller than existing number 0;
When I try to re-mirror back to the pvg "primary" (see attachment - pvg mirror is where the data was originally mirrored to) I get the error "Not enough free physical extents available - Logical volume could not be extended - Failure possibly caused by PVG-Strict allocation policy".
When I try ro re-mirror back to the original volumes (changing allocation from pvg-strict to strict) - lvextend -m 1 lvol devices I also get the error message "Not enough free physical extenda available. Logical Volume could not be extended. Failure possibly caused by strict allocation policy"
I've attached the lvdisplay and the vgdisplay. Notice the volume c26t14d0 is in the primary pvg which is where the data was originally, and then notice it listed in the lvdisplay.
I'm thinking I need to remirror also, but maybe to a different set of devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 07:22 AM
09-21-2006 07:22 AM
Re: Mirroring Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 08:00 AM
09-21-2006 08:00 AM
Re: Mirroring Issue
First, let me make onething clear - lvreduce doesn't split the mirror, it reduces the mirror. Meaning, you no longer have a mirror copy.
The question is not clear to me as in what the goal is but if all you want is to get the LV's PEs off of c26t14d0 then you can try this
# pvmove -n /dev/vg_mis_db/orasit /dev/dsk/c26t14d0 mirror
This should empty c26t14d0 of /dev/vg_mis_db/orasit PEs.
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 07:12 PM
09-21-2006 07:12 PM
Re: Mirroring Issue
try using
lvreduce -k -m 0 /dev/vgxx/lvol /dev/dsk/xxx
-PB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2006 07:31 AM
09-29-2006 07:31 AM
Re: Mirroring Issue
My thanks for everyone's input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2006 07:33 AM
09-29-2006 07:33 AM