從MAC Address去找VM

虛擬化,雲端運算
回覆文章
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

從MAC Address去找VM

文章 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
回覆文章

回到「VMware」