cancel
Showing results for 
Search instead for 
Did you mean: 

SMD agent issue

former_member201054
Contributor
0 Kudos

Hi,

I am facing below error while trying to stop SMD agent

> stopsap SMDA05

stopping the SMD agent

get_killsap (SMD05) exit: no profile found

but the profile is available under SYS directory

how to indentify the SMD agent belongs to which OS version...the system got migrated recently..suspecting could be the SMD agent of another operating system..even its not starting up properly and PATH and LD_LIBRARY environment variables are incomplete.

Need your help and inputs...

Thanks in advance

Accepted Solutions (0)

Answers (4)

Answers (4)

kaus19d
Active Contributor
0 Kudos

Hi ,

You did not mention your OS from which OS to which OS migrated. If it would have been windows, then need to take like shown below

so can start the services in case installed using SMDadm, or say the service you want to delete, in case of windows, we can press the delete button in sapmmc window. Also as seen in the above pic, that its getting through the profile sapstartsrv, so you can also re-register if felt required through by calling the function sapstartsrv. In windows its in 2 places, in linux 1 place

kaus19d
Active Contributor
0 Kudos

Friends,

What do you say about a total system restart at non-production hours & It would sort all temporary issues. Also the SMD agent will start if say the user is in Windows, then in services.msc also that SMD agent start service mode will be also Automatic. So we also do not know what OS the User is using.

Thanks,

Kaushik

manish_singh13
Active Contributor
0 Kudos

Hi Daniel,

Are you trying to stop SMD Agent with aitoits own <SIDADM> account? or you are using normal R3 <SIDADM> user.

If you use SMD Agent <SIDADM> (e.g. smdadm, daaadm etc.) then you should be able to execute stopsap and startsap command properly. This user has authorization only to stop and start SMD Agent instance.

Thanks,

Manish

former_member201054
Contributor
0 Kudos

I have been trying to stop as daaadm only...

How to find the SMD agent belongs to which operating system...I doubt another operating system SMD agent is running on this system?..

appreciate your inputs..

Thanks in advance

manish_singh13
Active Contributor
0 Kudos

Hi Daniel,

Please check smd.log and smd_installinfo.log file in /usr/sap/DAA/SMDA98/work directory. In these files you will see the installations logs (related to SMD Agent, OS etc) and can verify if the installation was successful or not as per that host/server.

Thanks,

Manish

javed_khan3
Explorer
0 Kudos

Hi Daniel,

Please login with daaadm and then

cd /usr/sap/DAA/SMDA05/exe then stop command

>stopsap SMDA05.

BR,

Javed