dm8 达梦安装,简洁步骤版-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502979
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: 数据库开发技术

2021-11-25 10:58:33

下载介质需要去官方





  1. groupadd dinstall
    useradd -g dinstall -m -d /home/dmdba -s /bin/bash dmdba
    echo "dmdba"|passwd dmdba --stdin


    cat >> /etc/security/limits.conf < < !

  2. dmdba hard nofile 65536
    dmdba soft nofile 65536
    dmdba hard stack 32768
    dmdba soft stack 16384
    !

  1. unzip dm8_20210712_x86_rh6_64_ent.zip -d /tmp
  2. mount -r /tmp/dm8_20210712_x86_rh6_64_ent/dm8_20210712_x86_rh6_64_ent_8.1.2.38_pack1.iso /mnt
  3. mkdir /dm8
  4. chown dmdba:dinstall -r /dm8/
  5. chmod -r 755 /dm8

  6. su - dmdba
  7. cd /mnt/
  8. ./dminstall.bin -i

  1. [dmdba@apex mnt]$ ./dminstall.bin -i
  2. please select the installer

  1. 安装图形x11,用于启动 dbca.sh

  2. mount -r /dev/sr0 /mnt

  3. cat > /etc/yum.repos.d/yum.repo<<eof

  4. [rhel77]
  5. name=rhel77
  6. baseurl=file:///mnt
  7. gpgcheck=0
  8. eof

  9. yum makecache
  10. yum install xorg-x11-xauth xorg-x11-fonts-* xclock
  11. yum -y groupinstall "server with gui"

  1. [dmdba@apex mnt]$ su -
  2. password:
  3. last login: wed nov 24 17:39:30 pst 2021 on pts/0
  4. [root@apex ~]# /dm8/script/root/root_installer.sh
  5. 移动 /dm8/bin/dm_svc.conf 到/etc目录
  6. 修改服务器权限
  7. 创建dmapservice服务
  8. created symlink from /etc/systemd/system/multi-user.target.wants/dmapservice.service to /usr/lib/systemd/system/dmapservice.service.
  9. 创建服务(dmapservice)完成
  10. 启动dmapservice服务
  11. [root@apex ~]#

  12. export path=$path:$dm_home/bin:$dm_home/tool

  13. mkdir /dm8/data
  14. dminit path=/dm8/data

  15. cd /dm8/script/root
  16. ./dm_service_installer.sh -t dmserver -dm_ini /dm8/data/dameng/dm.ini -p dmserver
  17. systemctl status dmservicedmserver.service
  18. systemctl start dmservicedmserver.service
  19. [root@apex root]# su - dmdba
  20. last login: wed nov 24 18:20:57 pst 2021 on pts/0
  21. [dmdba@apex ~]$ disql
  22. disql v8
  23. 用户名:sysdba
  24. 密码:

  25. 服务器[localhost:5236]:处于普通打开状态
  26. 登录使用时间 : 2.989(ms)
  27. sql> select name from v$database;

  28. 行号 name
  29. ---------- ------
  30. 1 dameng

  31. 已用时间: 6.037(毫秒). 执行号:53300.

阅读(908) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图