쪽팔리면 질문하지 맙시다. 소중한 답변 댓글을 삭제하는건 부끄러운 일 입니다
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-8.0U2c-23825572-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml 를 주니 시간 끌다가
라고 떠버립니다
에러 메세지를 볼 아마 ipv4 only로 해둔게 원인으로 v6처리 불가라 뜨는것같습니다
-------------------------------------------------------------------------------
esxcli network ip route ipv4 list
Network Netmask Gateway Interface Source
------------ ------------- ----------- --------- ------
default 0.0.0.0 192.168.201.254 vmk2 MANUAL
192.168.201.0 255.255.255.0 0.0.0.0 vmk2 MANUAL
192.168.211.0 255.255.255.0 0.0.0.0 vmk1 MANUAL
-------------------------------------------------------------------------------
esxcfg-route
VMkernel default gateway is 192.168.201.254
-------------------------------------------------------------------------------
nslookup hostupdate.vmware.com
Server: 192.168.201.100
Address: 192.168.201.100:53
Non-authoritative answer:
hostupdate.vmware.com canonical name = hostupdate.broadcom.com
hostupdate.broadcom.com canonical name = hostupdate.broadcom.com.cdn.cloudflare.net
Name: hostupdate.broadcom.com.cdn.cloudflare.net
Address: 2a06:98c1:58::a5
Name: hostupdate.broadcom.com.cdn.cloudflare.net
Address: 2606:4700:7::a5
Non-authoritative answer:
hostupdate.vmware.com canonical name = hostupdate.broadcom.com
hostupdate.broadcom.com canonical name = hostupdate.broadcom.com.cdn.cloudflare.net
Name: hostupdate.broadcom.com.cdn.cloudflare.net
Address: 172.66.0.165
Name: hostupdate.broadcom.com.cdn.cloudflare.net
Address: 162.159.140.167
-------------------------------------------------------------------------------
cat /etc/resolv.conf
nameserver 192.168.201.100
nameserver 1.1.1.1
-------------------------------------------------------------------------------
이런 특별한것 없는 구성입니다 (Internet-GW-Host이고, 로컬 DNS가 있습니다
esxupdate.log 확인하면
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: vmware.esximage.Downloader.DownloaderError: ('https://hostupdate.broadcom.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', '')
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: During handling of the above exception, another exception occurred:
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: Traceback (most recent call last):
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/usr/lib/vmware/esxcli-software", line 1135, in
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: main()
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/usr/lib/vmware/esxcli-software", line 1122, in main
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: ret = CMDTABLE[command](options)
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/usr/lib/vmware/esxcli-software", line 491, in ProfileUpdateCmd
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: livePatcher = Transaction.LivePatcherMount.InitProfileInstallUpdate(
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2521, in InitProfileInstallUpdate
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: newPatcherComp, newPatcherVibs = _getPatcherForProfileCmd(profileName,
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2933, in _getPatcherForProfileCmd
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: newProfile, _ = Transaction.GetProfileAndMetaFromSources(
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 1518, in GetProfileAndMetaFromSources
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: meta = Transaction.GetMetadataFromUrls(metadataUrls, depotUrls)
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 170, in GetMetadataFromUrls
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: meta.Merge(Transaction.ParseDepots(depotUrls),
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 154, in ParseDepots
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: dc.ConnectDepots(depotUrls, ignoreerror=False)
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 339, in ConnectDepots
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: return self._connectDepots(depotUrls, timeout,
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 377, in _connectDepots
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: raise err
2024-05-24T23:48:06Z Er(11) esxupdate[2189728]: vmware.esximage.Errors.MetadataDownloadError: ('https://hostupdate.broadcom.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', "Could not download from depot at https://hostupdate.broadcom.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml, skipping (('https://hostupdate.broadcom.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', ''))")
2024-05-24T23:49:33Z In(14) esxupdate[2189967]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetTimeout'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-24T23:49:33Z In(14) esxupdate[2189967]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetRetries'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-24T23:49:33Z In(14) esxupdate[2189967]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetRateLimit'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-24T23:49:33Z In(14) esxupdate[2189967]: Command = profile.update
2024-05-24T23:49:33Z In(14) esxupdate[2189967]: Options = {'depot': ['https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml'], 'viburl': None, 'nameid': None, 'profile': 'ESXi-8.0U2c-23825572-standard', 'baseimageversion': None, 'addon': None, 'softwarespec': None, 'level': None, 'updateonly': False, 'noliveinstall': False, 'nomaintmode': False, 'force': False, 'dryrun': False, 'oktoremove': False, 'proxy': None, 'nosigcheck': False, 'pending': None, 'rebooting': False, 'downgrade': None, 'nohwwarning': False}
2024-05-24T23:49:34Z In(14) esxupdate[2189967]: Installers initiated are {'live': , 'boot': , 'locker': }
2024-05-24T23:49:34Z In(14) esxupdate[2189967]: Adding VIB VMware_locker_tools-light_12.3.5.22544099-23305545 to ImageProfile (Updated) ESXi-8.0U2b-23305546-standard
2024-05-24T23:49:34Z Db(15) esxupdate[2189967]: Adding Component VMware-VM-Tools_12.3.5.22544099-23305545 to ImageProfile (Updated) ESXi-8.0U2b-23305546-standard
2024-05-24T23:49:34Z Db(15) esxupdate[2189967]: Removing reserved Component VMware-VM-Tools_12.3.5.22544099-23305545 in ImageProfile (Updated) ESXi-8.0U2b-23305546-standard
2024-05-24T23:49:34Z In(14) esxupdate[2189967]: Successfully executed cmd: localcli --plugin-dir /usr/lib/vmware/esxcli/int/ networkinternal firewall firewallRuleset set --ruleset-id esxupdate --service-name esxupdate --enabled true
2024-05-24T23:49:34Z Db(15) esxupdate[2189967]: Downloading depot index.xml from https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
2024-05-24T23:49:34Z In(14) esxupdate[2189967]: Opening https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml for download
2024-05-24T23:51:38Z Wa(12) esxupdate[2189967]: Download failed: , 9 retry left...
2024-05-24T23:53:41Z Wa(12) esxupdate[2189967]: Download failed: , 8 retry left...
2024-05-24T23:55:44Z Wa(12) esxupdate[2189967]: Download failed: , 7 retry left...
2024-05-24T23:57:47Z Wa(12) esxupdate[2189967]: Download failed: , 6 retry left...
2024-05-24T23:59:50Z Wa(12) esxupdate[2189967]: Download failed: , 5 retry left...
2024-05-25T00:01:53Z Wa(12) esxupdate[2189967]: Download failed: , 4 retry left...
2024-05-25T00:03:56Z Wa(12) esxupdate[2189967]: Download failed: , 3 retry left...
2024-05-25T00:05:59Z Wa(12) esxupdate[2189967]: Download failed: , 2 retry left...
2024-05-25T00:08:02Z Wa(12) esxupdate[2189967]: Download failed: , 1 retry left...
2024-05-25T00:10:02Z In(14) esxupdate[2189967]: 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', '', ''))
2024-05-25T00:10:02Z In(14) esxupdate[2189967]: Successfully executed cmd: localcli --plugin-dir /usr/lib/vmware/esxcli/int/ networkinternal firewall firewallRuleset set --ruleset-id esxupdate --service-name esxupdate --enabled false
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: Traceback (most recent call last):
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/urllib/request.py", line 1354, in do_open
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 1259, in request
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 1305, in _send_request
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 1254, in endheaders
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 1014, in _send_output
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 954, in send
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 1421, in connect
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/http/client.py", line 925, in connect
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/socket.py", line 808, in create_connection
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/socket.py", line 791, in create_connection
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/socket.py", line 231, in __init__
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: OSError: [Errno 97] Address family not supported by protocol
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: During handling of the above exception, another exception occurred:
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: Traceback (most recent call last):
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 375, in _openfromurl
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: return self._retry(self._open_for_download, self.options['retry'])
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 224, in _retry
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: _checkRetry(retry, retries, e)
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 208, in _checkRetry
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: raise exception
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 214, in _retry
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: return func()
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 265, in _open_for_download
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: robj = self._urlopen(self.url)
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 198, in _urlopen
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: return opener.open(url, timeout=self.options['timeout'])
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/urllib/request.py", line 525, in open
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/urllib/request.py", line 542, in _open
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/urllib/request.py", line 502, in _call_chain
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/urllib/request.py", line 1397, in https_open
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/urllib/request.py", line 1357, in do_open
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: urllib.error.URLError:
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: During handling of the above exception, another exception occurred:
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: Traceback (most recent call last):
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 365, in _connectDepots
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: do = d.Open()
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 474, in Open
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: return self._openfromurl()
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 377, in _openfromurl
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: raise DownloaderError(self.url, self.local, str(e))
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: vmware.esximage.Downloader.DownloaderError: ('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', '')
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: During handling of the above exception, another exception occurred:
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: Traceback (most recent call last):
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/usr/lib/vmware/esxcli-software", line 1135, in
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: main()
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/usr/lib/vmware/esxcli-software", line 1122, in main
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: ret = CMDTABLE[command](options)
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/usr/lib/vmware/esxcli-software", line 491, in ProfileUpdateCmd
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: livePatcher = Transaction.LivePatcherMount.InitProfileInstallUpdate(
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2521, in InitProfileInstallUpdate
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: newPatcherComp, newPatcherVibs = _getPatcherForProfileCmd(profileName,
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2933, in _getPatcherForProfileCmd
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: newProfile, _ = Transaction.GetProfileAndMetaFromSources(
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 1518, in GetProfileAndMetaFromSources
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: meta = Transaction.GetMetadataFromUrls(metadataUrls, depotUrls)
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 170, in GetMetadataFromUrls
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: meta.Merge(Transaction.ParseDepots(depotUrls),
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 154, in ParseDepots
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: dc.ConnectDepots(depotUrls, ignoreerror=False)
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 339, in ConnectDepots
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: return self._connectDepots(depotUrls, timeout,
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 377, in _connectDepots
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: raise err
2024-05-25T00:10:02Z Er(11) esxupdate[2189967]: vmware.esximage.Errors.MetadataDownloadError: ('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', "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', '', ''))")
-------------------------------------------------------------------------------
ipv6를 쓰지 않는 상태에서는 진행이 안 되는것같은데 특별한 방법이 있을까요?
echo "162.159.140.167 hostupdate.vmware.com" >> /etc/hosts
echo "172.66.0.165 hostupdate.vmware.com" >> /etc/hosts
echo "162.159.140.167 hostupdate.broadcom.com" >> /etc/hosts
echo "172.66.0.165 hostupdate.broadcom.com" >> /etc/hosts
해서 명시해봐도 nslookup해보면 ipv6같이 뜨는거보면 효과 없습니다
http://www.2cpu.co.kr/hardware_2014/44147
컴 케이스 작다고 불타거나 하지 않아요
¾Æ¸¶ ipv4 only·Î Çسöµµ v6 ÀÀ´äÀÌ µ¹¾Æ¿À´Ï (·ÎÄà ¼¹öµµ µ¿ÀÏÇÏ°Ô 1.1.1.1¿¡¼ ¹Þ¾Æ¿À´Ï ¿©±â µî·ÏµÈ ·¹ÄÚµå´ë·ÎÀÔ´Ï´Ù) ±×°É ¸ÕÀú ½ÃµµÇϳªº¸³×¿ä
2024-05-26T15:32:50Z In(14) esxupdate[2222818]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetRetries'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-26T15:32:50Z In(14) esxupdate[2222818]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetRateLimit'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-26T15:32:50Z In(14) esxupdate[2222818]: Command = profile.update
2024-05-26T15:32:50Z In(14) esxupdate[2222818]: Options = {'depot': ['https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml'], 'viburl': None, 'nameid': None, 'profile': 'ESXi-8.0U2c-23825572-standard', 'baseimageversion': None, 'addon': None, 'softwarespec': None, 'level': None, 'updateonly': False, 'noliveinstall': False, 'nomaintmode': False, 'force': False, 'dryrun': False, 'oktoremove': False, 'proxy': None, 'nosigcheck': False, 'pending': None, 'rebooting': False, 'downgrade': None, 'nohwwarning': False}
2024-05-26T15:32:51Z In(14) esxupdate[2222818]: Installers initiated are {'live': <vmware.esximage.Installer.LiveImageInstaller.LiveImageInstaller object at 0x5629d9e280>, 'boot': <vmware.esximage.Installer.BootBankInstaller.BootBankInstaller object at 0x5629d9e520>, 'locker': <vmware.esximage.Installer.LockerInstaller.LockerInstaller object at 0x5629d9e550>}
2024-05-26T15:32:51Z In(14) esxupdate[2222818]: Adding VIB VMware_locker_tools-light_12.3.5.22544099-23305545 to ImageProfile (Updated) ESXi-8.0U2b-23305546-standard
2024-05-26T15:32:51Z Db(15) esxupdate[2222818]: Adding Component VMware-VM-Tools_12.3.5.22544099-23305545 to ImageProfile (Updated) ESXi-8.0U2b-23305546-standard
2024-05-26T15:32:51Z Db(15) esxupdate[2222818]: Removing reserved Component VMware-VM-Tools_12.3.5.22544099-23305545 in ImageProfile (Updated) ESXi-8.0U2b-23305546-standard
2024-05-26T15:32:51Z In(14) esxupdate[2222818]: Successfully executed cmd: localcli --plugin-dir /usr/lib/vmware/esxcli/int/ networkinternal firewall firewallRuleset set --ruleset-id esxupdate --service-name esxupdate --enabled true
2024-05-26T15:32:51Z Db(15) esxupdate[2222818]: Downloading depot index.xml from https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
2024-05-26T15:32:51Z In(14) esxupdate[2222818]: Opening https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml for download
2024-05-26T15:33:54Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 9 retry left...
2024-05-26T15:34:57Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 8 retry left...
2024-05-26T15:36:00Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 7 retry left...
2024-05-26T15:37:03Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 6 retry left...
2024-05-26T15:38:06Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 5 retry left...
2024-05-26T15:39:09Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 4 retry left...
2024-05-26T15:40:12Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 3 retry left...
2024-05-26T15:41:15Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 2 retry left...
2024-05-26T15:42:18Z Wa(12) esxupdate[2222818]: Download failed: <urlopen error timed out>, 1 retry left...
2024-05-26T15:43:18Z In(14) esxupdate[2222818]: 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', '', '<urlopen error timed out>'))
2024-05-26T15:43:18Z In(14) esxupdate[2222818]: Successfully executed cmd: localcli --plugin-dir /usr/lib/vmware/esxcli/int/ networkinternal firewall firewallRuleset set --ruleset-id esxupdate --service-name esxupdate --enabled false
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: Traceback (most recent call last):
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/urllib/request.py", line 1354, in do_open
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 1259, in request
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 1305, in _send_request
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 1254, in endheaders
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 1014, in _send_output
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 954, in send
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 1421, in connect
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/http/client.py", line 925, in connect
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/socket.py", line 808, in create_connection
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/socket.py", line 796, in create_connection
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: socket.timeout: timed out
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: During handling of the above exception, another exception occurred:
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: Traceback (most recent call last):
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 375, in _openfromurl
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: return self._retry(self._open_for_download, self.options['retry'])
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 224, in _retry
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: _checkRetry(retry, retries, e)
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 208, in _checkRetry
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: raise exception
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 214, in _retry
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: return func()
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 265, in _open_for_download
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: robj = self._urlopen(self.url)
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 198, in _urlopen
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: return opener.open(url, timeout=self.options['timeout'])
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/urllib/request.py", line 525, in open
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/urllib/request.py", line 542, in _open
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/urllib/request.py", line 502, in _call_chain
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/urllib/request.py", line 1397, in https_open
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/urllib/request.py", line 1357, in do_open
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: urllib.error.URLError: <urlopen error timed out>
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: During handling of the above exception, another exception occurred:
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: Traceback (most recent call last):
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 365, in _connectDepots
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: do = d.Open()
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 474, in Open
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: return self._openfromurl()
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Downloader.py", line 377, in _openfromurl
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: raise DownloaderError(self.url, self.local, str(e))
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: vmware.esximage.Downloader.DownloaderError: ('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', '<urlopen error timed out>')
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: During handling of the above exception, another exception occurred:
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: Traceback (most recent call last):
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/usr/lib/vmware/esxcli-software", line 1135, in <module>
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: main()
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/usr/lib/vmware/esxcli-software", line 1122, in main
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: ret = CMDTABLE[command](options)
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/usr/lib/vmware/esxcli-software", line 491, in ProfileUpdateCmd
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: livePatcher = Transaction.LivePatcherMount.InitProfileInstallUpdate(
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2521, in InitProfileInstallUpdate
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: newPatcherComp, newPatcherVibs = _getPatcherForProfileCmd(profileName,
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 2933, in _getPatcherForProfileCmd
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: newProfile, _ = Transaction.GetProfileAndMetaFromSources(
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 1518, in GetProfileAndMetaFromSources
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: meta = Transaction.GetMetadataFromUrls(metadataUrls, depotUrls)
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 170, in GetMetadataFromUrls
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: meta.Merge(Transaction.ParseDepots(depotUrls),
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/Transaction.py", line 154, in ParseDepots
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: dc.ConnectDepots(depotUrls, ignoreerror=False)
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 339, in ConnectDepots
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: return self._connectDepots(depotUrls, timeout,
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: File "/lib64/python3.8/site-packages/vmware/esximage/DepotCollection.py", line 377, in _connectDepots
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: raise err
2024-05-26T15:43:18Z Er(11) esxupdate[2222818]: vmware.esximage.Errors.MetadataDownloadError: ('https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml', '', "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', '', '<urlopen error timed out>'))")
2024-05-26T15:50:56Z In(14) esxupdate[2223013]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetTimeout'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-26T15:50:56Z In(14) esxupdate[2223013]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetRetries'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-26T15:50:56Z In(14) esxupdate[2223013]: runcommand called with: args = ['/sbin/esxcfg-advcfg', '-q', '-g', '/UserVars/EsximageNetRateLimit'], outfile = None, returnoutput = True, timeout = 0.0.
2024-05-26T15:50:56Z In(14) esxupdate[2223013]: Command = profile.update
¿¡·¯°¡ ¹Ù²î¾úÁö¸¸ ¿©ÀüÈ÷ ÁøÇàÀÌ ¾È µÇ³×¿ä (broadcomµµ µ¿ÀÏ)