1 頁 (共 1 頁)

從MAC Address去找VM

發表於 : 2016-08-22 12:46:45
schumi
https://kb.vmware.com/selfservice/micro ... Id=1024025

Additional Information

To locate a suspected duplicate MAC, run this query on the vCenter Server database and note all entity IDs:

代碼: 選擇全部

select * from VPX_NIC where MAC_ADDRESS = '00:50:56:xx:yy:zz'
Run this query to find the virtual machine names:

代碼: 選擇全部

select * from VPX_ENTITY where ID = xxxxx