|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] check for process on other machine
|
Use cron on the AIX to do a:
netstat -l > file
on the RH9 machine.
To see what services are running.
--- "Mattison, Jacob" <JMattison@uarts.edu> wrote:
> My website (running on a redhat 9 server) utilizes a
> service that runs on another machine on our network
> (which is running AIX). I'd like to be able to
> periodically check, from the web server machine,
> whether the other service is running. What are my
> options? I know I can use nmap to scan for open
> ports and grep to see if the appropriate port is
> among them. Since I know the port in advance, is
> there a more efficient way to check just that port?
> Is there another way to check whether the service is
> running?
>
> Thanks!!
>
> Jacob Mattison
> University of the Arts
>
___________________________________________________________________________
> Philadelphia Linux Users Group --
> http://www.phillylinux.org
> Announcements -
>
http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion --
http://lists.phillylinux.org/mailman/listinfo/plug
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|