|
@@ -1,6 +1,8 @@
|
|
|
|
|
|
+##121.46.18.113
|
|
|
+#项目路径/data/python/BaseDataMaintenance
|
|
|
|
|
|
-#11022启动同步定时器
|
|
|
+#121.46.18.113:11022启动同步定时器
|
|
|
#切换目录
|
|
|
cd /data/python
|
|
|
#激活环境
|
|
@@ -11,7 +13,7 @@ ps -ef | grep start_dataflow_init | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
nohup python BaseDataMaintenance/start_dataflow_init.py >> flow_init.log &
|
|
|
|
|
|
|
|
|
-#11022启动要素提取定时器
|
|
|
+#121.46.18.113:11022启动要素提取定时器
|
|
|
#切换目录
|
|
|
cd /data/python
|
|
|
#激活环境
|
|
@@ -21,7 +23,7 @@ ps -ef | grep start_dataflow_extract | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
#启动
|
|
|
nohup python BaseDataMaintenance/start_dataflow_extract.py >> flow_extract.log &
|
|
|
|
|
|
-#11022启动监控程序
|
|
|
+#121.46.18.113:11022启动监控程序
|
|
|
#切换目录
|
|
|
cd /data/python
|
|
|
#激活环境
|
|
@@ -33,7 +35,7 @@ nohup python BaseDataMaintenance/start_dataflow_monitor.py >> flow_monitor.log &
|
|
|
|
|
|
|
|
|
===================================
|
|
|
-#19022启动监控程序
|
|
|
+#121.46.18.113:19022启动监控程序
|
|
|
#切换目录
|
|
|
cd /data/python
|
|
|
#激活环境
|
|
@@ -43,7 +45,7 @@ ps -ef | grep start_dataflow_attach_monitor | grep -v grep | cut -c 9-16| xargs
|
|
|
#启动
|
|
|
nohup python BaseDataMaintenance/start_dataflow_attach_monitor.py >> flow_monitor.log &
|
|
|
|
|
|
-#19022启动附件识别程序
|
|
|
+#121.46.18.113:19022启动附件识别程序
|
|
|
#切换目录
|
|
|
cd /data/python
|
|
|
#激活环境
|
|
@@ -53,3 +55,36 @@ ps -ef | grep start_dataflow_attachment | grep -v grep | cut -c 9-16| xargs kill
|
|
|
#启动
|
|
|
nohup python BaseDataMaintenance/start_dataflow_attachment.py >> flow_attachment.log &
|
|
|
|
|
|
+#47.98.57.0:
|
|
|
+#项目路径/mnt/python/BaseDataMaintenance
|
|
|
+
|
|
|
+#启动拟在建入库程序
|
|
|
+cd /mnt/python
|
|
|
+ps -ef | grep start_sychro_proposedBuilding | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
+nohup ./ENV/bin/python BaseDataMaintenance/start_sychro_proposedBuilding.py >> proposedBuilding.log &
|
|
|
+
|
|
|
+#启动周期项目入库程序
|
|
|
+cd /mnt/python
|
|
|
+ps -ef | grep start_fille_preproject | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
+nohup ./ENV/bin/python BaseDataMaintenance/start_fille_preproject.py >> fill_preproject.out &
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+#116.62.126.219
|
|
|
+#项目路径/home/appuser/python/BaseDataMaintenance
|
|
|
+
|
|
|
+
|
|
|
+#启动去重程序
|
|
|
+cd /home/appuser/python
|
|
|
+ps -ef | grep start_dataflow_dumplicate | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
+nohup ./ENV/bin/python BaseDataMaintenance/start_dataflow_dumplicate.py > flow_dumplicate.log &
|
|
|
+
|
|
|
+#启动数据清理程序
|
|
|
+cd /home/appuser/python
|
|
|
+ps -ef | grep start_dataflow_remove | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
+nohup ./ENV/bin/python BaseDataMaintenance/start_dataflow_remove.py >> flow_remove.log &
|
|
|
+
|
|
|
+#启动周期项目去重程序
|
|
|
+cd /home/appuser/python
|
|
|
+ps -ef | grep start_drop_preproject_dump | grep -v grep | cut -c 9-16| xargs kill -9
|
|
|
+nohup ./ENV/bin/python BaseDataMaintenance/start_drop_preproject_dump.py >> preproject_dump.log &
|