間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

ESXのNIC変更

増設NIC一式を外した。
予想通りNIC名称が変更され、ネットワークに接続しなくなったが、
マニュアル(http://www.vmware.com/files/jp/pdf/vi3_35_25_3_server_config_ja.pdf)通りの修正で行けた。

# esxcfg-nics -l
Name    PCI      Driver      Link Speed    Duplex MTU    Description
vmnic2  06:00.01 e1000       Up   100Mbps  Full   1500   Intel Corporation 80003ES2LAN Gigabit Ethernet Controller
vmnic1  06:00.00 e1000       Up   100Mbps  Full   1500   Intel Corporation 80003ES2LAN Gigabit Ethernet Controller
# esxcfg-vswitch -l
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch0       64          2           64                1500

  PortGroup Name      VLAN ID  Used Ports  Uplinks
  VM Network          0        0
  Service Console     0        1

Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch1       64          4           64                1500    vmnic1

  PortGroup Name      VLAN ID  Used Ports  Uplinks
  Virtual Machine Network10        0           vmnic1
  Service Console 2   0        1           vmnic1

# esxcfg-vswitch -U vmnic1 vSwitch1
# esxcfg-vswitch -l
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch0       64          2           64                1500

  PortGroup Name      VLAN ID  Used Ports  Uplinks
  VM Network          0        0
  Service Console     0        1

Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch1       64          3           64                1500

  PortGroup Name      VLAN ID  Used Ports  Uplinks
  Virtual Machine Network10        0
  Service Console 2   0        1

# esxcfg-vswitch -L vmnic1 vSwitch0
# esxcfg-vswitch -l
Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch0       64          4           64                1500    vmnic1

  PortGroup Name      VLAN ID  Used Ports  Uplinks
  VM Network          0        0           vmnic1
  Service Console     0        1           vmnic1

Switch Name    Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch1       64          3           64                1500

  PortGroup Name      VLAN ID  Used Ports  Uplinks
  Virtual Machine Network10        0
  Service Console 2   0        1
このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。