Scroll Top

How Can We Help?

Script to find VMs with duplicate UUIDs

You are here:
< All Topics

If you want to find out all the VMs in a vCenter that share the same BIOS UUID, run the python script listed below from within VirtuCache Manager VM:

SSH into the VirtuCache Manager appliance (- username/password: virtucache/virtucache ) and execute the following commands:

sudo -s
# the above will ask for the password, it is the same password: virtucache
cd /var/www/wsgi/vnx2mgr/
python check_dup_vm_uuids.py -s <vcenter-ip> -u <username>
# e.g.
python check_dup_vm_uuids.py -s 10.80.16.172 -u ‘[email protected]
# it will prompt for the vCenter password

You will now see all the VMs in that vCenter that share the same BIOS UUIDs

Table of Contents
Download Trial Contact Us