01-27-07 12:23 AM
On 2007-01-26, bobmct wrote:
> OK - another topic:
>
> In our shop we have numerous servers running different vendors' apps. For
> our own purposes we must capture information/data/printing from some of
> these servers to parse and process on other machines. Yes, its quite
> cumbersome and the existing mechanisms are confusing.
>
> I am investigating a method where one of the apps on any given server can
> run a shell script that would start yet another shell script on a
> different/networked server thereby indicating that its data is ready to
> be "picked up".
>
> I assume this is possible but my brief research is coming up rather short
on
> substance.
>
> Surely someone MUST have implemented something like this already so perhap
s
> one would be willing to share the technique and/or mechanism used to
> accomplish that?
Set up host key authentication and use ssh.
--
Chris F.A. Johnson, author <http://cfaj.freeshell.org/shell>
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
===== My code in this post, if any, assumes the POSIX locale
===== and is released under the GNU General Public Licence
[ Post a follow-up to this message ]
|