一、创建VMware虚拟机

打开Vmware软件,新建虚拟机,具体配置如下图所示。注意,由于KyLin10采用了Linux 4内核,所以VMware版本最好高于VMware 12。

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_02

 

 载入下载好的系统安装文件

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_03

KyLin10桌面版基于Ubantu 16开发,服务器版基于CentOS,这里我们安装的是KyLin10的x86 64位服务器版本,选择CentOS 7作为安装版本

达梦 springboot数据库配置 schema 达梦数据库环境搭建_VMware_04

为该虚拟机起名

达梦 springboot数据库配置 schema 达梦数据库环境搭建_kylin_05

 

处理器配置默认就可以,也可以改高一些

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_06

安装DM数据库,KyLin10的最小内存为4G

达梦 springboot数据库配置 schema 达梦数据库环境搭建_VMware_07

 

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_08

 

达梦 springboot数据库配置 schema 达梦数据库环境搭建_数据库_09

达梦 springboot数据库配置 schema 达梦数据库环境搭建_kylin_10

 

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_11

 

 磁盘容量选择默认的20GB

 

达梦 springboot数据库配置 schema 达梦数据库环境搭建_数据库_12

 

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_13

虚拟机新建完成

达梦 springboot数据库配置 schema 达梦数据库环境搭建_数据库_14

二、KyLin10 系统安装

开启虚拟机,进行系统安装

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_15

 安装目标位置配置如下图所示

达梦 springboot数据库配置 schema 达梦数据库环境搭建_数据库_16

 软件安装选择如下图所示。为了不产生奇怪的BUG右面的都勾上

达梦 springboot数据库配置 schema 达梦数据库环境搭建_VMware_17

 时间和日期选择北京

 设置ROOT密码

达梦 springboot数据库配置 schema 达梦数据库环境搭建_kylin_18

 开始安装

达梦 springboot数据库配置 schema 达梦数据库环境搭建_VMware_19

安装完成,重启系统,同意许可信息,结束配置

三、安装VMware tools

在VMware菜单栏 虚拟机 选项找到并点击安装VMware tools选项,将VMware tools发送至虚拟机系统。

随后在终端中按照如下命令进行安装

root>mkdir /mnt/cdrom
root>mount /dev/cdrom /mnt/cdrom

root>cd /mnt

root>tar -zxpf /mnt/cdrom/VMwareTools-x.x.x-yyyy.tar.gz
root>umount /dev/cdrom

root>cd vmware-tools-distrib
root> ./vmware-install.pl

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_20

安装过程中各参数配置选择默认即可

安装完成界面如下图所示

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_21

 重启系统完成VMware tools安装

四、安装DM数据库

键入如下命令,创建群组dinstall和属于dinstall的用户dmdba;创建数据库软件安装目录/dm8,并修改其所有者为dmdba

root>groupadd dinstall
root>useradd -g dinstall dmdba
root>passwd dmdba
root>mkdir /dm8
root>chown dmdba:dinstall /dm8

达梦 springboot数据库配置 schema 达梦数据库环境搭建_VMware_22

在虚拟机中加载DM8安装镜像

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_23

 DM数据库安装要求/tmp文件夹大小大于1.5G,这里为避免安装过程中出现/tmp不足的情况,临时修改/tmp大小为2G

root>mount -t tmpfs -o size=2G tmpfs /tmp

加载安装文件复制到/opt目录下,并修改其权限为可执行

达梦 springboot数据库配置 schema 达梦数据库环境搭建_kylin_24

 查看并修改系统的显示参数,以便用dmdba用户通过可视化界面运行DM8安装程序

root>xhost +
root>echo $DISPLAY
:x.x
root>su - dmdba
dmdba>export DISPLAY=:x.x
dmdba>xhost +

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_25

转到/opt目录,运行数据库安装程序 DMInstall.bin

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_26

弹出图形化安装界面,按照提示安装数据库

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_27

 若下载的DM安装文件为开发版,则Key文件可不填,可免费使用一年

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_28

 安装目录选择之前新建的/dm8目录

达梦 springboot数据库配置 schema 达梦数据库环境搭建_VMware_29

 以root用户执行该命令

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_30

达梦 springboot数据库配置 schema 达梦数据库环境搭建_DM_31

 完成安装

达梦 springboot数据库配置 schema 达梦数据库环境搭建_系统安装_32