we have multi-node/cluseter environment. Where application is running on two/three nodes with help of load balancer. Could you please help me, how i can configure AppDynamics pro trial on my environment.
Hi,
Are you saying that the application is initiating 2-3 jvm nodes but you have option to provide only one startup JVM arg -javaagent, if this is the case, check if adding the following -D jvm args helps here to dynamically allocate node names:
-Dappdynamics.agent.reuse.nodeName.prefix=myServie -Dappdynamics.agent.reuse.nodeName=true
as stated in doc link:
If the above said is not the case, please configure agent as per instructions for the corresponding server as per steps in doc links:
http://docs.appdynamics.com/display/PRO14S/Install+the+App+Agent+for+Java
Let us know if that information helps.
Regards,
Arun