Have you ever needed to do the same task on more than one machine at a time? If so, then clusterssh is the tool for you. From their homepage:
ClusterSSH is a tool for making the same change on multiple servers at the same time. The 'cssh' command opens an administration console and an xterm to all specified hosts. Any text typed into the administration console is replicated to all windows. All windows may also be typed into directly.
This tool is intended for (but not limited to) cluster administration where the same configuration or commands must be run on each node within the cluster. Performing these commands all at once via this tool ensures all nodes are kept in sync.
I found cssh very useful when I was setting up some jails, each of which was used for Bacula regression testing.
Using
Using cssh is easy. First, install it:
cd /usr/ports/security/cssh
make install clean
This assumes you have x11/xterm installed (I did). Then run it:
cssh mysql41 mysql50 mysql51 mysql54
The following screen shot shows the above session opened and running with crontab -e:
The small window in the top left is cssh. This is where you type commands that will be echoed to each window. If you need to do something with just one window, click on it and type away. When you want to control all the session again, click on the cssh window.
This is something I will be using often.
[重要提醒]对本篇资料有疑问,请到论坛讨论,尽量使文章准确无误>>>
[版权声明]BSD爱好者乐园站内文章,如来源不是互联网,则均系原创或翻译之作,可随意转载,或以此为基础进行演译,但务必以链接形式注明原始出处和作者信息,否则属于侵权行为。另对本站转载他处文章,俱有说明,如有侵权请联系本人,本人将会在第一时间删除侵权文章。
TAG: ssh cluster

