当前位置:网站首页>Install Damon database
Install Damon database
2022-06-26 04:29:00 【good writings make people copy them】
One 、 Basic hardware requirements
1.CPU
Intel Pentium 4 Above processor
2. Memory
Minimum memory recommended for database installation 1g
Linux The server swap Partition to physical memory 1.5 More than times
3. Hard disk
Divide the disk space according to the requirements , For data storage . Install the dream program , If you need to record a large number of databases SQL journal , Need to expand the partition /tmp Temporary directory at least 600M.
Two 、 Dameng software
DM8 Development Edition
Winning Qilin
3、 ... and 、 Installation steps
Create a dmdba user , Installed in the dm8 Under the folder
[[email protected] /]# mkdir -p /dm81. establish dmdba user
[[email protected] /]# groupadd dinstall
[[email protected] /]# useradd -g dinstall dmdba
[[email protected] /]# passwd dmdba
[[email protected] /]# chown dmdba:dinstall -R /dm8chown to grant authorization , Be sure to operate , Otherwise, there will be no permission behind , You have to come back and do it .
2. Set the maximum number of open files
[[email protected] /]# vi /etc/security/limits.confdmdba[[email protected] /]# ulimit -n 655363. Graphical interface installation
I usually execute the following commands in the location where the installation package is located
[[email protected] dmdba]# mount -o loop dm8_20201107_x86_rh7_64_ent_8.1.1.144.iso /mnt
mount: /dev/loop0 Write protect , Will mount... As read-only [[email protected] dmdba]# su - dmdba
Last login : 5、 ... and 5 month 28 03:06:53 CST 2021pts/1 On
[[email protected] ~]$ cd /mnt
[[email protected] mnt]$ ./DMInstall.bin
Unzip the installation program ......... problem 1. Decompress it for a while , Because I use Xshell, appear :
Failed to initialize graphical interface , If the current monitor window does not support the graphical interface , Please enter the folder where the installation files are located and use "./DMInstall.bin -i" Command line installation .
resolvent :
download XManager, Address https://www.onlinedown.net/soft/36382.htm
perhaps
yum groupinstall x11Then execute the problem 2 Solve the order , If echo $DISPLAY No output , Open another connection to see .
If it doesn't work ,
export DISPLAY=:0.0
Set the temporary variable display
problem 2: I also install on the server dm, However, the graphical interface cannot be opened
[[email protected] mnt]$ echo $DISPLAY
:0
[[email protected] mnt]$ export DISPLAY=:0
[[email protected] mnt]$ xhost +
access control disabled, clients can connect from any hostIf you execute the order , Still can't open the graphical interface , Open a console again , Or switch users to see .
problem 3: Because I touch linux Not too many systems , So the following problems , It also bothered me for a long time :
Setup temporary directory (/tmp) The available space is 465M. Setup requires at least 800M Temporary space for
-- Create a directory to put the temporary directory when installing the program
[[email protected] /]# mkdir -p /tem1
[[email protected] /]# chown dmdba.disntall /tem1 -R
-- Configure environment variables
[[email protected] ~]$ vi .bash_profile
export DM_INSTALL_TMPDIR=/tem1
-- Enable environment variables
[[email protected] ~]$ source .bash_profile
After successfully entering the graphic :



[[email protected] ~]$ su root
password :
[[email protected] dmdba]# /dm8/script/root/root_installer.sh
Move /dm8/bin/dm_svc.conf To /etc Catalog
Modify server permissions
establish DmAPService service
Created symlink from /etc/systemd/system/multi-user.target.wants/DmAPService.service to /usr/lib/systemd/system/DmAPService.service.
Create services (DmAPService) complete
start-up DmAPService service
Finally, the installation succeeded !
边栏推荐
- Principle and implementation of syn cookie
- Zhimeng CMS will file a lawsuit against infringing websites
- C generic
- Realize video call and interactive live broadcast in the applet
- 排序查询
- Database design (I)
- Zeromq from getting started to mastering
- Resolve PHP is not an internal or external command
- Go SQL parsing time Time type
- 6、 Project practice --- identifying cats and dogs
猜你喜欢

Nailing open platform - applet development practice (nailing applet server side)

Minecraft 1.16.5 生化8 模组 1.9版本 1.18版本同步
![[Qunhui] Internet access + custom port](/img/7d/c00caeade209a48c8f44a4fecb59d5.jpg)
[Qunhui] Internet access + custom port

SQL related knowledge - DDL
![[Qunhui] this suite requires you to start PgSQL adapter service](/img/fb/1aea7eb833afc1a24531b612a98400.jpg)
[Qunhui] this suite requires you to start PgSQL adapter service

A brain map to summarize the needs analysis (a supplement to the actual situation at work)

一幅脑图总结一下需求分析(工作上实际遇到的情况的补充)

35岁程序员炒Luna 千万资产3天归零,网友:和赌博一样

Nailing open platform - applet development practice (nailing applet client)

SixTool-多功能多合一代挂助手源码
随机推荐
SSH password free login, my server password free login to the other server, the other server password free login to your server
redis集群的方式
There is no response to redirection and jump in the laravel constructor [original]
Mobile terminal pull-down loading pull-down loading data
[Qunhui] this suite requires you to start PgSQL adapter service
A brain map to summarize the needs analysis (a supplement to the actual situation at work)
Report on operation mode and future development trend of China's refining and chemical market 2022-2028
Database design (3): database maintenance and optimization
Solution to composer error could not find package
Analysis report on development trend and market demand of global and Chinese molecular diagnostics industry from 2022 to 2028
Upload script file (one sentence back door) WAF bypass (PHP)
C generic
Wechat applet is bound to a dynamic array to implement a custom radio box (after clicking the button, disable the button and enable other buttons)
Knowledge about SQL - DML
Laravel uses phpword to generate word documents
排序查询
List of provinces, cities and counties in China
Double buffer technology asynchronous log system
条件查询
mysql自带的性能测试工具mysqlslap执行压力测试