Hi,
I don't think you can set it, but if you can.. check out the disk descriptor file.
For retrieving the UUID you can first enumerate all the disks / partitions with
diskutil list
Then for each partition query the details.
eg.
diskutil info /dev/disk1s1 | grep "Volume UUID"
PS: Looked at your link.
vmkfstools is a vSphere command, so that won't work on macOS ![]()
--
Wil