Installation of a telegraf agent in a windows server failing
Aria Operations 8.18.x
VCF Operations 9.x
from uag_boostrap.log we see the following:
C:\Users\userxxx\AppData\Local\Temp\VMware-UCP_Bootstrap_Scriptsvmware14>if 1 NEQ 0 (
if NOT "!errDict_1!" == "" (set msg=!errDict_1! )
call :logMesg ERROR "Failed to download: https://CP-FQDN/IP:443/downloads/salt/config-utils.bat. errcode=1, errmsg=!msg!"
set retCode=1
if "1" == "1" (
call :setExitStatus "1" "FAILED" "Failed to download: https://CP-FQDN/IP:443/downloads/salt/config-utils.bat. errcode=1, errmsg=!msg!"
goto :_EOF
)
)
The issue is resolved by pointing the download address to the cloud proxy IP. Make sure:
1. ssh to the cloud proxy, and check the network configuration, make sure the IP is not set to DHCP server.
2. Update the download address to point to the cloud proxy FQDN or IP and not DHCP server IP/FQDN