EUM Agent - Allowing multiple agents with same host name
Question: How do I assign multiple agents with same host name?
Answer: You have the option to allow multiple agents with same host name in EUM Agent under
EUM Agent Settings page -> Server Settings -> Allow multiple agents with same hostname. Refer here for accessing EUM Agent Settings page.
When should one select this option?
This option is provided mainly for a network which has multiple servers with the same hostname. It can be enabled when a user's network has multiple servers with the same hostname (differs in IP Address) and the user wants to deploy Agent on each of those servers. Users should not enable this when the Agent is installed in a network where the servers may have Dynamic IPs.
How should one select this option?
Points to remember before enabling the option:
- When you enable this option, any server with the same hostname and different IP address trying to connect to Applications Manager will be added as a new agent (even when there is an EUM Agent already mapped to Applications Manager with a different IP address).
- Please note that when you have enabled this option and IP address of the same server gets altered at some point of time, then it will be considered as a new agent while connecting to Applications Manager.
- We recommend that you not to select this option if the network where the EUM Agent is deployed, is expected to have dynamic IP.
- Whenever a new agent is added to Applications Manager, it will not have any monitors associated to it until one associate a monitor to the agent manually.
Please note that, you cannot revert the option after enabling it. You might have to delete the Agent configuration from the Server and the Applications Manager. So, select this only if there is a valid reason
New to ADSelfService Plus?
Related Articles
Enable TLS 1.2 alone in the EUM Agent
Follow the below steps to enable TLS1.2 alone (disable TLS 1 & 1.1) Open the file server.xml present under EUMAgent\conf\backup folder. Search for the term 'SSLEnabled="true" '. Add the parameter 'sslEnabledProtocols="TLSv1.2" ' to the end of that ...
EUM Agent Troubleshooting
1. EUM Agent not mapped to Applications Manager. What should I do? If EUM Agent is not mapped, troubleshoot the problem by following the steps given below: Access the EUM Agent settings page and verify whether the EUM Agent is up and running. Check ...
Setup EUM Agent as Service in Ubuntu 16 and above
All the steps mentioned below should be performed with root user privilege. 1. Steps to register EUM Agent as of service on a Linux box Copy the attached EUMAgent.sh file to /etc/init.d/ directory. Rename the file as "EUMAgent" after moving Edit and ...
Unable to connect to the host
Follow the below steps to troubleshoot the error Check if the given Host Name / IP Address is correct. Run the below command in Applications Manger installed server to ensure Host / IP Address is reachable. ping <Host Name/IP Address> Eg: ping ...
How to change Applications Manger's Host and Port in EUM Agent?
How to change Applications Manager's port and hostname via console mode or directly through the file? Go to [EUM_HOME]/conf folder. Open AppServer.xml in a text editor. Search for "host" and "port" attribute in the xml file. Replace the existing ...