>> On Mar 23, 2004, at 7:44 AM, Peterson, Darren - Contractor.Westar wrote:
>>
>> I've got a few Linux boxes on a LAN.  I need to develop a gui app to 
>> start
>> processes on any machine from a master pc.  What process is to be 
>> started
>> and when will be specifed by the user through the gui.  I'm thinking 
>> along
>> the lines of a Perl/Tk script that uses the Proc::Background module to
>> invoke ssh on the master that will log into the specified slave and 
>> use the
>> command sysntax of ssh to invoke the process.
>>
>> Or will Background allow me to specifiy remote host name and app to 
>> run on
>> the remote machine?
>>
>> Anyone think of a better way?


> Have you looked at the Mon Project? Or say Webmin?
>
> You won't really need the Proc::Background module, if all you
> are going to do is invoke an ssh to go off to a single remote
> host at a time to do a single 'command line event'.
>
> ciao
> drieux


On Mar 24, 2004, at 10:42 AM, Peterson, Darren - Contractor.Westar wrote:

Thanks for the input, drieux.

I tried Proc::Background so my script wouldn't wait on the invoked task as
with the Perl system command.  Actually, I've found that ssh isn't what I
need since the invoked task displays on the local, and not remote, machine.

I need to initiate a task on a remote machine and have that task run and
display on the remote machine.  The Perl script should initiate then ignore
the remote process.

I don't yet know how to achieve that end.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to