cancel
Showing results for 
Search instead for 
Did you mean: 

Configure auto start of SDI agent on OS boot

0 Kudos

Hello ,

We have multiple instances of SDI agent installed on Linux OS on different servers . We also have DR setup for this to ensure maximum availability of DP agents . We would like to configure auto start of SDI agent whenever there is OS re-boot because of OS patching (or) migration/upgrades . Is there already a standard SAP parameter available to enable auto start of SDI agent on OS reboot ?

We are also trying to setup services.d file to start the DP agent automatically after OS boot , But we are not successful in this venture until now .

Would really appreciate if someone can guide us on this topic.

Thanks in advance for your time and patience spent on this !!

zdstar
Discoverer
0 Kudos

Hi,
Was this question answered as I have same issue that after OS patching I have to go to DP agent server and start agent. Is there way how to set autostart of DP agent service after server restart ?
Thank you.

View Entire Topic
brunopbaffonso
Active Participant
0 Kudos

Hello sriram.k6!

Locate the service name of SDI agent and type the follow on terminal as root:

systemctl enable <SDI_agent>.service
chkconfig --set <SDI_agent> on

Hope this helps.

Regads;
Bruno Affonso.

ravicondamoor
Advisor
Advisor
0 Kudos

How or where can I get the SDI Agent service name? is it in the dpaggentconfig.ini file?

Thx

-ravi

brunopbaffonso
Active Participant
0 Kudos

condamoor

My mistake, the SDI Agent is controlled by other way.

But this blog can help https://blogs.sap.com/2016/03/10/hana-smart-data-integration-installing-the-dp-agent/

Regards;
Bruno Affonso.