cplv command hello,
I'm trying to understand the use of the cplv command.
if I have a logical volume such as /dev/lv00 mounted over /data on rootvg.
and I have another vg called datavg. I want to move /data to datavg.
i use cplv -v datavg lv00.
from here how do I get into /data from the new lv created on datavg?
I can remove the original lv using rmfs /data, the data should be in datavg
right?
but there is no mount point, If i create a filesystem it will overwrite the
data.
Can someone please explain better.
Thanks
Rich |