鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

安装clustershell

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令下载clustershell的rpm安装包“clustershell-1.8.2-1.el7.noarch.rpm”以及其依赖的rpm包“python2-clustershell-1.8.2-1.el7.noarch.rpm”
    wget https://mirrors.tuna.tsinghua.edu.cn/epel/7/aarch64/Packages/c/clustershell-1.8.2-1.el7.noarch.rpm
    wget https://mirrors.tuna.tsinghua.edu.cn/epel/7/aarch64/Packages/p/python2-clustershell-1.8.2-1.el7.noarch.rpm
  3. 执行以下命令安装clustershell。
    yum install python-setuptools –y
    rpm -ivh python2-clustershell-1.8.2-1.el7.noarch.rpm clustershell-1.8.2-1.el7.noarch.rpm

    此处安装clustershell是为了多节点运行时清理每个节点的缓存,如果只是单节点运行,可不安装。