Re: [Beowulf] ancient utilities

2017-10-20 Thread fabricio
Em 20-10-2017 18:06, Lux, Jim (337C) escreveu: 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

Re: [Beowulf] ancient utilities

2017-10-20 Thread Lux, Jim (337C)
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-boun...@beowulf.org]

Re: [Beowulf] ancient utilities

2017-10-20 Thread Gus Correa
On 10/20/2017 05:22 PM, Gus Correa wrote: 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 I hope that helps, Gus Correa On 10/20/2017 04:

Re: [Beowulf] ancient utilities

2017-10-20 Thread 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 I hope that helps, Gus Correa On 10/20/2017 04:06 PM, Lux, Jim (337C) wrote: I’m running what is essentially a small cluster of beaglebones running debian. I

Re: [Beowulf] ancient utilities

2017-10-20 Thread Jeffrey Layton
Pdsh :) The Swiss army knife of cluster tools. Jeff On Oct 20, 2017 4:11 PM, "Andrew Latham" wrote: > http://www.fabfile.org/ > > http://bcfg2.org/ > > https://www.ansible.com/ > > https://github.com/duncs/clusterssh > > and like a thousand more... > > On Fri, Oct 20, 2017 at 3:06 PM, Lux, Jim

Re: [Beowulf] ancient utilities

2017-10-20 Thread Andrew Latham
http://www.fabfile.org/ http://bcfg2.org/ https://www.ansible.com/ https://github.com/duncs/clusterssh and like a thousand more... On Fri, Oct 20, 2017 at 3:06 PM, Lux, Jim (337C) wrote: > I’m running what is essentially a small cluster of beaglebones running > debian. > > I’m looking for a

[Beowulf] ancient utilities

2017-10-20 Thread Lux, Jim (337C)
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