cancel
Showing results for 
Search instead for 
Did you mean: 

How to check SDM logs from sap level for standalone java system

Former Member
0 Kudos

Hello Guru's,

I'm in a scenario where I don't have OS level access, I need to trouble shoot every thing from sap level.

Now the problem I'm facing is there is a new project stated in the landscape where huge deployments are happening.

I wan't to check the ongoing deployments status , which are triggered by application team.

we are using net weaver standalone java system 7.0 version, I can check the logs of Deployments which are finished(successfully/with Error) from NWDI.

but my requirement is to check the ongoing Deployment status.

please help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi rajesh,

Hope you are doing good.

You will be able to get some amount of logs from the /nwa logging option, but the sad truth is that this will not be enough if you want to proactively monitor SDM traces.

Basically you will need the latest:


/usr/sap/<SID>/JC<nr>/SDM/program/log/*

/usr/sap/<SID>/work/dev*, std* and jvm*

and

/usr/sap/<SID>/<Central instance name>/j2ee/cluster/server0/logs/default trace (latest).

The best option will be that you request the OS team to write a cron job that copies these files to a location from where you can read them.

Thank you!

_____________

Kind Regards,

Hemanth

SAP AGS
 

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Rajesh,

Goto NWA and then logviewer. . From there you can check other logs too. Check default trace.

Divyanshu