- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't succesfully mirror.
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-29-2008 08:42 AM
02-29-2008 08:42 AM
Can't succesfully mirror.
It is currenlty attached to a pair of SANs.
One SAN has a CX500 array that is currently in use. The other SAN has a CX3-40 that we are trying to migrate to. I have created LUNs on the CX3-40 that are the same size as those currently in use. I have added those new LUNs to my VGs. However, whenever I try to mirror onto the new array using MirrorDisk/UX, it runs really slowly and then fails. Whe I attempt to continue by using either lvsync, or vgsync it again proceeds slowly and fails with the error message "Could't re-synchronize stale partitons of logical volume: Device offline/Powerfailed"
The array is not giving any errors nor ar the switches. I am under a deadline and need to get this resolved as soon as I can.
Any help will be welcomed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 08:46 AM
02-29-2008 08:46 AM
Re: Can't succesfully mirror.
Can you use your new disk for anything ?
Pull the devices out of vg00 and dd some data to the new disk, do they work at all ? Is the performance reasonable ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 08:49 AM
02-29-2008 08:49 AM
Re: Can't succesfully mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 08:51 AM
02-29-2008 08:51 AM
Re: Can't succesfully mirror.
A few of them went smoothly, I added LUNs from the new array into the VG, mirrored the LV onto it, the reduced the LV off the old array and reduced the old array out of the VG. On those VGs, yes, the performance is fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 08:56 AM
02-29-2008 08:56 AM
Re: Can't succesfully mirror.
There certainly is some timeout or other issue occuring. Could be just about anything. Definately an array / fabric issue though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 09:08 AM
02-29-2008 09:08 AM
Re: Can't succesfully mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 08:31 PM
02-29-2008 08:31 PM
Re: Can't succesfully mirror.
180 Time out too much. The default value required is 10. Don't set higher timeouts.
run "dmesg" command and see if you find any error messages printed by LVM kernel.
lvsync fail with "device offline" message only when one of the PVs is not available.
Check the /var/adm/syslog/syslog file. I am sure you will find Device offline messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 11:40 PM
02-29-2008 11:40 PM
Re: Can't succesfully mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2008 02:11 AM
03-01-2008 02:11 AM
Re: Can't succesfully mirror.
I can't add much for your original issue. My first thought was a bad disk, but if this is happening with multiple mirrors it's not likely. For the mirrors that are failing, are they coming from the same RAID group or physical enclosure?
The only other thing I would say is to try a dd to one of the LUNs that mirroring failed with, see how it goes.
As far as the timeout comment goes, EMC recommends the extended PV and LV timeouts. I emailed you a document on it, probably nothing you didn't already know. They also recommend turning bad block realloc to OFF for your LVMs, and letting the array to the dirty work.
Your humble student....
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2008 12:25 PM
03-01-2008 12:25 PM
Re: Can't succesfully mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2008 08:46 PM
03-01-2008 08:46 PM
Re: Can't succesfully mirror.
You must also turn off this bad block relocation as the array will handle this for you auto-magically. ;-)
I asked earlier if load balancing software if any was used that could also be coming into the picture or not.
Hope things stabilize soon.