简体   繁体   English

在客户端计算机上自动安装软件

[英]Automatically installing software on the client machine

Its more of a design and architecture scenario. 其更多是设计和架构场景。

I want to have number of nodes in the cluster and initially all the nodes are pre-installed with java 6 and windows/linux. 我想在集群中拥有多个节点,并且最初所有节点都预先安装了Java 6和Windows / Linux。 In all the nodes I want to install my application (this application I will be maintaining on the server) and this application will be used to run the some tasks on parallel. 在要安装我的应用程序的所有节点中(我将在服务器上维护该应用程序),该应用程序将用于并行运行某些任务。

On server I want to monitor traffic of all the nodes and task execution status. 在服务器上,我想监视所有节点的流量和任务执行状态。

So how to achieve it? 那么如何实现呢?

Any comments on this will be appreciated. 任何对此的意见将不胜感激。 Thanks in advance. 提前致谢。

If I understood your question correctly you can use parallel-ssh and its pscp and pssh commands to copy your distrib onto the remote hosts and run commands you want to install it. 如果我正确理解了您的问题,则可以使用parallel-ssh及其pscp和pssh命令将distrib复制到远程主机上,然后运行要安装的命令。

There are also some alternatives: dsh , clusterit 还有一些替代方法: dshclusterit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM