在lunix上安装以及更新WebSphere7相关操作教程

更新时间:2023-11-08 06:50:01 阅读量: 教育文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

名称: TS-AIP_DM_4.0.1 SOSP-T5-07-03 模板编号: 基础包部署手册 第1章 WebSphere7安装

1.1 安装 1.1.1 版本

WebSphere7

1.1.2 静默安装

静默安装可以通配置一个应答文件,在安装过程中自动应答,以实现WAS7无图形化无交互的静默安装。

安装过程中除特别说明外,全部使用tsaip用户。 1. 编辑 ~/.bash_profile文件(使用tsaip用户) 添加下面内容: umask=022

2. 检查和安装软件包(使用root用户)

在linux基本系统环境下,websphere安装需要如下包: compat-db-4.2.52-5.1.i386.rpm compat-db-4.2.52-5.1.x86_64.rpm compat-libstdc++-296-2.96-138.i386.rpm compat-libstdc++-33-3.2.3-61.i386.rpm compat-libstdc++-33-3.2.3-61.x86_64.rpm elfutils-0.137-3.el5.x86_64.rpm elfutils-devel-0.137-3.el5.i386.rpm elfutils-devel-0.137-3.el5.x86_64.rpm elfutils-devel-static-0.137-3.el5.i386.rpm elfutils-devel-static-0.137-3.el5.x86_64.rpm elfutils-libelf-0.137-3.el5.i386.rpm

文档标识:TS-AIP_DM_4.0.1 第1页

名称: TS-AIP_DM_4.0.1 SOSP-T5-07-03 模板编号: 基础包部署手册 elfutils-libelf-0.137-3.el5.x86_64.rpm elfutils-libelf-devel-0.137-3.el5.i386.rpm elfutils-libelf-devel-0.137-3.el5.x86_64.rpm elfutils-libelf-devel-static-0.137-3.el5.i386.rpm elfutils-libelf-devel-static-0.137-3.el5.x86_64.rpm elfutils-libs-0.137-3.el5.i386.rpm elfutils-libs-0.137-3.el5.x86_64.rpm libXp-1.0.0-8.1.el5.i386.rpm libXp-1.0.0-8.1.el5.x86_64.rpm rpm-build-4.4.2.3-18.el5.x86_64.rpm

使用如下命令检查: rpm -qa | grep compat-db rpm -qa | grep compat-libstdc++ rpm -qa | grep elfutils rpm -qa | grep elfutils-devel rpm -qa | grep elfutils-devel-static rpm -qa | grep elfutils-libelf rpm -qa | grep elfutils-libelf-devel rpm -qa | grep elfutils-libs rpm -qa | grep libXp rpm -qa | grep rpm-build

3. 上传和解压安装介质(以下如无特别说明,均使用tsaip用户) 使用xftp上传安装介质时,必须使用binray模式,再执行如下命令解压: cd tar -zxvf

解压时报错:gzip: stdin: invalid compressed data--format violated

文档标识:TS-AIP_DM_4.0.1 第2页

名称: TS-AIP_DM_4.0.1 SOSP-T5-07-03 模板编号: 基础包部署手册 【解决方法】linux用ftp下载时有时候会出现这样的问题,得用bin模式下载文件才行。 一般我们是用xftp上传时默认是auto模式,一般是ascii的上传模式,必须修改为binary模式。修改方法为在xftp中进入 Commands | TransferType菜单,改为binary,如下图所示:

4. 修改responsefile.nd.txt文件 进入WAS目录,修改responsefile.nd.txt cd <解压后得到的WAS目录>

mkdir -p /opt/ibm/WebSphere/AppServer

创建目录时报错,原因是tsaip用户没有对/opt的写权限 【解决办法】创建一个/opt/ibm目录,并把所有者赋给tsaip 1.使用root用户: mkdir /opt/ibm

chown -R tsaip:tsaip /opt/ibm 2.使用tsaip用户

mkdir -p /opt/ibm/WebSphere/AppServer

cp responsefile.nd.txt myresponsefile.nd.txt vi myresponsefile.nd.txt 修改如下内容:

文档标识:TS-AIP_DM_4.0.1 第3页

名称: TS-AIP_DM_4.0.1 SOSP-T5-07-03 模板编号: 基础包部署手册 # 将以下内容取消注释,使之生效,使得允许静默安装 -OPT silentInstallLicenseAcceptance=\ # 将以下内容取消注释,使之生效,使得允许非root用户静默安装 -OPT allowNonRootSilentInstall=\ # 将以下内容取消注释,使之生效,使得安装时检查文件是否可读写 -OPT checkFilePermissions=\ # 如果是centos系统,必须将以下内容取消注释,使之生效 -OPT disableOSPrereqChecking=\ # PROF_enableAdminSecurity选项生效时,要给PROF_adminUserName和PROF_adminPassword分别赋值,例如可以将用户名和密码都赋为admin -OPT PROF_enableAdminSecurity=\-OPT PROF_adminUserName=admin -OPT PROF_adminPassword=admin # 增加以下内容,指定安装目录 -OPT installLocation=\responsefile.nd.txt的示例文件如下所示:

5. 确认安装目录存在且为空

responsefile.nd.txt

WebSphere安装前指定的安装目录必须已经存在且内容为空 6. 安装

cd <解压后得到的WAS目录>

./install -options myresponsefile.nd.txt -silent

上面命令执行完成后,可以通过如下命令查看安装日志,确认是否安装成功: tail -f /opt/ibm/WebSphere/AppServer/logs/install/log.txt

安装时报错: com.ibm.ws.install.ni.ismp.actions.FeaturePanelControlAction, err,

java.io.FileNotFoundException: /tmp/normalFeaturePanelControl.xml (Permission denied)

【解决办法】原因是tasip用户没有/tmp目录的权限

文档标识:TS-AIP_DM_4.0.1 第4页

名称: TS-AIP_DM_4.0.1 SOSP-T5-07-03 模板编号: 基础包部署手册 普通情况下/tmp目录的权限应该是如下所示:

但不知道什么原因,会缺少了最后一个t权限,则此时tsaip用户无法向/tmp目录写入,可以使用root用户登录,输入如下命令:

cd /

chmod 1777 tmp

在Centos5.3下安装时报错:ge (Mar

18,

2012

12:34:25

PM),

Process,

com.ibm.ws.install.ni.ismp.actions.OSPrereqCheckAction, err, System Prerequisites Check

Warning: A supported operating system was not detected.

Support for your operating system might have been added after the release of the product. See the WebSphere Application Server detailed system requirements Web pages for more information about supported operating systems. You can continue with the install

tion, but the installation or product operation might not succeed without applying maintenance. Go to the product support Web pages to obtain the latest maintenance packages to apply after installation.

(Mar

18,

2012

12:34:25

PM),

Process,

com.ibm.ws.install.ni.ismp.actions.OSPrereqCheckAction, wrn,

To disable operating system prerequisite checking, set option disableOSPrereqChecking to true, or refer to the \

(Mar

18,

2012

12:34:25

PM),

Process,

com.ibm.ws.install.ni.ismp.actions.SettleNIFRegistryAction, msg1, Current install/uninstall process failed.

(Mar 18, 2012 12:34:25 PM), Process, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=1

文档标识:TS-AIP_DM_4.0.1 第5页

本文来源:https://www.bwwdw.com/article/3x32.html

Top