Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] What services do you run on your cluster nodes?

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Greg Lindahl lindahl at pbm.com
Thu Sep 25 12:21:20 PDT 2008


On Thu, Sep 25, 2008 at 02:53:14PM -0400, Robert G. Brown wrote:

> The liveness issue is most definitely a problem with xmlsysd/wulfstat,
> because frankly TCP sucks for this specific purpose.  I'd love to have
> what amounts to ping built into the UI, but it is a restricted socket
> command and I don't want to make the UI suid root.

If you have an open stream, pass PING messages and send PONG
replies. That will discover your round-trip time, and you can notice
timeouts.

Or, if you don't have an open socket, open one. That's what the perl
ping module does for non-root processes, it opens a short-lived
socket.

-- greg





More information about the Beowulf mailing list