UUID mismatch on OVM server after cloning OVM x86 environment while repository was online
All,
Our Customer made disk clones of their environment while their repository was up and online. These cloned disks were then installed into a new set of OVM x86 servers with storage repo on local disk.
They are getting a UUID mismatch error on the OVM server. They have been advised to look at Doc ID 1557980.1 which describes a procedure to unconfigure the OVM server.
The associated script will wipe out the local storage repo.
echo "Unmounting mounted Repositories/removing directories"
cd /OVS/Repositories
for i in * ; do
if [ $i != '*' ]; then
echo unmounting $i
umount /OVS/Repositories/$i