上传者: 39045077
|
上传时间: 2022-04-27 16:05:56
|
文件大小: 272KB
|
文件类型: DOCX
非常详细的搭建步骤,包含了数据库配置,历史作业查询功能,gpu调用等方面的配置
1. 修改主机名字 hostnamectl set-hostname master(主机名)
2关闭 Firewall
# systemctl stop firewalld.service
# systemctl disable firewalld.service
关闭SELinux
# vi /etc/sysconfig/selinux
SELINUX=disabled
# reboot
# getenforce(查看SELinux状态)
3.安装EPEL Repo
# yum -y install epel-release
4.安装数据库(查询作业历史记录需要使用数据库)