Below command can be executed to identify ORPHAN Virtual Machine (VM's which no longer exists) Disks in OVM/OVS.
Products to which Article Applies
Oracle VM Manager Version 3.3.X & Above Versions
tarun boyella
for diskimage in $( ls /OVS/Repositories/*/VirtualDisks/* );do grep
$diskimage /OVS/Repositories/*/*/*/vm.cfg 2>/dev/null || echo
$diskimage; done | grep -v file
Products to which Article Applies
Oracle VM Manager Version 3.3.X & Above Versions
tarun boyella
No comments:
Post a Comment