This is more of an advice/feedback question. I would love to get advice for these tasks from the monks at the Monastery.
Enough with that , here is the problem at hand


Problem At Hand:

I need to deploy a linux client app to all of my Red Hat boxses (around 30 servers). All of the servers a running
OpenSSH and my workstations is a Windows XP box. I am writing a perl script that will push out all of the client applications, either in .tgz or rpm format.
I have been experiencing problems with the Net::SSH module (connecting to the servers) and and I sure after some more tickering I will get the problem solved.
My first question is, does anybody know of better way of approaching this task? Maybe a better module , or a way that would also monitor if the client install was sucessful.


Second idea:

I would also like to write a script that could do this with windows servers as well as linux server.

I am not asking for any fully scripted solutions, but just some feedback from some of the great perl minds in the monastery. Maybe suggested modules..etc... Any help or suggestion would be much appreciated


I guess you could call this a brainstorming request....


In reply to Deploying Apps Remotely by crypix

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.