- 论坛徽章:
- 0
|
1.检查操作系统,patch\r\n uname -a \r\n showrev\r\n 安装需要ksh\r\n 108940-14 \r\n 108652-27 \r\n 108921-11 \r\n 109147-16 \r\n 上面得patch是需要得\r\n2.安装路径在/opt/IBMHttpServer和/opt/WebSphere下,所以/opt得空间要足够,大概需要500M左右,顺便看看80端口,9090 9080有没有人占用\r\n\r\n3.修改一下.profile文件,呵呵\r\n\r\n PATH=/usr:/usr/bin:/usr/sbin:/usr/openwin/bin:/usr/dt/bin:/usr/openwin/lib:/usr/local/X11/lib:.\r\nLD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/X11/lib:/usr/dt/lib:/usr/openwin/lib\r\nexport LD_LIBRARY_PATH\r\n/usr/bin/ksh\r\nset -o vi\r\nstty erase ^H\r\nexport PS1=`hostname` \'$LOGNAME PWD$ \'\r\n~\r\n4.确认一下是不是root用户,然后建两个用户和组\r\n 建立mqm和mqbrkrs两个组\r\n 建立用户mqm-->;mqm组\r\n 将root加到两个组里面,nnd admintool不能修改root的属性,就自己改文件去吧\r\n5.挂光驱用那个volmgt命令\r\n6.插入光盘,然后export DISPLAY=ip:0.0\r\n export TERM=vt100\r\n7.运行./install或者./LaunchPad.sh都可以就可以开始安装了\r\n8.剩下的就是等了,安装完成之后会自动运行firststeps.sh,验证一下安装,如果没什么错误就http://ip:9090/admin进入console试试看\r\n9如果要装ND版的话就继续插入下一张盘,然后./install就OK了\r\n10.#./htpasswd -c -m ../conf/admin.passwd admin这个命令去修改一下apache的口令\r\n#cd <IHS_HOME>;/bin\r\n#./apachectl stop\r\n#./apachectl start\r\n\r\n#./adminctl stop\r\n#./adminctl start\r\n\r\n\r\n现在就OK了 |
|