안녕하세요.

 

DVS는 vCenter에 연동되어서 관리 수정 삭제가 가능합니다.

하지만 ESXi SSH접속해서 DVS를 강제로 삭제 가능 합니다.

 

아래처럼 switch 리스트 확인. 

DVS - Distribute Switch 

 

[root@esxi01:~] esxcfg-vswitch -l
Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch0         4850        4           128               1500    vmnic0

  PortGroup Name                            VLAN ID  Used Ports  Uplinks
  VM Network                                0        0           vmnic0
  Management Network                        0        1           vmnic0

DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks
DVS              4850        1           128               1500

  DVPort ID                               In Use      Client
  58                                      0
  59                                      0
  60                                      0
  61                                      0
  14                                      0
  22                                      0


[root@esxi01:~] net-dvs -d DVS
[root@esxi01:~] esxcfg-vswitch -l
Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks
DvsPortset-0     4850        1           128               1500

  PortGroup Name                            VLAN ID  Used Ports  Uplinks

Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch0         4850        4           128               1500    vmnic0

  PortGroup Name                            VLAN ID  Used Ports  Uplinks
  VM Network                                0        0           vmnic0
  Management Network                        0        1           vmnic0

DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks
Listing failed for DVSwitch: DvsPortset-0, Error: Unable to get MTU: Status(bad0007)= Bad parameter
[root@esxi01:~]

 

 

+ Recent posts