cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Monitoring A Weblogic Managed Server Via nodemanager

thorntonp72
Newcomer

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

3 REPLIES 3

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Hello @thorntonp72 

What is the OS?

Regards,

Babar

Hi @Babar_Qayyum ,

 

Sorry it is running on Solaris using nodemanager to start via wlst scripts.

Hello @thorntonp72 

I do not have hands-on experience with this but I think you can try startNodeManager.sh.

Regards,

Babar

Featured Posts