WebSphere Application Server 安装信息

有关安装和卸载 WebSphere® Application Server 的安装需求、示例及其他信息。WebSphere Application Server 供应项目是主产品供应项目,它提供了应用程序服务器,后者使用 Java™ 技术来扩展 Web 服务器功能以处理 Web 应用程序请求。

关于 WebSphere Application Server

IBM® WebSphere Application Server Network Deployment 是一个集成平台,其中包含应用程序服务器、Web 开发工具、Web 服务器以及其他支持软件和文档。

在安装产品之前,请规划所要安装的其他可选组件并确定每个组件的安装位置。

[AIX Solaris HP-UX Linux Windows]要获取可能拓扑的示例,请参阅计划安装 WebSphere Application Server

安装应用程序服务器产品时,将安装一组共享的核心产品文件。接着,您至少创建一个概要文件,这是一个单独的文件系统,其中包含用来为应用程序服务器进程(例如,Deployment Manager 或应用程序服务器)定义运行时环境的文件。

完成安装后,您可以创建应用程序服务器概要文件管理概要文件概要文件的单元集(其中包含 Deployment Manager 和联合应用程序服务器)或者定制概要文件。必须至少存在一个概要文件才能提供正常工作的应用程序服务器环境。您可以使用 manageprofiles 命令或者 Profile Management Tool 来创建概要文件。

要求

除下列要求以外,您的系统可能还要求满足其他先决条件才能安装 WebSphere Application Server 产品。

有关更多信息,请参阅为产品安装准备操作系统

  • 对于转换用户 对于转换用户: IBM SDK Java Technology Edition 不再嵌套在任何 WebSphere Application Server 产品中。Java SDK 作为单独产品提供,在安装产品时必须安装此 SDK。IBM SDK Java Technology Edition V8 是 WebSphere Application Server V9.0 的 Java SDK 版本。trns
  • WebSphere Application Server 最多需要 2 GB 的磁盘空间,具体视您安装的功能部件数量而定。

存储库和产品标识

要从在线服务存储库安装 WebSphere Application Server,请将以下存储库 URL 与 Installation Manager 配合使用:
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90
使用命令行或响应文件来安装、卸载或以其他方式修改 WebSphere Application Server 时,请指定主供应项目标识。您还可以逗号分隔列表形式添加要安装的可选功能部件。如果未指定可选功能部件,那么将安装一组缺省功能部件。要仅安装所需的功能部件,请明确指定功能部件列表。
表 1. 供应项目和可选功能部件标识
产品标识 可选功能部件标识 缺省功能部件
WebSphere Application Server Network Deployment
com.ibm.websphere.ND.v90
  • core.feature: WebSphere Application Server
    必须指定此功能部件才能指定以下可选子功能部件:
    • samples:样本应用程序
    • thinclient:独立瘦客户机和资源适配器
    • embeddablecontainer:可嵌入 EJB 容器
    • ejbdeploy:用于 EJB 3.0 以前的模块的 EJBDeploy 工具
注: 以后,无法使用 Installation Manager 的修改、更新或回滚功能来添加或除去 core.feature。只能添加或除去子功能部件。
  • core.feature
    • thinclient
    • embeddablecontainer
    • ejbdeploy

要获取产品存储库和产品标识的完整列表,请参阅WebSphere Application Server 产品的在线产品存储库用于受支持操作系统的 WebSphere Application Server 产品供应项目

安装示例

所有 WebSphere Application Server 产品均使用 IBM Installation Manager 进行安装。有关安装产品供应项目的逐步指示信息,请参阅安装产品

[AIX Solaris HP-UX Linux Windows]要点: 因为 IBM SDK Java Technology Edition 不再嵌入在产品中,所以您必须同时指定 WebSphere Application Server 供应项目标识和 IBM Java SDK 供应项目标识 (com.ibm.java.jdk.v8)。如果没有 Java SDK,将无法安装 WebSphere Application Server
命令行示例

有关使用命令行进行安装的逐步指示信息,请参阅使用命令行安装产品

  • [Windows]
    imcl.exe install com.ibm.websphere.ND.v90 com.ibm.java.jdk.v8
      -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90 
      -installationDirectory "C:\Program Files\IBM\WebSphere\AppServer"
      -sharedResourcesDirectory "C:\Program Files\IBM\IMShared"
      -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false
      -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt
      -log installv9.xml
      -acceptLicense
      -showProgress
  • [Linux]
    ./imcl install com.ibm.websphere.ND.v90 com.ibm.java.jdk.v8
      -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90 
      -installationDirectory /opt/IBM/WebSphere/AppServer
      -sharedResourcesDirectory /opt/IBM/IMShared
      -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false
      -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt
      -log installv9.xml
      -acceptLicense
      -showProgress
  • [IBM i]
    ./imcl install com.ibm.websphere.ND.v90
      -repositories https://downloads.mycorp.com:8080/WAS_90_repository
      -installationDirectory /QIBM/ProdData/WebSphere/AppServer/V9/ND
      -properties was.install.os400.profile.location=/QIBM/UserData/WebSphere/AppServer/V9/ND
      -sharedResourcesDirectory /QIBM/UserData/InstallationManager/IMShared
      -secureStorageFile $HOME/WASFiles/temp/credential.store
      -acceptLicense
      -showProgress
响应文件示例

有关使用响应文件进行安装的逐步指示信息,请参阅使用响应文件安装产品

[Windows]
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.ND.v90' 
  profile='IBM WebSphere Application Server V9.0' 
  features='core.feature,ejbdeploy,thinclient,embeddablecontainer' installFixes='none'/>
<offering id='com.ibm.java.jdk.v8'
  profile='IBM WebSphere Application Server V9.0'
  features='com.ibm.sdk.8'/>
</install>
<profile id='IBM WebSphere Application Server V9.0' 
  installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>
[IBM i]
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.ND.v90' 
  profile='IBM WebSphere Application Server V9.0' 
  features='core.feature,ejbdeploy,thinclient,embeddablecontainer' installFixes='none'/>
</install>
<profile id='IBM WebSphere Application Server V9.0' 
  installLocation='/QIBM/ProdData/WebSphere/AppServer/V9/ND'>
<data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V9/ND'/>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V9/ND'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>

使用说明

versionInfohistoryInfo 命令根据系统上执行的所有安装、卸载、更新和回滚活动返回 WebSphere Application Server 的版本和历史记录信息。

安装产品之后,请创建定义应用程序服务器运行时环境的概要文件。请参阅设置应用程序服务环境

[AIX Solaris HP-UX Linux Windows]注: 在分布式操作系统上安装 WebSphere Application Server 供应项目时,程序会自动将两个附加工具安装到该系统上:
  • 配置迁移工具,此工具可用来将现有概要文件从旧版本迁移到此版本
  • Profile Management Tool,此工具可用来创建定义运行时环境的新概要文件
支持的配置 支持的配置: 这些工具的图形用户界面 (GUI) 仅在 AIX®、Linux 和 Windows 上受支持。在其他平台上,请使用以下命令:
  • 组合使用 WASPreUpgrademanageprofilesWASPostUpgrade 命令来替代“配置迁移工具”。
  • 使用 manageprofiles 命令来替代 Profile Management Tool。
sptcfg

卸载示例

所有 WebSphere Application Server 产品均使用 IBM Installation Manager 进行卸载。

有关卸载产品供应项目的逐步指示信息,请参阅卸载产品

避免故障 避免故障: 卸载产品的同时,必须卸载 IBM SDK Java Technology Edition (com.ibm.java.jdk.v8)。gotcha
命令行示例

有关使用命令行进行卸载的逐步指示信息,请参阅使用命令行卸载产品

  • [Windows]
    imcl.exe uninstall com.ibm.websphere.ND.v90 com.ibm.java.jdk.v8
      -installationDirectory "C:\Program Files\IBM\WebSphere\AppServer"
  • [HP-UX][Linux][Solaris]
    ./imcl uninstall com.ibm.websphere.ND.v90 com.ibm.java.jdk.v8
      -installationDirectory /opt/IBM/WebSphere/AppServer
  • [IBM i]
    ./imcl uninstall com.ibm.websphere.ND.v90
      -installationDirectory /QIBM/ProdData/WebSphere/AppServer/V9/ND
响应文件示例

有关使用响应文件进行卸载的逐步指示信息,请参阅使用响应文件卸载产品

[Windows]
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.ND.v90' 
  profile='IBM WebSphere Application Server V9.0'/>
<offering id='com.ibm.java.jdk.v8' 
  profile='IBM WebSphere Application Server V9.0'/>
</uninstall>
<profile id='IBM WebSphere Application Server V9.0' 
  installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>
[IBM i]
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.ND.v90' 
  profile='IBM WebSphere Application Server V9.0'/>
</uninstall>
<profile id='IBM WebSphere Application Server V9.0' 
  installLocation='/QIBM/ProdData/WebSphere/AppServer/V9/ND'>
<data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V9/ND'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>

指示主题类型的图标 参考主题



时间戳记图标 最近一次更新时间: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-dist&topic=rins_was_info
文件名:rins_was_info.html