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.