Originally posted by: jalite19
we just replaced a mirrored failed disk (not a root disk), after new disk hdisk3 becomes visible, I run 'mirrorvg extvg hdisk3' without using -m option.
All the lvs are synced, but PP order of each LV on the new disk hdisk3 is different to its mirrored disk hdisk32.
for example: # lslv -m transfer
transfer:/data/transfer
LP PP1 PV1 PP2 PV2 PP3 PV3
0001 0307 hdisk32 0224 hdisk3
0002 0308 hdisk32 0225 hdisk3
0003 0309 hdisk32 0226 hdisk3
.
-
lspv -p hdisk32
hdisk32:
PP RANGE STATE REGION LV NAME TYPE MOUNT POINT
1-16 used outer edge sec jfs /sec
17-80 used outer edge load_1 jfs /load_1
.
-
lspv -p hdisk3
hdisk3:
PP RANGE STATE REGION LV ID TYPE MOUNT POINT
1-31 free outer edge
32-131 used outer edge test jfs /test
132-219 used outer edge load_1 jfs /load_1
.
I want to make PP order the same across two disks, how can I correct this? Can I unmirrorvg, format hdisk3, re-attach to vg and resync again while online?
#AIX-Forum