While I read further on this, please provide your inputs.
Current Environment & UEM setup
Web Server : WebAAABBB
Applications: AAA.com, BBB.com (same webserver(WebAAABBB) for both... )
UEM for AAA.com has been active for a while now and now we are planning to enable UEM for BBB.com.
For AAA.com, in dynatrace-5.5.0/agent/conf/dtwsagent.ini we use the UDP port as 8002, web server agent is named as say AAAWebServerAgent and the collector for this agent is on ServerOne: Port1. apache httpd conf files for AAA.com used dynatrace-5.5.0/agent/lib/libdtagent.so.
I plan to create another collector for BBB.com. Say the collector is ServerOne: Port2.
Now to enable UEM for BBB.com, will it sufficient that i create a copy of the conf directory and edit the ini to use BBBWebServerAgent , collector as ServerOne: Port2 and UDP as 8002? Also will update the httpd conf file for BBB.com to use dynatrace-5.5.0/agent/lib/libdtagent.so....
Answer by Jibi U. ·
Please let me know.
Why would you install a 5.5 and a 5.6 version of the agent if the Web Server is reporting to a single system profile? What is the version of your dynaTrace Server?
Here is what you should to
#1: Figure out what version your dynaTrace Server runs on
#2: Install that web server agent version on your Web Server
#3: Copy the installation so that you end up having two separate installation directories. Edit the dtwsagent.ini in your first directory to point to Collector1 and the second to Collector2
#4: In your httpd.conf of aaa.com you load the agentlib from directory1. In your httpd.conf for bbb.com you load the agentlib from directory2
Andi
5.5.0.5301 5.5.0.5562 5.6.0.5802
[XXXX@downloads]$ ls -l
total 12
drwxrwxrwx. 3 webadm webadm 4096 Oct 29 11:39 5.5.0.5301
drwxrwxrwx. 3 webadm webadm 4096 Jan 14 14:56 5.5.0.5562
drwxrwxrwx. 3 webadm webadm 4096 Feb 13 00:10 5.6.0.5802
[XXXX@downloads]$
I was talking about the existing install... Seems it is also on 5.6.0. So will copy and edit the ini file. Thanks
Answer by Jibi U. ·
we have one apache installation - and we run several, separate apache httpd processes - each with its own httpd.conf and listener ports. I was looking at the documentation and have some more questions
If your Web servers service different websites and you wish to have data for each website in a separate system profile, you have to create copies of the Agent installation directory.
<install dir>/agent
to <install dir>
_1/agent
). Make sure that the read/write permissions are the same for each folder after this step.For our case,
Answer by Andreas G. ·
Hi
Just to clarify. You run these two applications on the same "physical" server but you have "two" different Apaches installed that serve both applications?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET