Installing ClusterShell
- Use PuTTY to log in to the server as the root user.
- Run the following commands to download the ClusterShell RPM installation package clustershell-1.8.2-1.el7.noarch.rpm and its dependency 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
- Run the following commands to install 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 is installed to clear the cache of each node when multiple nodes are running. If only one node is running, you do not need to install ClusterShell.
Parent topic: Configuring the Compilation Environment