A failed mirror member will appear as missing in lspv output. lsvg rootvg will report a non-zero STALE PP count equal to the LP count of all mirrored LVs. Note the PVID of the failed disk from lspv — you may need it if ODM manipulation is required.
Do not proceed until the surviving disk (hdisk0) is confirmed first in the bootlist. If the system reboots with the failed disk as primary boot device, the system will fail to boot entirely.
syncvg will almost certainly fail against a truly dead disk. Its value here is in confirming the disk is unrecoverable before proceeding with forced removal. If STALE PPs drop to 0, you have a degraded-but-recoverable disk — treat as Option B in the next step.
reducevg -d vs unmirrorvg: Use unmirrorvg when the disk responds — it gracefully migrates LP allocations. Use reducevg -d only when the disk is confirmed dead and stale PPs cannot be resolved. The -d flag bypasses the allocated-PPs guard and discards the stale mirror copies.
At this point rootvg is running single-copy on hdisk0 only. The system is operational but unprotected — complete the replacement and re-mirror as soon as possible.
Size requirement: The replacement disk must be equal to or larger than hdisk0. If the PP size or total PP count is smaller, extendvg will fail. Replacement disk must present with no existing PVID — if it has one from a previous system, clear it with chpv -C hdisk1.
mirrorvg will immediately begin background synchronisation of all PPs. Do not reboot or interrupt power during this phase. On heavily loaded systems or large rootvg, sync may take 10–30+ minutes. The system remains fully operational throughout.
bosboot is mandatory on the new disk. Without it, the disk contains a valid XFS/JFS2 partition and mirrored data but no AIX boot record — the system cannot boot from it if hdisk0 fails. Always run bosboot -a -d on every disk in the bootlist after a mirror rebuild.
reducevg -d only when the disk is confirmed dead. The -d flag silently discards all stale PP copies with no recovery path.odmdelete) is a last resort. Incorrect ODM manipulation can corrupt the device database — document the PVID before attempting.extendvg to fail with insufficient PP count.chpv -C hdisk1.bosboot on the new disk is non-optional — without it the disk holds data but no boot record and cannot serve as a boot device.lsvg datavg and lsvg -l datavg after completion.