esxi호스트 IP를 변경해야할 일이 생겨서 vcenter 클라이언트를 통해서 IP변경할 경우 아래와 같이 오류가 발생하였습니다ㅜㅜ 변경할 esxi호스트 ssh 또는 esxi쉘로 접속하여 아래와 같이 바꾸고자 하는 네트워크어댑터 리스트 확인후 # esxcli network ip interface ipv4 get 아래와 같이 변경하고자 하는 IP정보와 서브넷 정보를 입력하시면 됩니다. # esxcli network ip interface ipv4 set -i vmk1 -I [ip address] -N [subnet] -t static 출처 : https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&external..
esxcli vm process list | grep [VM명]
버전확인 # esxcli system version get Product: VMware ESXi Version: 5.1.0 Build: Releasebuild-1483097 Update: 2 업데이트 설치 # esxcli software vib update -d /vmfs/volumes/ESXi510-201407001.zip Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: VMware_bootbank_esx-base_5.1.0-2.35.2000251,..