Solved

VM not showing the full UUID

  • 11 May 2023
  • 2 replies
  • 389 views

Badge

 

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?

icon

Best answer by Dalew 14 May 2023, 18:20

View original

This topic has been closed for comments

2 replies

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.

Badge

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.