DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SYSTEM MANAGER: system without sapcontrol is not allowed

0 Likes
3,753

Severe error(s) occurred in phase PREP_EXTRACT/BEGIN_PRE!

3 REPLIES 3
Read only

S_Sriram
Active Contributor
0 Likes
2,979

Hi Shelke.

Could you share the full log as attachment

Regards

SS

Read only

rishi_singh3
Participant
0 Likes
2,979

Can you please share a screenshot or activity you are performing

Read only

ILIAN_Grigorov
Contributor
0 Likes
2,979

This happened to me in SUM.

Further investigation in the logs showed an error "SYSTEM MANAGER: duplicate entry". The problem was indeed there are 2 registered instances with the same number 00. You can see that with command:

sapcontrol -nr 00 -function GetSystemInstanceList

/replace 00 with any working instance/

The problem is due to kernel/hostagent updates without restarting. The result was several old hanging sapstartsrv processes (ps -ef |grep sapstart). I could not restart the server, so I decided to kill them with the kill command.

Somehow I managed to kill more than needed, and there wasn't even one 00 instances reported by the above command, but I started it again

sapcontrol -nr <instance number> -function <StartService> <SID>

P.S. stopping starting these usually does not affect users work