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.
The above is not mirrored, it is just a LV stripped across three (3) PV's, we generally do this because we don't want a single disk to be hit very hard and the PP's are distribution uniformly across the PV's
And I assume the same will be for the other three LVs (ora2, ora3 and ora4).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.