VM not showing the full UUID | Nutanix Community
Skip to main content

 

As shown in the picture here, my VM’s UUID is not completely displayed. How can I see the full UUID?

Or is there any other place I can view the full UUID?

on the prism , just double click on the UUID to highlight it and then copy it, it should copy the missing part as well.

as an alternative, you can ssh into your Nutanix cluster ID(or any CVM IP), once you are connected,type:

#acli vm.list     (it will list all your VMs and their UUID accordingly).

 

Cheers.


on the prism , just double click on the UUID to highlight it and then copy it, it should copy the missing part as well.

as an alternative, you can ssh into your Nutanix cluster ID(or any CVM IP), once you are connected,type:

#acli vm.list     (it will list all your VMs and their UUID accordingly).

 

Cheers.

I tried double-clicking on the UUID, then copying and pasting it. I can see the full UUID now. Thank you.