ESXi に NIC を追加したら番号がバラバラになった件

ESXi に NIC を追加したら番号がバラバラになった件

5.5以降なのかな?
自分で管理している6.0(Build 6921384)はこれで治った。

esxcfg-nics -l
Name    PCI          Driver      Link Speed     Duplex MAC Address       MTU    Description
vmnic2  0000:00:19.0 e1000e      Up   1000Mbps  Full   ac:xx:xx:xx:x8:3f 1500   Intel Corporation 82579LM Gigabit Network Connection
vmnic1  0000:04:00.0 e1000e      Up   1000Mbps  Full   00:xx:xx:xx:x2:21 9000   Intel Corporation 82571EB Gigabit Ethernet Controller (Copper)
vmnic3  0000:04:00.1 e1000e      Up   1000Mbps  Full   00:xx:xx:xx:x2:20 9000   Intel Corporation 82571EB Gigabit Ethernet Controller (Copper)
vmnic0  0000:05:00.0 e1000e      Up   1000Mbps  Full   00:xx:xx:xx:x2:23 9000   Intel Corporation 82571EB Gigabit Ethernet Controller (Copper)
vmnic4  0000:05:00.1 e1000e      Up   1000Mbps  Full   00:xx:xx:xx:x2:22 9000   Intel Corporation 82571EB Gigabit Ethernet Controller (Copper)

localcli --plugin-dir /usr/lib/vmware/esxcli/int/ deviceInternal alias list
Bus type  Bus address      Alias
--------------------------------
pci       m00008501        vmnic2
pci       s000000ff:01.00  vmnic1
pci       s000000ff:01.01  vmnic3
pci       s000000ff:02.00  vmnic0
pci       s000000ff:02.01  vmnic4

localcli --plugin-dir /usr/lib/vmware/esxcli/int/ deviceInternal alias store --bus-type pci --alias vmnic0 --bus-address m00008501
localcli --plugin-dir /usr/lib/vmware/esxcli/int/ deviceInternal alias store --bus-type pci --alias vmnic1 --bus-address s000000ff:01.00
localcli --plugin-dir /usr/lib/vmware/esxcli/int/ deviceInternal alias store --bus-type pci --alias vmnic2 --bus-address s000000ff:01.01
localcli --plugin-dir /usr/lib/vmware/esxcli/int/ deviceInternal alias store --bus-type pci --alias vmnic3 --bus-address s000000ff:02.00
localcli --plugin-dir /usr/lib/vmware/esxcli/int/ deviceInternal alias store --bus-type pci --alias vmnic4 --bus-address s000000ff:02.01

Document Id 2091560

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください