Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!sgi!arc@kaibab.wpd.sgi.com From: arc@kaibab.wpd.sgi.com (Andrew Cherenson) Newsgroups: comp.sys.sgi Subject: Re: Response from remote host Message-ID: <109077@sgi.sgi.com> Date: 8 Jun 91 01:43:11 GMT References: <288*finn.drablos@sintef.no> Sender: guest@sgi.sgi.com Reply-To: arc@sgi.com (Andrew Cherenson) Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 19 In article <288*finn.drablos@sintef.no> finn.drablos@sintef.no (Finn Drablos) writes: >A short and simple (?) question: >How do I test, from within a shell script, whether a remote >machine is responding to network requests or not? > >I guess that I am looking for something like ping, but >according to the man page, ping should not be used in >scripts ... > >Regards, > >================== > >Finn Drablos PHONE +47 7 997710 FAX +47 7 997708 >MR-Senteret, UNIMED, SINTEF drablos@marvin.mr.sintef.no >N-7034 TRONDHEIM, NORWAY finn.drablos@sintef.no >---------------------------------------------------------------------- Try "rpcinfo -u HOST portmap" (see rpcinfo(1M) for details).