公司测试服务器重启
1、nginx *.*.*.34:cd /etc/nginx/conf.d 启动:/usr/sbin/nginx -c /etc/nginx/nginx.conf
2、cms *.*.*.64:cd /opt/tsingyun/tsingyun-basic-cms 启动:run.sh
3、gitlab *.*.*.31 cd /opt/gitlab/bin 启动gitlab服务sudo gitlab-ctl start; gitlab服务停止 sudo gitlab-ctl stop; 重启gitlab服务 sudo gitlab-ctl restart;
4、seafile *.*.*.90 cd /opt/seafile/seafile-server-7.1.5 启动: sudo ./seafile.sh start,sudo ./seahub.sh start;
5、wiki *.*.*.32 cd /opt/atlassian/confluence/bin 启动:startup.sh
6、showdoc *.*.*.18 cd /home/tsingyun/showdoc restart
安装文档:https://www.showdoc.com.cn/help/828455960655160
7、opengis-瑞泰:*.*.*.63 cd /root/open-gis/gis-service/ruitai ./run.sh 启动opengis 端口为7098;
8、dns服务器:*.*.*.70
/var/named/chroot/etc/named.conf - BIND服务主配置文件
/var/named/chroot/var/named/ -- zone文件
systemctl restart named-chroot 重启服务
9、influxdb+kafka:*.*.*.102
cd /home/tsingyun/kafka sudo ./run.sh 检查kafka 9092 zookeeper 2181
influxdb : systemctl start influxdb 已经设置开机自启
10.、iot :*.*.*.101
cd /opt/application/tsingyun-iot-platform ./run.sh
11、activemq:*.*.*.225
cd /opt/application/apache-activemq-5.16.3/bin ./activemq start
ps -ef | grep activemq
12、seafile:*.*.*.90
cd /opt/seafile/seafile-server-7.1.5 ./seafile.sh start