1.检查环境
检查操作系统版本信息:
[root@localhost opt]# uname -a
[root@localhost opt]# cat /proc/version
查看操作系统版本号:
[root@localhost opt]# cat /etc/issue
检查cpu
[root@localhost opt]# lscpu
[root@localhost opt]# cat /etc/proc/cpuinfo
检查内存
[root@localhost opt]# free -h
[root@localhost opt]# cat /etc/proc/meninfo
检查 glibc 的版本信息
[root@localhost opt]# rpm -qa | grep glibc
检查临时磁盘空间
[root@localhost opt]# df -h /tmp
查看防火墙状态
[root@localhost opt]# systemctl status firewalld
关闭防火墙
[root@localhost opt]# systemctl stop firewalld
2.安装达梦数据库
安装文件在/opt目录下
[root@localhost ~]# cd /opt/
[root@localhost opt]# ll
总用量 662008
-rw-r–r--. 1 root root 676069376 1月 8 16:25 dm8_setup_rh7_64_ent_8.1.1.88_20200629.iso
drwxr-xr-x. 3 root root 4096 4月 27 2015 Eltima
drwxr-xr-x. 9 root root 4096 4月 27 2015 neoshineoffice
drwxr-xr-x. 3 root root 4096 4月 27 2015 remote-viewer
-rwxrw-rw-. 1 root root 115 2月 8 21:54 script.sh
-rwxrw-rw-. 1 root root 1804749 1月 8 16:12 unixODBC-2.3.0.tar.gz
添加用户dmdba,使用dmdba用户安装DM8
[root@localhost opt]# groupadd dinstall
[root@localhost opt]# useradd -g dinstall dmdba
[root@localhost opt]# id dmdba
uid=1001(dmdba) gid=1001(dinstall) 组=1001(dinstall)
[root@localhost opt]# passwd dmdba
更改用户 dmdba 的密码 。
新的 密码:
重新输入新的 密码:
passwd:所有的身份验证令牌已经成功更新。
新建安装目录/dm8
[root@localhost opt]# mkdir /dm8
[root@localhost opt]# chown -R dmdba:dinstall /dm8
[root@localhost opt]# vim /etc/security/limits.conf
[root@localhost opt]# su dmdba
[dmdba@localhost opt]$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15808
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 65536
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 65536
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[dmdba@localhost opt]$ exit
exit
[root@localhost opt]# mkdir /mnt/dm
[root@localhost opt]# mount dm8_setup_rh7_64_ent_8.1.1.88_20200629.iso /mnt/dm
mount: /dev/loop0 写保护,将以只读方式挂载
[root@localhost opt]# su dmdba
[dmdba@localhost opt]$ cd /mnt/dm
[dmdba@localhost dm]$ ll
总用量 659843
-r-xr-xr-x. 1 root root 3280977 6月 29 2020 DM8 Install.pdf
-r-xr-xr-x. 1 root root 672397717 6月 29 2020 DMInstall.bin
[dmdba@localhost dm]$ ./DMInstall.bin -i
根据提示root下执行*.sh