0.安装DM8数据库安装包
产品下载-达梦数据 (dameng.com)https://www.dameng.com/list_103.html进入官方网站下载centos7的安装包,本章使用centos7进行部署,提前关闭好防火墙和selinux
建议你的系统运行内存为:2G或以上
1.部署基础环境
先安装一下桌面环境
yum -y groupinstall gnome-desktop
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
reboot
同步时间
ntpdate -u times.aliyun.com
再将安装包传上来
unzip dm8_20240116_x86_rh7_64.zip
解压包
yum -y install openssl openssl-devel
安装一下依赖包
创建一个目录用于DM8的安装
mkdir -p /opt/DM8
再把刚刚的镜像去复制进去(刚刚解压出来的镜像)
cp -r dm8_20240116_x86_rh7_64.iso /opt/DM8/