websphere6.1在linux配置说明
1.检查软件下软件包是否安装
compat-libstdc++-33-3.2.3-61
compat-db-4.2.52-5.1
libXp-1.0.0-8
rpm-build-4.4.2-37.el5
用rpm -q [包名]检查没有了,rpm -Uvh 安装
2.进入操作系统对root用户检查
[root@oracle ~]# umask
0022
是这样的数字就不用改动了,不是了
[root@oracle ~]# umask 022
3.下载并安装 Mozilla Firefox Web 浏览器(安装就不用多说了)
进入/opt/bin目录下(没有了mkdir建立一个bin目录)
[root@oracle bin]# ln -s /usr/bin/firefox firefox
[root@oracle bin]# export BROWSER=/usr/lib/mozilla
4.在 bash 命令 shell 概要文件中增大 ulimit 设置,以防止产生 addNode 和 importWasprofile 问题
cd ~
vi .bashrc
ulimit -n 8192
source .bashrc
5.如果修改了 etc/issue 文件,那么复原该文件的原始副本。
6.当使用 emacs 或其他免费软件时,验证系统 cp 命令。
cd ~
which cp
如果目录输出freeware那么从路径中除去 freeware 目录
7.用完全安装选项安装 Base 产品
8.安装程序
我选择压缩包安装方法上传到tmp目录进行解压缩
[root@oracle tmp]#tar -zxvf was.ial.base.linux.
[root@oracle tmp]#./WAS/install
下一步选择同意,下一步选择安装实例,下一步查看安装路径,下一步设置密码,下一步安装信息
下一步进行安装 完成
9.cd /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/
[root@oracle logs]# 查看安装信息
Application server environment to create: Application serverlinux在线命令查询平台
Location: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01
Disk space required: 200 MB
Profile name: AppSrv01
Make this profile the default: True
Node name: oracleNode01
Host name: oracle.domain
Enable administrative security (recommended): True
Administrative console port: 9060
Administrative console secure port: 9043
HTTP transport port: 9080
HTTPS transport port: 9443
Bootstrap port: 2809
SOAP connector port: 8880
Run application server as a service: True
Create a Web server definition: False
10.installation verification 安装验证
start|stop the server启动或停止服务器
administrative console访问控制台
localhost:9043/admin
profile management tool 用户管理工具
samples gallery 实例库
localhost:9080/WSsamples/en/index.html
information center for websphere application server 关于websphere的应用信息
publib.boulder.ibm/infocenter/wasinfo/v6r1/index.jsp
migration wizard 转移向导

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。