达梦数据库培训笔记

[if !supportLists]1.    [endif]安装数据库

[if !supportLists]1.1.   [endif]数据库行业现状

方便写方案(根据数据库的特点,了解应用),混合型(oltp+olap)etl ogg dmhs

关系型数据库:

国外

[if !supportLists]l  [endif]Oracle 20C (11g 银行、电力、运营商)

[if !supportLists]l  [endif]SQL server 2012/2014(政府)

[if !supportLists]l  [endif]DB2 (银行数据中心、烟草)

[if !supportLists]l  [endif]MySQL (开源、互联网、电信TelDB)

[if !supportLists]l  [endif]PostgreSQL (学术性、国产二次开发)

[if !supportLists]l [endif]Informix sybase     


国内:

[if !supportLists]l  [endif]人大金仓 8 (pg 电力、政府、央企)

[if !supportLists]l  [endif]达梦 8 (代码自主原创,电力、审计等)

[if !supportLists]l  [endif]神通 7(pg 审计、电力等)

[if !supportLists]l  [endif]南大 8(8a pg ,8t informix,8s mysql)

[if !supportLists]l  [endif]OB (自主原创、金融,蚂蚁金服)

[if !supportLists]l  [endif]高斯100 (自研)

[if !supportLists]l  [endif]优炫 引跑等

非关系:

[if !supportLists]l  [endif]Hbase

[if !supportLists]l  [endif]Redis

[if !supportLists]l  [endif]Timesten

[if !supportLists]l  [endif]Hana

[if !supportLists]l  [endif]TiDB

[if !supportLists]l  [endif]Mongodb

[if !supportLists]l  [endif]图数据库

[if !supportLists]l  [endif]Greenplum

[if !supportLists]l  [endif]巨杉

[if !supportLists]l  [endif]易惊捷

[if !supportLists]1.2.   [endif]安装步骤

[if !supportLists]1.2.1.    [endif]软硬件信息收集

软件:

发行版:[root@dm1 桌面]# cat /etc/issue

达梦版本(www.dameng.com)

注:不同的发行版本,有不同安装包

内核:[root@dm1 桌面]# uname -r(注意达梦不能在2.4的内核上安装,要在2.4以上的内核)

glibc包:[root@dm1 桌面]# rpm -qa|grep glibc

        IP:提前规划好网络配置

防火墙:

                查看防火墙所以规则: [root@dm1 桌面]# iptables -L

                 清理防火墙:

                         [root@dm1~]# iptables -F

[root@dm1 ~]# iptables -X

SELINUX:

        查看selinux状态:[root@dm1 桌面]# getenforce

                 修改selinux配置:

[root@dm1 ~]# vim /etc/selinux/config

SELINUX=disabled

[if !supportLists]1.2.2.    [endif]规划账户(系统账户)

不建议用root安装管理。

创建组:

       查看组是否存在:[root@dm1 grub]# cat /etc/group|grepdinstall

创建用户组:[root@dm1 grub]# groupadddinstall

        创建账户:

                 查看用户是否存在:[root@dm1 grub]# id dmdba

创建用户并加入到指定组:[root@dm1 grub]# useradd-g dinstall dmdba

                 设置用户密码:[root@dm1 dmdba]# passwddmdba

[if !supportLists]1.2.3.    [endif]规划安装路径

注:软件安装到和OS在同一个硬盘上。

创建安装目录:[root@dm1 /]# mkdir /dm7

[if !supportLists]1.2.4.    [endif]规划权限

授权目录:[root@dm1 /]# chown dmdba.dinstall -R /dm7

查看目录权限:[root@dm1 /]# ls -ld /dm7

drwxr-xr-x. 16dmdba dinstall 4096 May  6 19:05 /dm7

[if !supportLists]1.2.5.    [endif]设置环境变量

切换到用户home目录:[root@dm1/]# cd /home/dmdba/

查看用户默认配置文件:[root@localhost dmdba]# ls -a

.  ..  .bash_history  .bash_logout .bash_profile  .bashrc

设置用户环境变量:[root@localhost dmdba]# vim .bash_profile

增加2行内容

DM_HOME="/dm7"

PATH=$DM_HOME/bin:$PATH:$HOME/bin

[if !supportLists]1.2.6.    [endif]准备安装包

达梦数据库安装包、KEY文件。

[if !supportLists]1.2.7.    [endif]制定回退方案

安装失败处理方法:删除文件,删除一些服务。

[if !supportLists]1.2.8.    [endif]安装与卸载

[if !supportLists]1.2.8.1.    [endif]CLI安装

挂载安装包:

[root@localhost~]# mount -o loop /home/dmdba/dm7_setup_rh6_64_ent_7.6.0.197_20190917.iso/media/

切换用户:[root@localhost media]# su - dmdba

打开安装包:[dmdba@localhost media]$ ls

DMInstall.bin  DM_Install_en.pdf  DM_Install_zh.pdf  release_en.txt  release_zh.txt

开始安装:

[dmdba@localhost media]$./DMInstall.bin -i

Please select the installer's language (E/e:English C/c:Chinese)

[E/e]:c

解压安装程序.........

                 core file size          (blocks, -c) 0

                 data seg size           (kbytes, -d) unlimited

                 scheduling priority             (-e) 0

                 file size               (blocks, -f) unlimited

                 pending signals                 (-i) 15160

                 max locked memory       (kbytes, -l) 64

                 max memory size         (kbytes, -m) unlimited

                 open files                      (-n) 1024

                 pipe size           (512 bytes, -p) 8

                 POSIX message queues     (bytes, -q) 819200

                 real-time priority              (-r) 0

                 stack size              (kbytes, -s) 10240

                 cpu time               (seconds, -t) unlimited

                 max user processes              (-u) 1024

                 virtual memory          (kbytes, -v) unlimited

                 file locks                      (-x) unlimited

                 欢迎使用达梦数据库安装程序

                 是否输入Key文件路径? (Y/y:是 N/n:否) [Y/y]:y

                 请输入Key文件的路径地址 [dm.key]:/home/dmdba/dm.key

                 有效日期: 2020-09-10

                 服务器颁布类型: 企业版

                 发布类型: 试用版

                 用户名称: XXX公司

                 授权用户数: 无限制

                 并发连接数: 无限制

                 是否设置时区? (Y/y:是 N/n:否) [Y/y]:y

                 设置时区:

                 [ 1]: GTM-12=日界线西

                 [ 2]: GTM-11=萨摩亚群岛

                 [ 3]: GTM-10=夏威夷

                 [ 4]: GTM-09=阿拉斯加

                 [ 5]: GTM-08=太平洋时间(美国和加拿大)

                 [ 6]: GTM-07=亚利桑那

                 [ 7]: GTM-06=中部时间(美国和加拿大)

                 [ 8]: GTM-05=东部部时间(美国和加拿大)

                 [ 9]: GTM-04=大西洋时间(美国和加拿大)

                 [10]: GTM-03=巴西利亚

                 [11]: GTM-02=中大西洋

                 [12]: GTM-01=亚速尔群岛

                 [13]: GTM=格林威治标准时间

                 [14]: GTM+01=萨拉热窝

                 [15]: GTM+02=开罗

                 [16]: GTM+03=莫斯科

                 [17]: GTM+04=阿布扎比

                 [18]: GTM+05=伊斯兰堡

                 [19]: GTM+06=达卡

                 [20]: GTM+07=曼谷,河内

                 [21]: GTM+08=中国标准时间

                 [22]: GTM+09=汉城

                 [23]: GTM+10=关岛

                 [24]: GTM+11=所罗门群岛

                 [25]: GTM+12=斐济

                 [26]: GTM+13=努库阿勒法

                 [27]: GTM+14=基里巴斯

                 请选择设置时区[21]:

                 安装类型:

                 1 典型安装

                 2 服务器

                 3 客户端

                 4 自定义

                 请选择安装类型的数字序号 [1 典型安装]:1

                 所需空间: 957M


                 请选择安装目录 [/home/dmdba/dmdbms]:/dm7

                 可用空间: 23G

                 是否确认安装路径(/dm7)? (Y/y:是 N/n:否)  [Y/y]:y

                 安装前小结

                 安装位置: /dm7

                 所需空间: 957M

                 可用空间: 23G

                 版本信息: 企业版

                 有效日期: 2020-09-10

                 安装类型: 典型安装

                 是否确认安装? (Y/y:是 N/n:否):y

                 2020-05-06 19:04:54

                 [INFO] 安装达梦数据库...

                 2020-05-06 19:04:55

                 [INFO] 安装 基础 模块...

                 2020-05-06 19:05:00

                 [INFO] 安装 服务器 模块...

                 2020-05-06 19:05:00

                 [INFO] 安装 客户端 模块...

                 2020-05-06 19:05:02

                 [INFO] 安装 驱动 模块...

                 2020-05-06 19:05:03

                 [INFO] 安装 手册 模块...

                 2020-05-06 19:05:03

                 [INFO] 安装 服务 模块...

                 2020-05-06 19:05:05

                 [INFO] 移动ant日志文件。

                 2020-05-06 19:05:05

                 [INFO] 安装达梦数据库完成。

                 请以root系统用户执行命令:

                 /dm7/script/root/root_installer.sh

                 安装结束

[if !supportLists]1.2.8.2.    [endif]卸载

1、切换到数据库安装目录

[dmdba@localhostmedia]$ cd /dm7/script/root/

[dmdba@localhostroot]$ ls

dm_service_installer.sh  dm_service_uninstaller.sh  root_installer.sh

2、执行卸载脚本(CLI命令行卸载)

[dmdba@localhost~]$ cd /dm7/

[dmdba@localhostdm7]$ ls

 script uninstall     webuninstall.sh        uninstall.sh

[dmdba@localhostdm7]$ ./uninstall.sh -i

Whether to uninstall DM

database? (y/Y:Yes n/N:No):y

Whether to deletet thedm_svc.conf file? (y/Y:Yes n/N:No):y

使用root用户执行卸载脚本

/dm7/root_uninstaller.sh

[root@localhost dm7]#

/dm7/root_uninstaller.sh

DeleteDmAPService service

Delete /etc/dm_svc.conf

数据库卸载完成。

你可能感兴趣的:(达梦数据库培训笔记)