Administering the host agent on Windows
After you install the agent, configure and manage the agent as you require. See the following list for all the available agent configuration options on Windows:
Checking the status of the host agent
After you install the host agent, check the status of the host agent on the Instana UI or on the host. For more information, see Checking the status of the host agent.
Customizing the host agent configuration
After you install the host agent, the following configuration files are created by default:
/opt/instana/agent/etc/mvn-settings.xml
/opt/instana/agent/etc/org.ops4j.pax.url.mvn.cfg
/opt/instana/agent/etc/instana/com.instana.agent.bootstrap.AgentBootstrap.cfg
/opt/instana/agent/etc/instana/com.instana.agent.main.config.Agent.cfg
/opt/instana/agent/etc/instana/com.instana.agent.main.config.UpdateManager.cfg
/opt/instana/agent/etc/instana/com.instana.agent.main.sender.Backend.cfg
/opt/instana/agent/etc/instana/configuration.yaml
You can customize the configuration of the agent as you need. For example, you can change the TCP port and hostname of the Instana backend and services that your host agent connects to, configure the agent to report to multiple backends, or set up a proxy for indirect communication from the host agent to the Instana backend.
For more information about customizing the agent configuration, see the following topics:
- Agent logging
- Configuring the Instana backend
- Configuring the host agent mode
- Configuring host agents by using the agent configuration file
- Converting a static agent to a dynamic agent
- Limiting host agent CPU and memory
- Retrieving the current version of dynamic agents
- Setting up an agent proxy
- Setting up TLS encryption for agent endpoint
- Updating interval of dynamic agents
- Version pinning of dynamic agents
Starting the agent
When you install the host agent, it starts automatically at system boot. To disable this behavior, set the environment variable INSTANA_AGENT_AUTOSTART=false
during installation.
To start the host agent, run the following command:
<instana-agent-install-dir>\bin\start.bat
Stopping the agent
To stop the agent, run the following command:
<instana-agent-install-dir>\bin\stop.bat
Updating the host agent
You can update the host agent for Windows in two ways depending on the mode of installation.
To properly update the agent, make sure to use the agent version with the same packaging mode and runtime as your original installation.
Updating the agent interactively (online and air-gapped environment)
To update host agents that are interactively installed by using the Windows installer, complete the following steps:
- Sign in to the Instana UI, and then click Deploy Agent.
- Select the required package tile. For example, Windows - Windows Installer 64Bit and Windows - Air-gapped (Archive, Installer).
- For Windows - Windows Installer 64Bit only, select the packaging mode and runtime as your original installation.
- Click the download link to save the Windows installer file.
- Run the Windows installer on the Windows host computer.
An installation wizard guides you through the process of upgrading the agent.
Updating the agent silently
To update host agents that are silently installed by using the Windows installer, complete the following steps:
- Sign in to the Instana UI, and then click Deploy Agent.
- Select the required package tile. For example, Windows - Windows Installer 64Bit (Unattended) and Windows - Elastic Computing (EC2) - Windows 64Bit.
- Select the packaging mode and runtime as your original installation.
- Click the download link to save the Windows installer file.
- Copy the command line from the UI and run it on the Windows host computer.
The update process runs silently through the process of upgrading the agent to the latest version.
Updating the agent by using ZIP archive
To update host agents that are installed by using a ZIP archive, complete the following steps:
- Sign in to the Instana UI, and then click Deploy Agent.
- Select the required package tile. For example, Windows - Zip Archives.
- Select the packaging mode as your original installation.
- Click the download link for either 32-bit or 64-bit Windows to save the
.zip
file. - Extract the downloaded
.zip
file to a folder of your choice (<instana-agent-install-dir>
) on your Windows host computer.
Managing agents by using the Agent Management dashboard
You can complete the following operations by using the Agent Management dashboard in the Instana UI:
- Changing agent modes
- Changing the log level
- Updating agents
- Resetting agents
- Rebooting agents
- Viewing sensors
- Configuration management
- Self-monitoring
To open the Agent Management dashboard, follow the steps:
- From the navigation menu in the Instana UI, select Infrastructure. Alternatively, in the host overview, under Instana Agent, click on the agent.
- Click a specific monitored host.
- On the host dashboard, click Open Agent Management.
Setting and overriding environment variables
You can set or override environment variables for the Instana agent on Windows by using the Windows Registry Editor.
To set, modify, or override environment variables, go to the Instana registry location Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\instana-agent-service
in Windows Registry Editor and add new or edit existing environment
variables.
Deleting temporary files
Instana host agent installs some files that it needs in the /Temp/instana/
directory. If those files are deleted over the uptime of the host, it can cause issues during updates.
Instana automatically clears all of its temporary files when you uninstall the agent. To manually clear the temporary files, delete the contents of the folder Windows/Temp/instana
.