WIN7下安装webphere6

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Websphere6/安装和配置
出自Techshino
跳转到: 导航, 搜索

在 win7 下用图形界面(双击安装) 安装 websphere6 时,会报错,不能正常安装,需要采用 静默安装的形式安装。

目录 [隐藏]
1 静默安装
1.1 定义主要相应文件
1.2 定义创建概要文件时用到的响应文件
1.3 执行安装
2 手工删除、新建profile

1 静默安装
1.1 定义主要相应文件
在 was 安装文件的 was 目录下可以找到一个 名为 'responsefile.nd.txt' 的文件,打开这个文件并修改以下内容

-W silentInstallLicenseAcceptance.value="true"
-P wasProductBean.installLocation="C:\soft\IBM\WebSphere\AppServer"
-P samplesProductFeatureBean.active="true"
-P javadocsProductFeatureBean.active="true"
-W unchPCT="true"
-W pctresponsefilelocationqueryactionInstallWizardBean.fileLocation="D:\install-files\CTP\1_WAS ND V6_Win\C587UML\WAS\responsefile.pct.NDstandAloneProfile.txt"

示例:文件:Responsefile.nd.txt

1.2 定义创建概要文件时用到的响应文件
同样在 was 安装文件的 was 目录下可以找到一个 responsefile.pct.NDstandAloneProfile.txt,打开并修改这个文件

-W profilenamepanelInstallWizardBean.profileName="AppSrv01"
-W profilenamepanelInstallWizardBean.isDefault="false"
-P installLocation="C:\soft\IBM\WebSphere\AppServer\profiles\AppSrv01"
-W nodehostnamepanelInstallWizardBean.nodeName="pwms-01"
-W nodehostnamepanelInstallWizardBean.hostName=""


-W pctdefaultprofileportspanelInstallWizardBean.WC_defaulthost="9080"
-W pctdefaultprofileportspanelInstallWizardBean.WC_adminhost="9060"
-W pctdefaultprofileportspanelInstallWizardBean.WC_defaulthost_secure="9443"
-W pctdefaultprofileportspanelInstallWizardBean.WC_adminhost_secure="9043"
-W pctdefaultprofileportspanelInstallWizardBean.BOOTSTRAP_ADDRESS="2809"
-W pctdefaultprofileportspanelInstallWizardBean.SOAP_CONNECTOR_ADDRESS="8880"
-W pctdefaultprofileportspanelInstallWizardBean.SAS_SSL_SERVERAUTH_LISTENER_ADDRESS="9401"
-W pctdefaultprofileportspanelInstallWizardBean.CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS="9403"
-W pctdefaultprofileportspanelInstallWizardBean.CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS="9402"
-W pctdefaultprofileportspanelInstallWizardBean.ORB_LISTENER_ADDRESS="9100"
-W pctdefaultprofileportspanelInstallWizardBean.DCS_UNICAST_ADDRESS="9353"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_ENDPOINT_ADDRESS="7276"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_ENDPOINT_SECURE_ADDRESS="7286"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_MQ_ENDPOINT_ADDRESS="5558"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_MQ_ENDPOINT_SECURE_ADDRESS="5578"
-W winservicepanelInstallWizardBean.winServiceQuery="false"
-W winservicepanelInstallWizardBean.accountType="localsystem"
-W erName="YOUR_USER_NAME"
-W winservicepanelInstallWizardBean.password="

YOUR_PASSWORD"
-W winservicepanelInstallWizardBean.startupType="manual"
-W profiletypepanelInstallWizardBean.selection="default"


示例:文件:Responsefile.pct.NDstandAloneProfile.txt

1.3 执行安装
在命令行执行如下命令

install.exe -options "D:\installImage\WAS\responsefile.nd.txt" -silent

其中响应文件(黑体部分)要输入绝对地址,且双引号不可省略

2 手工删除、新建profile
在 websphere 安装目录的 bin 目录下执行以下命令 可删除和新建 profile

删除 profile

wasprofile -delete -profileName AppSrv01

新建 profile

wasprofile -create -profileName AppSrv01 -profilePath "D:\soft\IBM\WebSphere\AppServer\profiles\AppSrv01" -templatePath "D:\soft\IBM\WebSphere\AppServer\profileTemplates\default" -nodeName node1 -cellName cell1 -hostName host1


相关文档
最新文档