http://2cpu.co.kr/vm/5041?&sfl=wr_subject&stx=esxi&sop=and
에 있는 내용을 토대로 진행하였는데요
안의 패치가 계속 메타데이터다운로드 에러가 뜨는데 파일을 받을 수 없는것 같습니다.
혹시 이런경우를 겪어보신 분 있으신지요?
릴리즈 버전은 https://esxi-patches.v-front.de/ESXi-6.0.0.html 를 참조하였습니다.
esxcli network firewall ruleset set -e true -r httpClient esxcli software profile update -p ESXi-6.0.0-20160804001-standard \ -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml esxcli network firewall ruleset set -e false -r httpClient
[root@localhost:/var/log] esxcli software profile update -p ESXi-6.0.0-20160804001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
[MetadataDownloadError]
Could not download from depot at https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml, skipping (('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', '[Errno 4] IOError: <urlopen error [Errno -2] Name or service not known>'))
url = https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
Please refer to the log file for more details.
[root@localhost:/var/log]
https://jreypo.wordpress.com/2011/10/17/dns-configuration-with-esxcli/¸¦ ÂüÁ¶ÇÏ¿´À¸¸ç
esxcli network ip dns server add -s 168.126.63.1 <- kt dns ¸¦ Ãß°¡ÇÏ¿´½À´Ï´Ù.
°¨»çÇÕ´Ï´Ù^^