was入门管理

was 启动 和 关闭
[root@nc01 ~]# cat was.sh
sh /app/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/startNode.sh
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/startServer.sh master
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/startServer.sh ncmem01
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/startServer.sh ncmem03

apachectl.sh start

[root@nc01 ~]# cat was_stop.sh
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/stopServer.sh ncmem01
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/stopServer.sh ncmem03
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/stopServer.sh master
sh /app/IBM/WebSphere/AppServer/profiles/App65/bin/stopNode.sh
sh /app/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/stopManager.sh

was日志查看
tail -20f /app/IBM/WebSphere/AppServer/profiles/App65/logs/ncmem01/SystemOut.log

was监控
监视和调整 - 性能查看器- 当前活动
调整node agent虚拟内存
系统管理-node agent- java和进程管理-进程定义
调整server内存
服务器-所有服务器-java和进程管理-进程定义

was控制台

http://127.0.0.1:9060/admin

was查看版本

$WAS_HOME/AppServer/bin/versionInfo.sh

was 内存溢出生成文件如下:

/opt/IBM/WebSphere/AppServer/profiles/AppSrv01

 

posted @ 2023-03-20 17:10  刚好遇见Mysql  阅读(103)  评论(0)    收藏  举报