当前位置:网站首页>Dameng database startup and shutdown
Dameng database startup and shutdown
2022-06-11 07:59:00 【[email protected]】
List of articles
DAMENG Database start stop
It is recommended to use scripts to manage the startup and shutdown of online databases , Prohibit the foreground from starting the database . The following example is linux Start and stop under the system ,Windows Please refer to the official documents of Dameng for system management .
1. Register database service
The online environment generally uses the command line to initialize the database instance , After the instance is initialized , Need to switch to root Register the database service script under the user , Use the database service script to start and stop the database :
# Example 1: use root User registration DAMENG Database service script
# su - root
# cd /data/TestDM/dmdbms/app/script/root/
# ./dm_service_installer.sh -t dmserver -p DMSERVER -dm_ini /data/TestDM/dmdbms/dm_data/DAMENG/dm.ini
DMSERVER -dm_ini /data/TestDM/dmdbms/dm_data/DAMENG/dm.ini
Created symlink from /etc/systemd/版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110754234534.html
边栏推荐
- How to find the complementary sequence of digraph
- Method summary of creating deep learning model with keras/tensorflow 2.9
- 避免list的并发修改异常的几种方式
- Tidb Cloud est en ligne sur le marché Google Cloud pour permettre aux développeurs du monde entier d'utiliser une nouvelle pile de bases de données htap en temps réel
- 批量拼接字符串
- Crawl Baidu Baipin dynamic page
- 2022.6.6 extra long growth simulation
- 使用 COCO 数据集训练 YOLOv4-CSP 模型
- 2022.6.7 special student simulation
- Login and parameterization of interface test
猜你喜欢

After 4 years of naked resignation from the test, the test post of 15K interview was rubbed on the ground, and the result made me collapse and cry

Scrape captures 51job Recruitment Information (static page)

C wechat upload form data

C language to achieve a simple game - minesweeping

Tidb Cloud est en ligne sur le marché Google Cloud pour permettre aux développeurs du monde entier d'utiliser une nouvelle pile de bases de données htap en temps réel

Tidb cloud launched Google cloud marketplace, empowering global developers with a new stack of real-time HTAP databases

放大镜子效果图

图数据库无缝集成Tushare接口

C language - Growth Diary -03- function definition and function prototype declaration

2021-11-05 definition of cache
随机推荐
Introduction to operations research
通过ComponentCallbacks2来接收onTrimMemory等回调,并mock对应的场景
C language to achieve three piece chess (not artificial mental retardation ha ha ha)
Crawl Baidu Baipin dynamic page
C wechat upload form data
C language to achieve a simple game - minesweeping
Understanding of Poisson distribution and Poisson process and Erlang distribution and their relations (important theories in queuing theory and operational research)
Request request object and response response object
代码设置ConstraintLayout的layout_constraintDimensionRatio
如何做好空状态设计?来看这份全面总结
Opencv for face recognition
TypeScript-类和接口、类和泛型、接口合并现象
[transfer] two-way merging and sorting of C language
学习《缠解论语》
Servlet
Data visualization and Matplotlib
2021-10-24
Tidb Cloud est en ligne sur le marché Google Cloud pour permettre aux développeurs du monde entier d'utiliser une nouvelle pile de bases de données htap en temps réel
如何开始参与开源社区
Bubble sorting with C language