Re: screen script

2012-11-16 Thread Nick Atzert
Oh no I'm not launching 20k scripts at once. At most I'll do about 100 at one time. I usually have to do this 3 or 4 times over the course of one day at work though. It's just tedious and I'm trying to automate as much as possible. I will definitely check out some of your guys suggestions. Thanks!

Re: screen script

2012-11-16 Thread Bruno Cudini
Hi, On Fri, Nov 16, 2012 at 11:28:32AM -0700, Nick Atzert wrote: > I've considered doing it that way but the list of servers is constantly > changing. I help maintain about 20,000 machines globally. It will never be > the same list. What about scripting the .screenrc processing, or launching them

Re: screen script

2012-11-16 Thread Axel Beckert
Hi Nick, On Fri, Nov 16, 2012 at 08:59:04AM -0700, Nick Atzert wrote: > I'm trying to setup a script where I can pass it a list of servers, a > screen session would start with individual windows for each server and run > a script against each of those servers. > > Does anyone have anything like t

Re: screen script

2012-11-16 Thread Nick Atzert
I've considered doing it that way but the list of servers is constantly changing. I help maintain about 20,000 machines globally. It will never be the same list. On Fri, Nov 16, 2012 at 10:48 AM, Alan Young wrote: > On Fri, Nov 16, 2012 at 8:59 AM, Nick Atzert wrote: > > I'm trying to setup a s

Re: screen script

2012-11-16 Thread Alan Young
On Fri, Nov 16, 2012 at 8:59 AM, Nick Atzert wrote: > I'm trying to setup a script where I can pass it a list of servers, a screen > session would start with individual windows for each server and run a script > against each of those servers. You can setup a config file to look something like thi

screen script

2012-11-16 Thread Nick Atzert
Hey guys, I'm trying to setup a script where I can pass it a list of servers, a screen session would start with individual windows for each server and run a script against each of those servers. Does anyone have anything like this setup already? Thanks! __