CHIDIPI, RAMJEE (SBCSI) wrote:

> Hi folks,
> I am generating one log file in AIX say (Memory. log) real-time. I want
> to connect from windows 2000 to that AIX run a perl script for analysis.
> I am wondering if anyone is familiar with this kind of task. If yes, I
> would greatly appreciate your help :)

Easiest thing would be to connect to a webserver on the AIX machine and
use CGI to parse the log file.  If you can't use a webserver, you'll need
to either have a daemon running and connect with sockets or use rsh to
run a command on AIX.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to