Hello,
After restarting SAP I regularly have multiple sapstartsrv for a single instance running:
# ps -ef | grep -i /usr/sap/SID/DVEBMGS00/exe/sapstartsrv | grep -v grep
sidadm 12959 1 0 Jun10 ? 00:02:10 /usr/sap/SID/DVEBMGS00/exe/sapstartsrv pf=/usr/sap/SID/SYS/profile/START_DVEBMGS00_host -D
sidadm 39648 1 0 Jun21 ? 00:00:05 /usr/sap/SID/DVEBMGS00/exe/sapstartsrv pf=/usr/sap/SID/SYS/profile/START_DVEBMGS00_host -D
1. Is it a bug or a classical behaviour?
2. What are the consequences of having these duplicated processes?
Basically should I care about it?
Thanks in advance for your answer.