RE: Reading unix realtime logfile from windows

2004-11-24 Thread Swartwood, Larry H

Or, and this is likely the most non-trivial approach, use something like
SAMBA (http://at.samba.org/samba/what_is_samba.html)
so that you can read the file system of the AIX machine from Windows.

--Larry S. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
$Bill Luebkert
Sent: Wednesday, November 24, 2004 8:19 AM
To: CHIDIPI, RAMJEE (SBCSI)
Cc: [EMAIL PROTECTED]
Subject: Re: Reading unix realtime logfile from windows

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 CollectiblesMailto:[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

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Reading unix realtime logfile from windows

2004-11-24 Thread $Bill Luebkert
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 LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[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