my production vg has 6 logical disks in fastT700 and this vg is shared vg in tow nodes HACMP cluster. 3 of them are production and another 3 are mirrored by the 3 production.
before i came here, the former administorator did not mirror the vg as normal, he used the command mklvcopy to copy all production lvs to other 3 logical disks within same vg.
becuse of some reasons, i organized the production vg and mirror the 3 production disks to another 3 disks for fault tolerance.
you know, the process cause the different mirrored lvs sequence compared with the old. for example:
old sequence new sequence
hdisk4: hdisk7: hdisk4: hdisk8:
lv001 lv001 lv001 lv001
lv002 lv002 lv002 lv002
then i add tow new disks into this vg.
and now i want to keep the same odm on both nodes and use the command
varyonvg -b -u vg (primary node)
importvg -L vg (standby node)
the error massages show system can not find some lvs and failed.
so, my questions is if i should keep the old sequence and redo this steps as the former to keep the same vg odm.
before i came here, the former administorator did not mirror the vg as normal, he used the command mklvcopy to copy all production lvs to other 3 logical disks within same vg.
becuse of some reasons, i organized the production vg and mirror the 3 production disks to another 3 disks for fault tolerance.
you know, the process cause the different mirrored lvs sequence compared with the old. for example:
old sequence new sequence
hdisk4: hdisk7: hdisk4: hdisk8:
lv001 lv001 lv001 lv001
lv002 lv002 lv002 lv002
then i add tow new disks into this vg.
and now i want to keep the same odm on both nodes and use the command
varyonvg -b -u vg (primary node)
importvg -L vg (standby node)
the error massages show system can not find some lvs and failed.
so, my questions is if i should keep the old sequence and redo this steps as the former to keep the same vg odm.