cancel
Showing results for 
Search instead for 
Did you mean: 

DAA agents generating huge size of jvm_smdagent.out in /usr/sap/DAA file system

utham_kumar
Explorer
0 Kudos

Hello,

We have solman 7.1 SP12 and all the diagnostic agents are connected to solman and totally 250 production agents are configured for technical and system monitoring of managed systems .

In the managed system we are frequently facing the file system /usr/sap/DAA space is fully occupied as we have 5 GB for the file system.

We have noticed jvm_smdagent.out log file is generating huge size of nearly 1.8 GB or 1.5 GB too frequently.

Can you please let me know , how we can reduce the generation of jvm_smdagent.out log files and how we can effectively maintain the space to avoid similar issues ?

We are currently following the deletion of the jvm_smdagent.out log files once it crosses the limit . Is there any other solution to permanently fix the issue ?

Thanks,

Utham

Accepted Solutions (0)

Answers (2)

Answers (2)

utham_kumar
Explorer
0 Kudos

Hello All,

I have identified the root cause and solution for this issue. It is due to program error in LM-SERVICE component for SP12 and we need to update latest LM-SERVICE patch to mitigate the issue.

The note 2084434 address this issue.

2084434 - AgentLauncherLogger debug traces in jvm_smdagent.out

You need to apply the latest LM-SERVICE patch level in your Solman to

reduce the jvm_smdagent.log from debug mode.

You need to follow the procedure described in note 1483508 to apply

the LM-SERVICE patch level.

Thanks,

Utham

divyanshu_srivastava3
Active Contributor
0 Kudos

Great..!!

Former Member
0 Kudos

Thanks a lot Utham.

divyanshu_srivastava3
Active Contributor
0 Kudos

There are parameters which does decrease the trace level for this log file.

for eg, in this same file introscope related logs are also generated for which you can reduce the logging paramater in introscope agent profile.

now important is to identify why the log size is huge. Open and check log file once and fix the issues which you can see.

regards,

utham_kumar
Explorer
0 Kudos

Hi Divyanshu,

Thanks for your suggestion.

Kindly let me know the parameters to decrease the trace level log file ?

I could see below details in log files

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.JNDIProxy_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.JNDIProxy_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.JNDIProxy_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.JNDIProxy_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface has been loaded.

AgentLauncherLogger [debug]: The class com.sap.engine.services.jndi.implserver.ServerContextInface_Stub has been loaded.

Thanks,

Utham

divyanshu_srivastava3
Active Contributor
0 Kudos

If you see, everything is in debug mode.

That is causing so much of size.

Regards,

divyanshu_srivastava3
Active Contributor
0 Kudos

You need to set None or Info in place of debug.

Regards,