cancel
Showing results for 
Search instead for 
Did you mean: 

How to remote execute a shell script from BODS

Former Member
0 Kudos

Hi,

I have to call a shell script (say Test.sh) which is on a Linux machine/server.

My BODS is on a Unix machine(AIX 6.1).

Now i need to use exec() function to call this shell script and remote execute it.

This shell script has a command which makes use of a command line utility that's already installed on the Linux server.

Note : I am not sure of the syntax and what parameters i  have to pass to access the shell script that's on a different server.

Please help me in doing this.

Accepted Solutions (0)

Answers (2)

Answers (2)

vnovozhilov
Employee
Employee
0 Kudos

This question is more likely to be Linux general knowledge rather than SAP Data Services. I would suggest to start with `man ssh` for ssh command syntax.

There are plenty examples can be found in web. Search for "How can I execute local script on remote machine" or similar.

Thank you,

Viacheslav.

Zejiong
Advisor
Advisor
0 Kudos

I've same requirement, also want to know the solution.

In addition, did you know how to call the DS machine locale shell scripts?

Many thanks!


Zejiong