Windows 워크로드 VM에 대한 NSX Tools 업그레이드가 처음에 실패할 수 있습니다. 다음 문제 해결 옵션을 시도하십시오.
NSX Tools를 수동으로 제거한 후 설치
NSX Tools를 업그레이드하지 않는 경우 수동으로 제거하고 시스템을 복구한 다음, 새 버전을 설치해야 할 수 있습니다. 다음 단계를 수행합니다.
- 다음 명령을 실행하여 NSX Tools를 제거합니다.
> powershell -file nsx_install.ps1 -operation uninstall
- 다음 명령을 실행하여 시스템을 복구하고 안정된 상태로 복원합니다.
- NSX 또는 OVS 서비스가 아직 실행 중인지 확인합니다.
> powershell Get-ScheduledTask -Taskname nsx_watchdog > powershell Unregister-ScheduledTask -TaskName nsx_watchdog > tasklist | findstr nsx > tasklist | findstr ovs
- NSX/OVS 서비스가 실행 중이면 다음 순서로 서비스를 중지합니다.
> sc.exe stop nsx-agent > sc.exe delete nsx-agent > sc.exe stop nsx-exporter > sc.exe delete nsx-exporter > sc.exe stop nsx-vm-command-relay-agent > sc.exe delete nsx-vm-command-relay-agent > sc.exe stop ovs-vswitchd > sc.exe delete ovs-vswitchd > sc.exe stop ovsdb-server > sc.exe delete ovs-vswitchd
- OVSIM 커널 드라이버가 설치되어 있는지 확인합니다. 설치된 경우 드라이버를 수동으로 제거합니다.
>netcfg -q ovsim >netcfg /u ovsim
- TCP/IP 스택을 기본 상태로 복원하려면 TCP/IP 스택을 재설정합니다.
> netsh winsock reset > netsh int ip reset
-
모든 NSX 구성 요소 파일을 제거합니다.
> Remove-Item "C:\ProgramData\VMware\NSX\Data" -Force > Remove-Item "C:\Program Files\VMware\NSX" -Force
-
시스템을 재부팅합니다. 재부팅 후 드라이버(INF) 파일을 정리합니다.
nsx_conf.json
을 사용하여 INF 파일 이름을 검색합니다.참고:nsx_conf.json
파일이 없으면 이 단계를 건너뛰십시오.> C:\Windows\system32>more C:\ProgramData\VMware\NSX\Data\nsx_conf.json { "NSX": { "version": null, "OVS": { "version": "2.12.1.32033", "driver_inf": "oem9.inf" } } } > pnputil -d oem9.inf
- NSX 또는 OVS 서비스가 아직 실행 중인지 확인합니다.
- "NSX 관리 가이드" 의 “NSX Tools 설치” 지침에 따라 NSX Tools를 설치합니다.
- 공용 클라우드의 VM에서 nsx.network=default 태그를 제거하고 2분 이상 기다렸다가 태그를 다시 추가합니다. 이렇게 하면 워크로드 VM이 PCG에 연결됩니다.