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
lijia-tsg-oam/deploy_doc/deploy.md
2019-07-29 18:43:18 +08:00

18 lines
457 B
Markdown

1.交换板文件
2.计算板文件(4份)
3.服务
启动交换板crontab服务:
service crond start
chkconfig crond on
crontab -e, 输入以下内容:
* * * * * /opt/tsg/bin/tsg_update_tags
* * * * * sleep 10; /opt/tsg/bin/tsg_update_tags
* * * * * sleep 20; /opt/tsg/bin/tsg_update_tags
* * * * * sleep 30; /opt/tsg/bin/tsg_update_tags
* * * * * sleep 40; /opt/tsg/bin/tsg_update_tags
* * * * * sleep 50; /opt/tsg/bin/tsg_update_tags