WebSphere Application Server 安装信息
有关安装和卸载 WebSphere® Application Server 的安装需求、示例及其他信息。WebSphere Application Server 供应项目是主产品供应项目,它提供了应用程序服务器,后者使用 Java™ 技术来扩展 Web 服务器功能以处理 Web 应用程序请求。
关于 WebSphere Application Server
IBM® WebSphere Application Server Network Deployment 是一个集成平台,其中包含应用程序服务器、Web 开发工具、Web 服务器以及其他支持软件和文档。
在安装产品之前,请规划所要安装的其他可选组件并确定每个组件的安装位置。
要获取可能拓扑的示例,请参阅计划安装 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 的磁盘空间,具体视您安装的功能部件数量而定。
存储库和产品标识
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90
产品标识 | 可选功能部件标识 | 缺省功能部件 |
---|---|---|
WebSphere Application Server Network Deployment
|
注: 以后,无法使用 Installation Manager 的修改、更新或回滚功能来添加或除去
core.feature。只能添加或除去子功能部件。
|
|
要获取产品存储库和产品标识的完整列表,请参阅WebSphere Application Server 产品的在线产品存储库和用于受支持操作系统的 WebSphere Application Server 产品供应项目。
安装示例
所有 WebSphere Application Server 产品均使用 IBM Installation Manager 进行安装。有关安装产品供应项目的逐步指示信息,请参阅安装产品。
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
- 命令行示例
有关使用命令行进行安装的逐步指示信息,请参阅使用命令行安装产品。
- 响应文件示例
有关使用响应文件进行安装的逐步指示信息,请参阅使用响应文件安装产品。
<?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>
<?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>
使用说明
versionInfo 和 historyInfo 命令根据系统上执行的所有安装、卸载、更新和回滚活动返回 WebSphere Application Server 的版本和历史记录信息。
安装产品之后,请创建定义应用程序服务器运行时环境的概要文件。请参阅设置应用程序服务环境。
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)

- 组合使用 WASPreUpgrade、manageprofiles 和 WASPostUpgrade 命令来替代“配置迁移工具”。
- 使用 manageprofiles 命令来替代 Profile Management Tool。
卸载示例
所有 WebSphere Application Server 产品均使用 IBM Installation Manager 进行卸载。
有关卸载产品供应项目的逐步指示信息,请参阅卸载产品。

- 命令行示例
有关使用命令行进行卸载的逐步指示信息,请参阅使用命令行卸载产品。
- 响应文件示例
有关使用响应文件进行卸载的逐步指示信息,请参阅使用响应文件卸载产品。
<?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>
<?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>