사용 버전
vSphere 6.X
Error Message
에러 메시지 없음. VM Edit Setting 시 Network Adapter 분실로 인한 가상시스템 Ping Loss 발생
상세 내용
가상시스템 Ping Loss 발생으로 Edit Setting 확인 시 네트워크 어댑터가 없을 수 있다.
vNIC를 제거하는 방법은 두 가지이며 원인은 해당 가상시스템의 vmware.log를 통해 확인 가능하다.
1) UI에서 제거한 경우 (vCenter, vSphere-Client, Edit Setting)
vmware.log에서 해당 로그와 유사한 내용 발생
Mar 15 03:13:37.392: vmx| Vix: [466627 vmxCommands.c:1929]: VMAutomation_HotPlugBeginBatch. Requested by connection (1).
Mar 15 03:13:37.420: vmx| Vix: [466627 vmxCommands.c:1861]: VMAutomation_HotRemoveDevice
Mar 15 03:13:37.420: vmx| VMAutomation: Hot remove device. asyncCommand=3E10BA28, type=54, idx=1
Mar 15 03:13:37.420: vmx| Requesting hot-remove of ethernet1
2) Guest에서 제거한 경우 (Guest OS 내부 Adapter Remove)
vmware.log에서 해당 로그와 유사한 내용 발생
May 27 16:38:52.903: vcpu-0| CPT current = 0, requesting 1
May 27 16:38:52.903: vcpu-0| CONFIGDB: Logging Ethernet0.pciSlotNumber=-1
위 1) 2) 번에 있는 로그는 각각 UI, Guest에서부터 제거 시작 시 발생하는 로그이다.
제거가 완료되면 두 경우 공통적으로 아래와 같은 메시지가 발생한다.
Mar 15 03:13:37.463: vmx| Powering off Ethernet1
Mar 15 03:13:37.463: vmx| Hot removal done.
UI에서 제거한다면 VM이 순단 일시정지하면서 해당 로그도 추가 발생할 수 있다.
Mar 15 03:13:37.447: vmx| Checkpoint_Unstun: vm stopped for 17696 us
해결책
해결방법은 네트워크 어댑터를 새로 할당하면 된다.
URL : https://blogs.vmware.com/kb/2010/06/nic-is-missing-in-my-virtual-machine.html