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

Ruxitagent Java OneAgent logs

SachinJindal
Helper

Hi team,

i have OneAgent service stopped on the server however ruxitagent java and process logs are still updating. just wanted to get rid off these logs updates. can you help how to achieve or  we need to perform uninstallation is the only option??

 

Thanks

12 REPLIES 12

radek_jasinski
DynaMight Guru
DynaMight Guru

Did you perform a restart of the application process after disabling OA?

Have a nice day!

yes restart is happening on daily basis .....

Remember that you also need to disable the agent process from autostart or init.d when restarting the server - otherwise it will automatically start up.

Have a nice day!

yes used below command and checked whether oneagent is running or not. and removed from Autostat as well...

 service oneagent status
service oneagent stop
service oneagent status

 

Out of curiosity, what entries appear in these logs? On the system I understand that you don't have any additional Dynatrace processes running?

Have a nice day!

just gives the connection errors to saas platform

Hello,

I'm facing the same issue. Were you able to fix it?

Hello ,

 

Yes have found the route cause. issue was because of jar files which was getting loaaded with app startup even Dynatrace oneagent was stopped.

 

fix is made oneagent full stack mode disabled using commands.

 

./oneagentctl --set-app-log-content-access false
./oneagentctl --set-auto-injection-enabled false
./oneagentctl --set-system-logs-access-enabled false
./oneagentctl --set-infra-only true

 

 

Thanks

 

Thank You SachinJindal,

This solution works perfectly.

Regards,

Perfect @Nicolas_S Good to hear....🤝

LawrenceBarratt
Dynatrace Advisor
Dynatrace Advisor

Do you have log enrichment enabled?

LawrenceBarratt_1-1704383549680.png

 

Featured Posts