原来从来没有弄过,不知道有什么应该特别注意的地方?还望指教!!
chenl 回复于:2003-01-08 12:50:11 |
framerelay 回复于:2003-01-08 13:07:32 |
好像没有什么的,我安过4。3的。 |
framerelay 回复于:2003-01-08 13:07:32 |
好像没有什么的,我安过4。3的。 |
chenl 回复于:2003-01-08 13:17:30 |
我的数据库用的是DB2,要做HA,要是真的没有什么,我就放心了! |
chenl 回复于:2003-01-08 13:17:30 |
我的数据库用的是DB2,要做HA,要是真的没有什么,我就放心了! |
tonylau 回复于:2003-01-08 13:22:58 |
是DB2和WAS互备还是standby? |
tonylau 回复于:2003-01-08 13:22:58 |
是DB2和WAS互备还是standby? |
chenl 回复于:2003-01-08 14:03:20 |
WAS和DB2互备。 |
chenl 回复于:2003-01-08 14:03:20 |
WAS和DB2互备。 |
tonylau 回复于:2003-01-08 15:27:05 |
当DB2和WAS在同一台SERVER上工作时,WAS需要将本地DB2 CATALOG为一个REMOTE的别名,否则WAS无法启动 |
tonylau 回复于:2003-01-08 15:27:05 |
当DB2和WAS在同一台SERVER上工作时,WAS需要将本地DB2 CATALOG为一个REMOTE的别名,否则WAS无法启动 |
chenl 回复于:2003-01-08 16:27:43 |
能说的具体一点么,我没太搞清楚。谢谢先! |
chenl 回复于:2003-01-08 16:27:43 |
能说的具体一点么,我没太搞清楚。谢谢先! |
aixia 回复于:2003-01-08 16:30:41 |
请framerelay,能否介绍一下WAS在AIX4.3上的安装经验? 我在AIX4.3上装过WAS3.5,但没成功。。。 |
aixia 回复于:2003-01-08 16:30:41 |
请framerelay,能否介绍一下WAS在AIX4.3上的安装经验? 我在AIX4.3上装过WAS3.5,但没成功。。。 |
草木皆兵 回复于:2003-01-08 16:41:14 |
启动数据库实例 db2start <2>创建WAS数据库: 在db2提示符下:db2=> create db wasloc using codeset UTF-8 territory us <3>更新数据库配置文件: db2=> update db cfg for wasloc using appplheapsz 256、 注意:必须将数据库catalog为远程,否则会出错!!! <4>db2=> catalog tcpip node app1 remote [机器名字] server 50000 <5>db2=> list node directory <6>db2=> catalog db wasloc as was40 at node app1 <7>db2=>terminate <8>验证安装配置:db2=>connect to was40 user db2inst1 using db2inst1 2、DB2相关环境变量设置 <1>将EXTSHM environment variable 设置在/home/db2inst1/的.profile中,格式如下: EXTSHM=ON export EXTSHM <2>Save the file. <3>db2set DB2ENVLIST=EXTSHM <4>db2stop <5>db2start <6>Add the following line to the /etc/environment EXTSHM=ON |
草木皆兵 回复于:2003-01-08 16:41:14 |
启动数据库实例 db2start <2>创建WAS数据库: 在db2提示符下:db2=> create db wasloc using codeset UTF-8 territory us <3>更新数据库配置文件: db2=> update db cfg for wasloc using appplheapsz 256、 注意:必须将数据库catalog为远程,否则会出错!!! <4>db2=> catalog tcpip node app1 remote [机器名字] server 50000 <5>db2=> list node directory <6>db2=> catalog db wasloc as was40 at node app1 <7>db2=>terminate <8>验证安装配置:db2=>connect to was40 user db2inst1 using db2inst1 2、DB2相关环境变量设置 <1>将EXTSHM environment variable 设置在/home/db2inst1/的.profile中,格式如下: EXTSHM=ON export EXTSHM <2>Save the file. <3>db2set DB2ENVLIST=EXTSHM <4>db2stop <5>db2start <6>Add the following line to the /etc/environment EXTSHM=ON |
ibm6000 回复于:2003-01-08 16:44:14 |
不错不错 |
ibm6000 回复于:2003-01-08 16:44:14 |
不错不错 |
大连老K 回复于:2003-01-08 17:35:07 |
不错,顶一下 |
大连老K 回复于:2003-01-08 17:35:07 |
不错,顶一下 |
浪子是我 回复于:2003-01-09 09:02:08 |
How about the hostname for WAS when there is failover from servcie machine to stand-by machine? The WAS stills work when there is different hostname? |
浪子是我 回复于:2003-01-09 09:02:08 |
How about the hostname for WAS when there is failover from servcie machine to stand-by machine? The WAS stills work when there is different hostname? |
clic 回复于:2003-01-09 09:32:21 |
将补丁打好,要不会出现很多的问题的 |
clic 回复于:2003-01-09 09:32:21 |
将补丁打好,要不会出现很多的问题的 |
ddlldd2000 回复于:2003-06-14 09:28:02 |
对于上面写的,想继续请教一下:
1. 上面文档中没有Websphere 在AIX上安装的具体步骤,能否有高手写一个? 2. 上面只写了DB2里面要配置的东西,怎么没有Websphere需要配置的东西?难道Websphere不需要配置? 3. 日常Websphere的管理需要做一些什么? 我急需要恶补Websphere方面的东西,请大侠们帮助,谢谢! 有相当文档也写email: ddlldd2000@yahoo.com,先谢谢了. |
yy916 回复于:2003-11-11 09:05:45 |
WebSphere Application Server release ?
for WAS3.5.x and WAS4.0.x,如果用db2做系统库,都需要在安装前先建was的系统库,并一定得catalog 这个库,否则WAS起不来。 for WAS5.0.x and WAS5.1,则不需要库的支持了,但是增加了内嵌的mq,所以需要先建用户mqm,组mqm,mqbrkrs,并把mqm和root这两个用户分别加到mqm和mqbrkrs这两个组内,需要注销并重新登陆才行。 能明白否? |
wjsmart 回复于:2003-11-14 20:02:35 |
你可以参考IBM提供的WebSphere InfoCenter
我手边的几台WAS 5(on 4.3.3 and 5.1 )都是参考上面的内容装起来的 http://publib7b.boulder.ibm.com/webapp/wasinfo1/index.jsp?deployment=ApplicationServer |
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/