從MAC Address去找VM
發表於 : 2016-08-22 12:46:45
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:
Run this query to find the virtual machine names:
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'
代碼: 選擇全部
select * from VPX_ENTITY where ID = xxxxx