多主机远程管理工具-nrun
nrun是一个用来在多个目标机器上同时运行一个简单命令或者脚本的工具。ncopy 将复制文件或者目录到目标机器,底层的访问机制是可互换的,当前支持 ssh、nsh、rsh 和本地执行模式,返回的代码和所有命令的输出都被记录起来。采用Perl开发并在GPLv3的协议下授权。nrun will run a single command or script on a multiple of target servers synchronously. ncopy will copy a file or directory to multiple target servers.
the underlying remote access mechanism is exchangeable. as of now, ssh, nsh, rsh and local execution modes are implemented.
the return code and all command output will be logged.
最新版本:1.1
修复了一些 bug,支持通过 stdin 提供目标主机名称。
项目主页:https://github.com/tbenk/nrun