Telegraf Agent Installation failure due to Proxy Settings
search cancel

Telegraf Agent Installation failure due to Proxy Settings

book

Article ID: 383683

calendar_today

Updated On:

Products

VMware Aria Suite VMware Aria Operations 8.x

Issue/Introduction

  • When attempting to install the Telegraf agent on a virtual machine (VM) from the VMware Aria Operations 8.X UI, the installation fails at stage 1 with the following error message:

                  Bootstrap failed for VM <VM-ID> at stage 1 with error message Failed to download: https://FQDN-Cloudproxy/downloads/salt/config-utils.bat  

  • The log file (uaf_bootstrap.log) provides additional details, indicating that the ARC server is unreachable from the endpoint VM.


                 C:\Users\ADMINI~1\AppData\Local\Temp\VMware-UCP_Bootstrap_Scriptsvmware164>set errDict_4=Network failure: ARC server is not reachable/resolvable from end point.
                 
                 echo {
                 echo   "status":"FAILED",
                 echo   "data":[
                 echo      {
                 echo         "status":"FAILED",
              echo "message":" Failed to download: https://FQDN-Cloudproxy/downloads/salt/config-utils.bat. errcode=1, errmsg=. Please check C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\VMware-                               UCP_Bootstrap_Scriptsvmware164\\uaf_bootstrap.log on the endpoint VM.",
                 echo         "stage":"1"
                 echo      }
                 echo   ],
                 echo   "action":"install",
                 echo   "job":"install",
                 echo   "currentstage":"1",
                 echo   "totalstages":"1"
                 echo } 



Environment

VMware Aria Operations: 8.X

Cause

The issue occurs because the endpoint VM is unable to resolve or reach the Application Remote Collector (ARC) server due to proxy settings configured in the default web browser. These settings interfere with the Telegraf agent installation process by preventing the necessary files from being downloaded.

Resolution

To resolve the issue, follow these steps:

1. Verify Network Connectivity:

  • Ensure all required ports are open on the endpoint VM.
  • Verify the network connection between the endpoint VM and the cloud proxy VM.

2. Check and Remove Proxy Settings:

  • Open the default web browser on the endpoint VM.
  • Navigate to the proxy settings and remove any configured proxy.

3. Retry accessing the URL:

  • Open the URL https://FQDN-Cloudproxy/downloads/salt/config-utils.bat in the browser to confirm it is accessible.

4. Re-run the Installation Process:

  • Restart the Telegraf agent installation from the VMware Aria Operations UI.

Additional Information

If the issue persists, collect and review the logs from the following locations:

  • C:\Users\Administrator\AppData\Local\Temp\vmware-Administrator\VMware-UCP_Bootstrap_Scriptsvmware<int>\uaf_bootstrap.log
    (or)
  • C:\Temp\vmware-Administrator\VMware-UCP_Bootstrap_Scriptsvmware<int>\uaf_bootstrap.log

Contact VMware by Broadcom  support with the logs for further assistance.