Discussion:
[Beowulf] ancient utilities
Lux, Jim (337C)
2017-10-20 20:06:30 UTC
Permalink
I'm running what is essentially a small cluster of beaglebones running debian.
I'm looking for a collection of utilities such as were common 10-15 years ago to do things like "copy a file to all nodes", "send a command line to all nodes", usually done with scripts and SSH.

Is anything like that collected anywhere?

Most of the cluster distros and stuff these days has substantially more sophistication than I need (for a half dozen nodes, single user, no real shared resources)


James Lux
Task Manager, DARPA High Frequency Research (DHFR) Space Testbed
Jet Propulsion Laboratory (Mail Stop 161-213)
4800 Oak Grove Drive
Pasadena CA 91109
(818)354-2075 (office)
(818)395-2714 (cell)
Andrew Latham
2017-10-20 20:10:07 UTC
Permalink
http://www.fabfile.org/

http://bcfg2.org/

https://www.ansible.com/

https://github.com/duncs/clusterssh

and like a thousand more...
I’m running what is essentially a small cluster of beaglebones running
debian.
I’m looking for a collection of utilities such as were common 10-15 years
ago to do things like “copy a file to all nodes”, “send a command line to
all nodes”, usually done with scripts and SSH.
Is anything like that collected anywhere?
Most of the cluster distros and stuff these days has substantially more
sophistication than I need (for a half dozen nodes, single user, no real
shared resources)
James Lux
Task Manager, DARPA High Frequency Research (DHFR) Space Testbed
Jet Propulsion Laboratory (Mail Stop 161-213)
4800 Oak Grove Drive
Pasadena CA 91109
(818)354-2075 <(818)%20354-2075> (office)
(818)395-2714 <(818)%20395-2714> (cell)
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf
--
- Andrew "lathama" Latham ***@gmail.com http://lathama.com
<http://lathama.org> -
Jeffrey Layton
2017-10-20 21:11:09 UTC
Permalink
Pdsh :) The Swiss army knife of cluster tools.

Jeff
Post by Andrew Latham
http://www.fabfile.org/
http://bcfg2.org/
https://www.ansible.com/
https://github.com/duncs/clusterssh
and like a thousand more...
I’m running what is essentially a small cluster of beaglebones running
debian.
I’m looking for a collection of utilities such as were common 10-15 years
ago to do things like “copy a file to all nodes”, “send a command line to
all nodes”, usually done with scripts and SSH.
Is anything like that collected anywhere?
Most of the cluster distros and stuff these days has substantially more
sophistication than I need (for a half dozen nodes, single user, no real
shared resources)
James Lux
Task Manager, DARPA High Frequency Research (DHFR) Space Testbed
Jet Propulsion Laboratory (Mail Stop 161-213)
4800 Oak Grove Drive
Pasadena CA 91109
(818)354-2075 <(818)%20354-2075> (office)
(818)395-2714 <(818)%20395-2714> (cell)
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf
--
<http://lathama.org> -
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf
Gus Correa
2017-10-20 21:22:08 UTC
Permalink
Maybe pdsh? Is it what you're looking for?

http://www.linux-magazine.com/Issues/2014/166/Parallel-Shells
https://github.com/chaos/pdsh

I hope that helps,
Gus Correa
I’m running what is essentially a small cluster of beaglebones running
debian.
I’m looking for a collection of utilities such as were common 10-15
years ago to do things like “copy a file to all nodes”, “send a command
line to all nodes”, usually done with scripts and SSH.
Is anything like that collected anywhere?
Most of the cluster distros and stuff these days has substantially more
sophistication than I need (for a half dozen nodes, single user, no real
shared resources)
James Lux
Task Manager, DARPA High Frequency Research (DHFR) Space Testbed
Jet Propulsion Laboratory  (Mail Stop 161-213)
4800 Oak Grove Drive
Pasadena CA 91109
(818)354-2075 (office)
(818)395-2714 (cell)
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
_______________________________________________
Beowulf mailing list, ***@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit http://www.
Gus Correa
2017-10-20 21:31:09 UTC
Permalink
Post by Gus Correa
Maybe pdsh? Is it what you're looking for?
http://www.linux-magazine.com/Issues/2014/166/Parallel-Shells
https://github.com/chaos/pdsh
Debian packages:
https://packages.debian.org/search?keywords=pdsh
Post by Gus Correa
I hope that helps,
Gus Correa
I’m running what is essentially a small cluster of beaglebones running
debian.
I’m looking for a collection of utilities such as were common 10-15
years ago to do things like “copy a file to all nodes”, “send a
command line to all nodes”, usually done with scripts and SSH.
Is anything like that collected anywhere?
Most of the cluster distros and stuff these days has substantially
more sophistication than I need (for a half dozen nodes, single user,
no real shared resources)
James Lux
Task Manager, DARPA High Frequency Research (DHFR) Space Testbed
Jet Propulsion Laboratory  (Mail Stop 161-213)
4800 Oak Grove Drive
Pasadena CA 91109
(818)354-2075 (office)
(818)395-2714 (cell)
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf
_______________________________________________
Beowulf mailing list, ***@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit http://www.b
Lux, Jim (337C)
2017-10-20 23:51:14 UTC
Permalink
Outstanding responses, I knew it all existed, but couldn't remember the names.. I'll be off and running..

Now to install pdsh on my Mac - here's hoping "brew install pdsh" actually works...


Jim Lux
(818)354-2075 (office)
(818)395-2714 (cell)

From: Beowulf [mailto:beowulf-***@beowulf.org] On Behalf Of Lux, Jim (337C)
Sent: Friday, October 20, 2017 1:07 PM
To: ***@beowulf.org
Subject: [Beowulf] ancient utilities

I'm running what is essentially a small cluster of beaglebones running debian.
I'm looking for a collection of utilities such as were common 10-15 years ago to do things like "copy a file to all nodes", "send a command line to all nodes", usually done with scripts and SSH.

Is anything like that collected anywhere?

Most of the cluster distros and stuff these days has substantially more sophistication than I need (for a half dozen nodes, single user, no real shared resources)


James Lux
Task Manager, DARPA High Frequency Research (DHFR) Space Testbed
Jet Propulsion Laboratory (Mail Stop 161-213)
4800 Oak Grove Drive
Pasadena CA 91109
(818)354-2075 (office)
(818)395-2714 (cell)
fabricio
2017-10-21 00:32:37 UTC
Permalink
I’m running what is essentially a small cluster of beaglebones running
debian.
I’m looking for a collection of utilities such as were common 10-15
years ago to do things like “copy a file to all nodes”, “send a command
line to all nodes”, usually done with scripts and SSH.
Is anything like that collected anywhere?
Most of the cluster distros and stuff these days has substantially more
sophistication than I need (for a half dozen nodes, single user, no real
shared resources)
Also:
http://www.csm.ornl.gov/torc/C3/C3softwarepage.shtml


[]'s
_______________________________________________
Beowulf mailing list, ***@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/lis
Lux, Jim (337C)
2017-10-21 12:30:49 UTC
Permalink
tnx - this is the kind of thing I was looking for.
Jim





On 10/20/17, 5:32 PM, "Beowulf on behalf of fabricio"
Post by fabricio
I¹m running what is essentially a small cluster of beaglebones running
debian.
I¹m looking for a collection of utilities such as were common 10-15
years ago to do things like ³copy a file to all nodes², ³send a command
line to all nodes², usually done with scripts and SSH.
Is anything like that collected anywhere?
Most of the cluster distros and stuff these days has substantially more
sophistication than I need (for a half dozen nodes, single user, no real
shared resources)
http://www.csm.ornl.gov/torc/C3/C3softwarepage.shtml
[]'s
_______________________________________________
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf
_______________________________________________
Beowulf mailing list, ***@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit
Douglas Eadline
2017-10-23 21:09:50 UTC
Permalink
The 2017 Beowulf Bash and Bowling Fete

http://beowulfbash.com/
--
Doug
--
MailScanner: Clean

_______________________________________________
Beowulf mailing list, ***@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit
Continue reading on narkive:
Loading...