cancel
Showing results for 
Search instead for 
Did you mean: 

SUM running status

former_member439842
Discoverer
0 Kudos

Dear All ,

Where we can check the SUM is running . In my point of view it should be Phase.log in abap/log . I am updating Solution manager from SP04 to SP12 using SUM . Currently its in "import tool" phase and I want to check weather its running or not.  

Please guide.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

In All SUM Upgrade/patch Etc there are the same forms of monitoring progress:

1. Check in <upgrade directory>/abap/log (ABAP)

2. Check in <upgrade directory>/abap/tmp (ABAP)

3. Check in <upgrade directory>/sdt/log

If in these directories do you have files with recent updated time so, the process is running without any issue.

If is not your case you will need to check:

1. sm37/sm50 jobs will high process time

2. st22 jobs cancelled with errors.

If all look normal witouth issue check the space in upgrade directory, DB logs, /usr/sap/trans and another sap directories.

in import tool phase you can check tms logs too. in STMS t-code -> log PCT. for more clues

hope this help you.

Christopher Arias

former_member185239
Active Contributor
0 Kudos

Hi Sridhar,

you can check the logs in SUM/abap/log file for details for ABAP,

For Java,

you can check in ./SUM/sdt/log file.

With Regards

Ashutosh Chaturvedi

former_member439842
Discoverer
0 Kudos

Thanks Ashutosh ,

  Reply is helpful .

  Please suggest which file i need to check to track the running phase.

former_member185239
Active Contributor
0 Kudos

Hi Sridhar,

It will create a file having the same name as the phase. If it is importing some objects then it will create a SLOG , ALOG , ULOG as well.

You need to check both the folders /tmp and /log as suggested by Reagan Benjamin.

With Regards

Ashutosh Chaturvedi

Reagan
Advisor
Advisor
0 Kudos

The <Upgrade_Directory>/abap/log and <Upgrade_Directory>/abap/tmp will contain the log files.

The logs are created in the <Upgrade_Directory>/abap/tmp directory and once a phase or task has been completed it will moved to the <Upgrade_Directory>/abap/log directory.

former_member439842
Discoverer
0 Kudos

Hello Regan ,

thanks for the helpful reply.....I went to the same patch /<updateDir>/abap/tmp/ and It contain few files . Please suggest which file i have to check