其他分享
首页 > 其他分享> > 生产环境下服务器重启

生产环境下服务器重启

作者:互联网

1、jenkins、nginx、kinbana、mysql会在服务器重启后自动启动

2、naocs启动  

ssh 192.168.100.35
cd /data/nacos_new/nacos/bin
./startup.sh -m standalone

浏览器验证 https://nacos.ahqmhl.cn

3、seata启动

ssh 192.168.100.35
cd /data/seata-new/seata-server-1.4.2/bin    
nohup ./seata-server.sh >../logs/log.out 2>1 &

4、sentinel启动

ssh 192.168.100.35
cd /data/sentinel
nohup java -jar sentinel-dashboard-1.8.1.jar >nohup.out 2>1 &

5、kafka启动

ssh 192.168.100.35
cd /data/kafka
nohup bin/zookeeper-server-start.sh config/zookeeper.properties &
nohup bin/kafka-server-start.sh  config/server.properties &

 

标签:seata,100.35,重启,环境,192.168,server,nohup,服务器,cd
来源: https://www.cnblogs.com/tank073/p/16536785.html