Shell script to copy a file from one server to anther server and execute the binary

Hi ,

Is there any script to copy a files (weblogic bianary + silent.xml ) from one server (linux) to another servers and then execute the copy file.
We want to copy a file on multiple servers and run the installation.

Thanks

There definitely is such a script. I just can see anyone want not to make one on his own as it could be a serious security thread to use such kind of script in a production environment.
I think that ssh and its tools should be enough to achieve the goal you asking for.