`

WebSphere8.5 ND installation

 
阅读更多


 安装所需的组件和文件:

 

agent.installer.linux.gtk.x86_1.5.2000.20120223_0907.zip
WAS_ND_V8.5_1_OF_3.zip
WAS_ND_V8.5_2_OF_3.zip
WAS_ND_V8.5_3_OF_3.zip
WAS_V85_SUPPL_1_OF_3.zip
WAS_V85_SUPPL_2_OF_3.zip
WAS_V85_SUPPL_3_OF_3.zip

 

执行以下命令来解压安装:

#mkdir InstalMgr ND NDCP

#cd InstalMgr
#unzip BINAIRY_DIRECTORY/agent.installer.linux.gtk.x86_1.5.2000.20120223_0907.zip

#cd ../ND
#unzip BINAIRY_DIRECTORY/WAS_ND_V8.5_1_OF_3.zip
#unzip BINAIRY_DIRECTORY/WAS_ND_V8.5_2_OF_3.zip
#unzip BINAIRY_DIRECTORY/WAS_ND_V8.5_3_OF_3.zip

#cd ../NDCP
#unzip BINAIRY_DIRECTORY/WAS_V85_SUPPL_1_OF_3.zip
#unzip BINAIRY_DIRECTORY/WAS_V85_SUPPL_2_OF_3.zip
#unzip BINAIRY_DIRECTORY/WAS_V85_SUPPL_3_OF_3.zip

  

管理器安装步骤

#cd BINARIES_DIRECTORY
#cd InstalMgr
#./installc  -acceptLicense -accessRights admin -installationDirectory "/opt/WebSphere85/IMGR" -dataLocation "/opt/WebSphere85/Imdata" -silent

 

安装需要大约5分钟,之后你应该有以下信息:

Installed com.ibm.cic.agent_1.5.2000.20120223_0907 to the /opt/WebSphere85/IMGR/eclipse directory.

 

8.5安装步骤

 

[root@was01 samples]# ll
-rw-r--r--. 1 root root 18517  5月 14 2013 WASv85.nd.install.xml

 

#cd BINARIES_DIRECTORY
#cd IMGR/eclipse/tools
#./imcl -acceptLicense -showProgress input /BINARIES_DIRECTORY/responsefiles/samples/WASv85.nd.install.xml -log /opt/WebSphere85/temp/WASv85.nd.install.log

 

安装需要大约10分钟,之后你应该有以下信息:

                 25%                50%                75%                100%

------------------|------------------|------------------|------------------|

..............................................................................................

Installed com.ibm.websphere.ND.v85_8.5.0.20120501_1108 to the /opt/WebSphere85/AppServer directory.

 IBM Http Server 8.5安装步骤

# cd BINARIES_DIRECTORY
# cd IMGR/eclipse/tools
# ./imcl -acceptLicense -showProgress input /opt/WebSphere85/temp/WASv85.ihs.install.xml -log /opt/WebSphere85/temp/WASv85.ihs.install..log

 

安装需要大约10分钟,之后你应该有以下信息:

                 25%                50%                75%                100%

------------------|------------------|------------------|------------------|

..............................................................................................

 查看 WASv85.ihs.install.xml

<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
    <repository location='/opt/WebSphere85/NDCP/'/>
</server>
<install modify='false'>
<offering id='com.ibm.websphere.IHS.v85' profile='IBM HTTP Server for WebSphere Application Server V8.5'
 features='core.feature,arch.64bit' installFixes='none'/>
</install>
<profile id='IBM HTTP Server for WebSphere Application Server V8.5'
  installLocation='/opt/WebSphere85/IHS'>
<data key='eclipseLocation' value='/opt/WebSphere85/IHS'/>
<data key='user.import.profile' value='false'/>
<data key='user.ihs.httpPort' value='80'/>
<data key='user.ihs.http.server.service.name' value='IBM HTTP Server for WebSphere Application Server V8.5'/>
<data key='user.ihs.installHttpService' value='false'/>
<data key='user.ihs.http.server.service.name.key' value='IBMHTTPServerforWebSphereApplicationServerV8.5'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>

 


安装 com.ibm.websphere.IHS.v85_8.5.0.20120501_1108 到 /opt/WebSphere85/IHS 目录.

 

IBM Http服务器插件安装步骤

# cd BINARIES_DIRECTORY
# cd IMGR/eclipse/tools
# ./imcl -acceptLicense -showProgress input /opt/WebSphere85/temp/WASv85.plg.install.xml -log /opt/WebSphere85/temp/WASv85.plg.install.log

 

安装需要大约10分钟,之后你应该有以下信息:

               25%                50%                75%                100%

------------------|------------------|------------------|------------------|

..............................................................................................

 
查看 WASv85.ihs.install.xml

<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
    <repository location='/opt/WebSphere85/NDCP/'/>
</server>
<install modify='false'>
<offering id='com.ibm.websphere.PLG.v85' profile='Web Server Plug-ins for IBM WebSphere Application Server V8.5'
   features='core.feature,com.ibm.jre.6_64bit' installFixes='none'/>
</install>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V8.5'
   installLocation='/opt/WebSphere85/Plugins'>
<data key='eclipseLocation' value='/opt/WebSphere85/Plugins'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>

 

附:查看 websphere and IHS的进程

#ps -ef |grep -i  websphere|grep -v grep
#ps -ef |grep -i  httpd|grep -v grep

 

分享到:
评论

相关推荐

    WebSphere8.5 安装+集群

    在安装 WebSphere 8.5 之前,需要先下载 Installation Manager(IM)和 WebSphere Application Server Network Deployment 8.5(WAS ND)的安装包。IM 是 WebSphere 的主要安装和更新工具,从 WebSphere 8.0 开始。 ...

    WebSphere8.5 Linux 安装部署全过程

    2. WAS_ND_V8.5_1_OF_3.zip, WAS_ND_V8.5_2_OF_3.zip, WAS_ND_V8.5_3_OF_3.zip - 这些是WebSphere Application Server Network Deployment V8.5的分卷压缩包,它们包含了完整的产品安装内容。 接下来,开始安装流程...

    WebSphere8.5(9.0)在线存储库地址

    IBM官方资料:WebSphere8.5、9.0安装系列教程,包含IBM Installation Manager下载地址,IBM 托管的资料库(在线存储库)配置等。 注:文件为IBM官方PDF文件(内含下载链接),请用专业PDF阅读工具打开。推荐使用...

    was8.5.5.0安装

    本文将指导用户如何从头开始安装 WAS 8.5.5.0,包括安装 IBM Installation Manager、安装 WebSphere 8.5.5.0、创建管理概要和应用概要等步骤。 一、安装 IBM Installation Manager IBM Installation Manager 是 ...

    WAS85安装配置.pdf

    通过本指南,了解如何在 Linux 环境中安装和配置 WebSphere Application Server V8.5,包括安装所需的软件包、安装 Installation Manager、安装 Websphere 8.5、创建概要文件、配置服务等步骤。 一、安装所需的...

    appServer IBM WebSphere / WAS 7 / 8.5 / was commerce

    3. **配置工具**:运行IBM Installation Manager安装WebSphere。 4. **选择组件**:在安装过程中选择ND配置,包括管理控制台、应用服务器和其他相关组件。 5. **配置服务器**:设置服务器的端口、用户和安全选项。 6...

    was nd8.5安装配置手册

    - 该手册主要针对Windows操作系统,介绍IBM WebSphere Application Server Network Deployment (WAS ND) 版本8.5.0.X的安装、配置和补丁升级流程。 - 自从WAS 8.0版本起,安装方式已经由传统的直接执行安装程序...

    WAS8.5静默安装.

    WAS8.5 静默安装指南 WAS8.5 静默安装是指通过脚本或命令行方式安装 IBM WebSphere Application Server 8.5 的过程。静默安装可以避免人工干预,提高安装效率和可靠性。...命令为 `./imcl install ...

    WAS8.5静默安装及升级补丁.docx

    #/opt/IMS/eclipse/tools/imcl install com.ibm.websphere.ND.v85_8.5.5000.&lt;小版本号&gt; \ -repositories /opt/was8.5.5/wassource/repository.config \ -installationDirectory /opt/IBM/WebSphere/AppServer \ ...

    WAS8.5静默安装及升级补丁

    # /opt/IMS/eclipse/tools/imcl uninstall com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 -installationDirectory /opt/IBM/WebSphere/AppServer ``` #### 四、总结 通过上述步骤,我们可以顺利完成WAS 8.5.5.0...

    WAS8.5安装配置[汇编].pdf

    2. WAS_ND_V8.5_1_OF_3.zip 3. WAS_ND_V8.5_2_OF_3.zip 4. WAS_ND_V8.5_3_OF_3.zip 安装步骤如下: **第一步:安装Installation Manager** 1. 解压agent.installer.linux.gtk.x86_64_1.6.0.zip。 2. 进入解压后的...

    LINUX环境下WAS8.5安装全过程.doc

    &lt;offering id='.ibm.websphere.ND.v85' version='8.5.5000.20130514_1044' profile='IBM WebSphere Application Server V8.5' features='core.feature,edeploy,thinclient,embeddablecontainer,.ibm.sdk.6_64bit' ...

    was8.5安装部署文档(图解版)

    **WebSphere Application Server (WAS) 8.5** 是IBM推出的一款高性能的企业级Java应用服务器,支持多种部署模式,包括独立服务器和网络部署(Network Deployment, ND)。该版本引入了IBM Installation Manager (IIM)...

    用三台Win7虚拟机搭建WAS8.5集群并用IHS做负载分发.pdf

    ### 一、WAS_ND8.5安装前的准备工作 #### 1.1 安装规划 在搭建WAS集群之前,首先需要明确安装规划。根据文档,该集群由一个管理节点(Deployment Manager,简称DM)和两个受管节点(Managed Node)组成。其中,DM...

Global site tag (gtag.js) - Google Analytics