Sidai team: notes on using HP Mirror/UXOne use of HP's disk-mirroring product (Mirror/UX) is to back up things-that-must-not-change-while-being-copied.You split (lvsplit) the mirror, mount the second copy somewhere (/mnt/backup in our example below), take the copy, then put it back (lvmerge, etc). One risk is that the mirroring (silently?) doesn't get put back, so you are in effect running without it. Checking for mirroring happiness: We supply a script chk-for-stale-VGs (VG == volume group), which could be run out of 'cron' to give a clean bill of health. Putting things right when busted: We sometimes find ourselves in a "unmirrored and needing fixing" situation. We fix it (carefully) by hand:
|