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

11 lines
454 B
Plaintext
Raw Normal View History

2018-09-27 16:17:06 +08:00
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