This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsserver/linuxinstall/shell/07-15-Linux下定时重启DC更新说明.txt
2018-09-27 16:17:06 +08:00

11 lines
454 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DC更新步骤
1.更新DC的脚本restart.sh 和 datacontroller.sh
2.更新DC的zip包binDataController.exe 和 DCConfig.exe、lib
3.新建crontab定时任务(每隔2天在晚上23:59分重启DC)
任务内容为59 23 */2 * * /home/nms/datacontroller/shell/restart.sh
相关命令:
编辑定时任务crontab -e
查看定时任务crontab -l