Oops, the above post is incomplete.
It seems like they are mirrored, do this
lsvg -p appvg
It should show you two PV's
now do this
lslv -l lv_realtime
This should tell you which disk the LV is using.
If you see only one disk, then you are one step away from what you need
run
mklvcopy lv_realtime 2 hdiskX (hdiskX=the disk NOT seen in the output of lslv command)
as a safeguard do
syncvg -l lv_realname
If your lslv -l lv_realname output show you two disk, then 1st you have to migrate the LV to anyone of the disk and then make a second copy of it.
migratepv -l lv_realtime <source PV> <Destination PV>
and then run mklvcopy command.
Let me know how it goes.
SARFARAZ AHMED SYED,
Sr. Systems Engineer