A. websphere 集群节点停止后不能启动,下面为错误信息,我看起不来的节点跟其他几点不是一个集群的也要通讯
给大家分享一个小经验:选择合适的观测工具,如果没有,就创造一个,Wireshark 。
我们先使用三台虚拟机,创建一个 MGR 的集群。MySQL 的版本是 5.7.20(之所以使用低版本的 MySQL,因为恐怕没有人能说清楚这个低版本的 MGR 的行为,不能扯淡只能观测)。
我们忽略这一操作步骤,只看一下创建好的集群,检查一下谁是 Primary,现在我们得选择一个观测工具了。我们知道 MGR 需要通过网络来相互沟通,对集群内的节点状况达成一致。通过抓包对 MGR 的行为进行分析。
B. 如何在windows下,当websphere运行一周之后,自动停止,停止之后,又让它马上启动,就是每隔一周停止又启
我现在需要知道的是websphere安装后的服务
比如windows系统的打印服务是print spooler
关闭这个服务就是net stop "print spooler"
开启这个服务就是net start "print spooler"
这两条命令可以编入一个批处理 再把这个批处理做个任务计划周期是7天就可以了
C. websphere怎么重启dmgr
进入Websphere的profile目录,Dmgr01/bin/stopManager.sh
-username 用户名 -password 密码
停止完毕后再执行Dmgr01/bin/startManager.sh
D. 如何启动websphere控制台
如果WebSphere是默认安装的话,是自带两个profile,Dmgr和AppSrv,只需要到指定目录下启动管理器和节点即可
/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh
/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
执行这两条命令,即可在浏览器中登陆管理界面,启动server1
E. 如何启动websphere application server
websphere6.0的安装有两种方式1、图形化的2、slient mode
websphere6.0 WebSphere Application Server 的安装过程和以下几种组件的安装是独立过程
1、Application Client for WebSphere Application Server
2、Web server plug-ins for WebSphere Application Server
3、IBM HTTP Server
使用启动板launchpad安装
在6.0中,websphere application server network deployment的安装分为两个步骤
1、使用安装向导安装一组共享核心文件
2、使用“概要表创建”向导创建deployment manager概要表,应用程序概要表(application server profile)和定制概要表(custom profile)
使用network deployment可以实现两种websphere application server拓扑
1、独立应用程序服务器
2、应用程序受管组
浏览解决方案安装图表选择独立应用程序服务器安装
一直按照wizard要求一步步安装
安装完后,1、检查install_dir/logs/log.txt文件,INSTCONFSUCCESS表示安装成功,INSTCONFFAIL 表示失败2、检察install_dir/logs/wasprofile/wasprofile_create_profile_name.log file
3、检查install_dir/profiles/profile_name/logs/pctLog.txt
表示安装过程中虽然有错但是安装还是可用
安装成功后还可以在启动面板All Programs > IBM WebSphere > Application Server Network Deployment v6
看见快捷方式
概要表创建:
1、如果要为一个多结点,多机应用服务器组创建一个管理节点,就必须先创建一个deployment manager profile
2、如果创建一个application server profile,默认的server1 进程能够启动
3、deployment manager 是一个可以配置的空节点
选择创建application server profile
输入概要表名,节点名,主机名,端口号都用默认值,用户名/密码
?
除了在安装结束后,用默认的方法创建概要表外,还有两种办法
Install_dir/bin/ProfileCreator
或者install_dir/firststep?
?创建概要表时选择将应用服务器作为windows服务在windows平台上运行
在cmd窗口进入目录install_dir/appserver/profiles/概要表名/bin? 输入命令startserver server1,然后可以看到install_dir/appserver/profiles/概要表名/logs/server1/startserver.log中显示启动成功或者失败。