由于目前websphare在linux系统下安装都是使用图形界面安装,但生产环境一般不安装图形界面,因此为了快速在linux下部署WebSphare,编写此文档。
环境说明本文档的测试环境信息如下:
操作系统:Centos 5.8_x86_64 文本模式
WebSphare版本:6.1
安装步骤环境检查支持包检查安装websphare需要安装下面的支持包:
#yum installcompat-db compat-libstdc++-296 compat-libstdc++-33 elfutils elfutils-develelfutils-devel-static elfutils-libelf elfutils-libelf-develelfutils-libelf-devel-static elfutils-libs libXp rpm-build –y
#vi/etc/selinux/config
将SELINUX选项设置为:
SELINUX=disabled
检查/etc/hosts是否有主机名对应的解析,红色字体表示主机名
#vi/etc/hosts
127.0.0.1 monitor-21 localhost.localdomainlocalhost
#vi /tmp/responsefile.base.txt
加入:
-OPTsilentInstallLicenseAcceptance="true"
-OPTallowNonRootSilentInstall="true"
-OPTdisableOSPrereqChecking="true"
-OPTdisableNonBlockingPrereqChecking="true"
-OPTinstallType="installNew"
-OPTfeature="noFeature"
-OPTprofileType="none"
-OPTinstallLocation="/opt/IBM/WebSphere/AppServer"
-OPTPROF_enableAdminSecurity="true"
-OPTPROF_adminUserName=wasadmin
-OPTPROF_adminPassword=wasadmin
-OPTtraceFormat=text
-OPTtraceLevel=INFO
解压安装包
#tar zxvfwassetup.tgz
#cdwassetup/WAS
#./install -silent–options /tmp/responsefile.base.txt
等待安装完成,一般无任何提示
之后检查/opt/IBM/WebSphere/AppServer目录是否存在,存在表示完成安装。
创建Profile、启动Server#cd /opt/IBM/WebSphere/AppServer
#./manageprofiles.sh-create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default/-profileName AppSvr01
#./startServerserver1
通过浏览器访问管理控制台。
登录地址为https://x.x.x.x/ibm/console/
登录用户:wasadmin
登录密码:wasadmin