安装:
一、源码方式
#tar xvf App-ClusterSSH-4.01_01.tar.gz
#cd App-ClusterSSH-4.01_01
#perl Build.PL
requires:
! Tk is not installed
! X11::Protocol is not installed
build_requires:
! Readonly is not installed
! Test::Trap is not installed
登录到CPAN命令行模式:
# perl -MCPAN -eshell
#cpan> install Bundle::CPAN
#cpan>install Tk
需要下面的包组:
#yum -y groupinstall “X Software Development”
#cpan>install X11::Protocol
如安装不成功先开启x11转发,并收到进行安装。
开启SecureCRT x11功能:
选项–>会话选项–>连接–>端口转发–>远程/X11–>转发X11数据包
手动进行安装:
cpan[4]> exit
root@katsu:~# cd .cpan
root@katsu:~/.cpan# cd build/
root@katsu:~/.cpan/build# ls
Tk-804.029-KkB6p7/ X11-Protocol-0.56-19o9Pv/
root@katsu:~/.cpan/build# cd X11-Protocol-0.56-19o9Pv/
root@katsu:~/.cpan/build/X11-Protocol-0.56-19o9Pv# make install
然后再运行#perl Build.PL进行检查,是否还缺什么组件,提示什么安装什么,没有错误后进行下面的安装。
#./Build
#./Build test
#./Build install
在Windows机器上需要安装Xmanager工具;
然后启动”Xmanager – Passive”
然后就可以运行cssh -l root 192.168.37.128 192.168.37.129测试了。
二、使用rpm方式安装
安装epel包
#yum -y install clusterssh
转载请注明:爱开源 » 使用Clusterssh管理多台服务器