![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
在分布式操作系统上安装功能部件
可以使用 Installation Manager GUI 来安装和除去产品功能部件。
开始之前
确保 Installation Manager 首选项指向包含产品的正确存储库(基于 Web 的存储库或本地存储库)。
关于此任务
注: 类似于其他 Installation Manager 操作,您也可以使用下列其中一个过程来修改功能部件:
过程
示例
- 在以下列表中,可选功能部件产品名称用括号括住:
下面举例说明用于修改某个安装版本中的功能部件的响应文件:
<?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='true'> <offering id='com.ibm.websphere.ND.v90' profile='IBM WebSphere Application Server V9.0' features='samples'/> </install> <uninstall modify='true'> <offering id='com.ibm.websphere.ND.v90' profile='IBM WebSphere Application Server V9.0' features='thinclient,ejbdeploy,embeddablecontainer'/> </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>
下面举例说明使用 imcl 命令来修改安装版本中的功能部件:
imcl.exe modify com.ibm.websphere.ND.v90 -addFeatures samples -removeFeatures thinclient,ejbdeploy,embeddablecontainer -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90 -installationDirectory C:\Program Files\IBM\WebSphere\AppServer -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt
要更改安装的语言,请在 imcl 命令中使用 -properties 自变量和 cic.selector.nl 属性来指定要在安装版本中使用的语言。
例如:
imcl.exe modify com.ibm.websphere.ND.v90_9.0.0.20160503_0200 -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90 -installationDirectory C:\Program Files\IBM\WebSphere\AppServer -properties cic.selector.nl=en,,hu,,ko,,pl,,es -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt
使用此示例后,将安装英语、匈牙利语、韩语、波兰语和西班牙语。如果最初的安装版本仅含有英语,那么这将添加其他语言。如果最初的安装版本含有多种语言,那么将除去其他语言。
要了解已安装了哪些语言,请在 imcl 命令中使用 listInstallationDirectories 并指定 -long 或 -verbose。例如:
imcl.exe listInstallationDirectories -long