websphere开机自动重启问题怎么解决

2020-06-27 科技 51阅读

使用root用户,修改/etc/rc.local   (软连接) 或  /etc/rc.d/rc.local 文件,末尾追加:

chown -R wasadmin:wasadmin /opt/IBM/WebSphere  
#每次开机,重置一下websphere目录文件用户和群组,避免部分文件属组发生改变而导致进程启动失败
su - wasadmin -c "/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh" 
sleep 30
su - wasadmin -c "/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh" 
sleep 30
su - wasadmin -c "/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh server1"

:wq 保存退出

注:增加websphere开机自启动后,用户登录界面出现会有延迟,如在命令行操作,系统起来后可通过ssh登录字符界面操作,避免等待。

声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com