[Beowulf] Pdsh output to multiple windows

2018-04-14 Thread Lux, Jim (337K)
Pdsh does most of what I want, but there’s one thing that maybe it does (and I’ve not found it), or there’s some clever way to do this.. What I would like is to have the console output from the N ssh sessions return to separate windows.. Pdsh does a nice job of bringing it all back to one place

Re: [Beowulf] Pdsh output to multiple windows

2018-04-14 Thread Skylar Thompson
I'm not sure how to do this with pdsh, but I know Ansible can capture output per task. It doesn't get you output per window though at the point it's split up per host, you could write that to a named pipe per host and then read the output anywhere. Skylar On Sat, Apr 14, 2018 at 11:22 AM, Lux, Ji

Re: [Beowulf] Pdsh output to multiple windows

2018-04-14 Thread Chris Samuel
On 15/4/18 4:22 am, Lux, Jim (337K) wrote: Pdsh does a nice job of bringing it all back to one place, but it would be nice to have it divided up.. Say you’re doing pdsh to fire off a sequence of apt-get, or ls or something like that which returns multiple lines.. – since each node runs at a dif

Re: [Beowulf] Pdsh output to multiple windows

2018-04-14 Thread Tony Schreiner
You may have tried this, but the pdsh package comes with dshbak. pdsh can be piped to dshbak which will group the output by node. You won't see it until all have completed On Sat, Apr 14, 2018 at 7:33 PM, Chris Samuel wrote: > On 15/4/18 4:22 am, Lux, Jim (337K) wrote: > > Pdsh does a nice job o