Hi,
Yes you can, but be careful.
Reduce the mirror on the server where the vg is active.
Remove the disk which not containing the cluster lock (check in /etc/cmcluster/cluster.ascii)
For each lv :
#lvreduce -m 0 /dev/vgx/lvolxx
then
# vgreduce vgx /dev/dsk/cx...
then generate a mapfile
# vgexport -p -v -s -m mapfile.vgx vgx
send this mapfile on the other node :
# rcp mapfile.vgx nodeB:/tmp/mapfile.vgx
Then on the other node :
# vgexport vgx
# mkdir /dev/vgx
# mknod /dev/vgx/group c 64 0x.....
# vgimport -v -s -m /tmp/mapfile.vgx vgx
Now you can use the pv
Regards,
Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?