17 Sep 2018 07:46 AM
Hi,
We are facing issue with java agents, Agents are connecting with instrumentation not available state.
We have tried restarting of services, added wait=10 parameter to JVM, ports are open between agent, collector and server.
The "Mgt" entries are updating in the collectorlist<agnetname> file in /<DT home>/agnet/conf. we clear the list and restart the application and collector still we have the same issue.
We have more licenses in environment
Regards,
Mayana Khan
17 Sep 2018 12:52 PM
You say that theports are open between the collector and the agent, are they on the same subnet? What is the latency?
17 Sep 2018 10:45 PM
Hello @Mayana K.
Telnet the port (default 9998) from agent host to collector if it is OK then in the agents overview dashboard right click on the top and add the below columns to make sure the instrumentation time in avg and max (avg should be less than 100 ms).
A firewall introduces latency in the calls between the Agent and Collector. This is often the reason for slow application start-up. The Agent needs to do several 10,000 round trips to the Collector at application start up. Even 1 ms firewall latency adds up to a noticeable time. Therefore, either use a real fast (in latency time) firewall or put the Collector into the same subnet as the Agents.
Have a look on the below link for the collector best practices.
https://www.dynatrace.com/support/doc/appmon/insta...
Regards,
Babar
18 Sep 2018 01:58 PM
What do you see when you right-click, Details on the Agent(s). Is Collector Low on Memory there. Increase the collector heap if that is the case.