1、RedHat服务器IP

WebSphere IP:192.168.5.100

用户安装:root

服务器主机名:litong

2、安装WebSphere设置

[root@litong /]# mkdir /soft

上传firefox:

注意:WebSphere支持firefox 9以下版本,不支持9以上版本。

[root@litong /]# cd /soft

firefox-9.0.1-en.tar.bz2

[root@litong soft]# tar -xvf firefox-9.0.1-en.tar.bz2

[root@litong soft]#vi /etc/profile

export BROWSER=/soft/firefox

export PATH=$BROWSER:$PATH

[root@litong soft]#source /etc/profile

[root@litong firefox]# ./firefox

安装需求包:

[root@litong Packages]# yum install libstdc++-4.4.6-4.el6.i686.rpm

[root@litong Packages]# yum install xulrunner-10.0.5-1.el6_2.i686.rpm

[root@litong Packages]# yum install libXtst-1.0.99.2-3.el6.i686.rpm

关闭防火墙

[root@litong /]# service iptables status

[root@litong /]# service iptables stop

[root@litong /]# service ip6tables stop

[root@litong /]# chkconfig iptables off

[root@litong /]# chkconfig ip6tables off

3、图形界面安装

WebSphere Installation Manager

WebSphere 8.0 install_主机

WebSphere 8.0 install_用户_02

WebSphere 8.0 install_firefox_03

WebSphere 8.0 install_服务器_04

WebSphere 8.0 install_用户_05

WebSphere 8.0 install_主机_06

WebSphere 8.0 install_firefox_07

插入第2张盘:

WebSphere 8.0 install_firefox_08

WebSphere 8.0 install_firefox_09

WebSphere 8.0 install_服务器_10

WebSphere 8.0 install_firefox_11

WebSphere 8.0 install_firefox_12

WebSphere 8.0 install_firefox_13

WebSphere 8.0 install_用户_14

WebSphere 8.0 install_主机_15

WebSphere 8.0 install_服务器_16

WebSphere 8.0 install_主机_17

WebSphere 8.0 install_主机_18

WebSphere 8.0 install_主机_19

WebSphere 8.0 install_firefox_20

WebSphere 8.0 install_服务器_21

WebSphere 8.0 install_主机_22

WebSphere 8.0 install_firefox_23

WebSphere 8.0 install_用户_24

WebSphere 8.0 install_用户_25

WebSphere 8.0 install_服务器_26

WebSphere 8.0 install_服务器_27

WebSphere 8.0 install_主机_28

WebSphere 8.0 install_firefox_29

WebSphere 8.0 install_用户_30

WebSphere 8.0 install_用户_31

WebSphere 8.0 install_主机_32

WebSphere 8.0 install_主机_33

WebSphere 8.0 install_服务器_34

WebSphere 8.0 install_主机_35

4、登录测试

查看WebSphere主要端口

[root@litong /]# netstat -an | grep 9060

tcp 0 0 :::9060 :::* LISTEN

[root@litong /]# netstat -an | grep 9043

tcp 0 0 :::9043 :::* LISTEN

Web登录:http://192.168.5.100:9060/ibm/console

https://192.168.5.100:9043/ibm/console

用户:websphere

密码:123456