Slurm安装4之slurm安装
control节点
安装epel repo
yum -y install epel-release
yum repolist
安装axel与yum-axelget
yum install axel yum-axelget
安装 NTP
yum install ntp -y
systemctl enable ntpd.service …
专注于物联网、微服务、AR/VR、Android、VTK、QT等相关领域的软件设计和研发
yum -y install epel-release
yum repolist
yum install axel yum-axelget
yum install ntp -y
systemctl enable ntpd.service …
名称 内网IP 外网IP hostname
T1 10.105.79.74 xxx.xxx.xxx.xxx control
T2 10.105.90.27 xxx.xxx.xxx.178 …
yum install -y yp*
vim /etc/sysconfig/network
[root@control ~]# cat /etc/sysconfig/network
# Created by cloud-init on instance boot …
在control节点上来安装 NFS 服务,数据目录:/data/nfs/
$ yum -y install nfs-utils rpcbind
$ mkdir -p /data/nfs/
$ chmod 755 /data/nfs/ …