登录成功后执行以下命令:
1、进入执重启等操作指定目录下:
cd /data/srms/srmsserver/
2、查看srmsserver的进程
ps -aux|grep srmsserver
3、杀进程 xxx、停用服务
kill -s 9 xxxx
4、查看srmsserver的进程
ps -aux|grep srmsserver
5、重启应用服务
nohup ./startServer.sh &
6、查看启动日志:
tail -f nohup.out
登录成功后执行以下命令:
1、进入执重启等操作指定目录下:
cd /data/srms/srmsserver/
2、查看srmsserver的进程
ps -aux|grep srmsserver
3、杀进程 xxx、停用服务
kill -s 9 xxxx
4、查看srmsserver的进程
ps -aux|grep srmsserver
5、重启应用服务
nohup ./startServer.sh &
6、查看启动日志:
tail -f nohup.out