Re: inter-cluster communication


Subject: Re: inter-cluster communication
From: Ken Schweigert (ken@byte-productions.com)
Date: Fri Mar 15 2002 - 14:43:03 MST


Jim,

I've used The Cluster Command and Control (C3) Tool Suite
http://www.csm.ornl.gov/torc/C3/index.html

It's really light-weight, no GUI, runs from the command line, and
has a really easy config file for defining your cluster. Once you
get the "ssh trust" environment setup, it's works very well.

It has commands like:
cpush A utility to push files from the local machine to the nodes in your cluster.
cshutdown A utility that runs shutdown on each cluster node.
cexec(s) A utility that executes a given command string on each node of a cluster.

In your situation, you could do a 'cexec cat /proc/cpuinfo' and it would run
the cat via ssh on each node and report to the console.

Although I've only run it against RedHat machines, I don't think
there would be much problems running it on YDL. It's only real
requirement is python2.

HTH

-- 
-Ken Schweigert, Aspiring Network Administrator
Byte Productions, LLC
http://www.byte-productions.com

On Fri, Mar 15, 2002 at 11:55:25AM -0800, Jim Potter wrote: > I've got a small cluster of YDL units in a factory automation setup; > it's not a beowulf type cluster (they're each running different > things). What's the best quick-and-dirty way for one of my servers to > periodically extract little bits of info from the units (such as getting > cpu temperatures from /proc/cpuinfo)? > > -- > Sincerely, > > Jim Potter > 45th Parallel Processing > (503) 769-9138 > jrp@wvi.com > > Those that would give up a necessary freedom for > temporary safety deserve neither freedom nor safety. > -- Ben Franklin > > >



This archive was generated by hypermail 2a24 : Fri Mar 15 2002 - 14:57:43 MST