配置多个服务器和扩展

时间:2012-06-26 13:33:12

标签: automation

我已经完成了一项配置1000个服务器的任务,其中包含一些简单的数据。让我说我需要登录到服务器(Linux或Windows)并设置ntp服务器。我需要使用perl来提出某种自动化框架。我有一些想法,想要获得更多。

这是我的思考过程:

a) Since there are 1000s of servers, definitely the framework should be able to read in a csv file so all inputs can be provided as apposed to single input.

b) Since there are so many servers, I have to find a way to do things in parallel. I cant go server by server in a sequential way

c) I should have some output file that shows the results of all the servers that I successfully configured, servers that failed. That way I can compare input file and output file and generate a report

我应该考虑我的框架中的其他内容吗? 如何使用perl进行并行处理?

1 个答案:

答案 0 :(得分:0)

即使您想坚持使用Perl,看起来已经有一些替代方案可以阻止您从头开始实现另一个框架。

查看http://my.opera.com/cstrep/blog/2010/05/14/puppet-fabric-and-a-perl-alternative对一些选项的评论。

相关问题