09 Apr 2021 08:24 AM - last edited on 01 Sep 2022 01:52 PM by MaciejNeumann
Hi,
I have managed to get our Weblogic Admin server running with Dynatrace using the startWeblogic.sh script and adding on the values as per below, but I am not sure how I can get Dynatrace to work with our Managed servers which use nodemanager to start? I have added the below to the setDomainEnv.sh script but that does not seem to help either?
# Monitor WebLogic with Dynatrace OneAgent
DT_HOME=/opt/dynatrace/oneagent
export DT_HOME
LD_PRELOAD_64=$DT_HOME/agent/lib64/liboneagentproc.so
export LD_PRELOAD_64
LD_PRELOAD=$DT_HOME/agent/lib/liboneagentproc.so
export LD_PRELOAD
Any help would be appreciated.
Thanks,
Paul
09 Apr 2021 09:10 AM
Hello @thorntonp72
I do not have hands-on experience with this but I think you can try startNodeManager.sh.
Regards,
Babar