Main Menu

Search

Oracle VM Manager (OVMM): Command To Check ORPHAN Virtual Machine (VM) Disks (System Image files) In OVM/OVS

Below command can be executed to identify ORPHAN Virtual Machine (VM's which no longer exists) Disks in OVM/OVS.
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