Jerry Geis wrote: > How do admins handle a situation with many boxes like 50 for example. > If I wish to tell 50 boxes to run a handful of commands - how is that done? > (I mean without actually logging into 1,2,3,4...X and executing the > commands) > > Thanks, > > Jerry > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > Depending on situation, either by using a config management system like puppet or cfengine, or by using a tool like dssh or clusterssh. -Alan