ClusterShell是Linux下轻量级的集群管理利器。
openeuler的yum源没有安装包,因此不能通过yum进行安装。
Openeuler最小安装已经安装了python
安装方法1:通过源码进行安装
下载clustershell安装包
https://github.com/cea-hpc/clustershell/downloads或者https://github.com/cea-hpc/clustershell
解压安装包
#tar-zxvfclustershell-1.7.3.tar.gz
文件目录:
#cdclustershell-1.7.3/
采用python安装:
# python setup.py install
安装方法2:通过pip安装
#pip search clustershellClusterShell (1.8.3) - ClusterShell library and tools#pip install clustershell
使用pip查看Clustershell版本信息
# pip show Clustershell