执行安装命令./install -options "响应文件" -silent &
响应文件内容详解如下:
#接受许可协议
-W silentInstallLicenseAcceptance.value="true"
#设定安装路径
-P wasProductBean.installLocation="/softdata/TestCluster/WebSphere/AppServer"
#安装样例特性
-P samplesProductFeatureBean.active="true"
#安装帮助文档
-P javadocsProductFeatureBean.active="true"
#安装完后启动概要创建程序
-W ndsummarypanelInstallWizardBean.launchPCT="true"
#概要配置文件
-W pctresponsefilelocationqueryactionInstallWizardBean.fileLocation="/softdata/WASND6/WAS/dmgr01.txt"
概要配置文件dmgr01.txt内容如下
-W profilenamepanelInstallWizardBean.profileName="dmgr01"#概要名称
-W profilenamepanelInstallWizardBean.isDefault="false"#非默认概要
-P installLocation="/softdata/TestCluster/dmgr01"#概要安装路径
-W nodehostandcellnamepanelInstallWizardBean.nodeName="DmgrNode"#节点名称
-W nodehostandcellnamepanelInstallWizardBean.hostName="dmgr"#主机名称
-W nodehostandcellnamepanelInstallWizardBean.cellName="DmgrCell"#单元名称
#下面是设定端口
-W pctdmgrprofileportspanelInstallWizardBean.WC_adminhost="9070"
-W pctdmgrprofileportspanelInstallWizardBean.WC_adminhost_secure="9053"
-W pctdmgrprofileportspanelInstallWizardBean.BOOTSTRAP_ADDRESS="9819"
-W pctdmgrprofileportspanelInstallWizardBean.SOAP_CONNECTOR_ADDRESS="8889"
-W pctdmgrprofileportspanelInstallWizardBean.SAS_SSL_SERVERAUTH_LISTENER_ADDRESS="9414"
-W pctdmgrprofileportspanelInstallWizardBean.CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS="9416"
-W pctdmgrprofileportspanelInstallWizardBean.CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS="9415"
-W pctdmgrprofileportspanelInstallWizardBean.ORB_LISTENER_ADDRESS="9111"
-W pctdmgrprofileportspanelInstallWizardBean.CELL_DISCOVERY_ADDRESS="7287"
-W pctdmgrprofileportspanelInstallWizardBean.DCS_UNICAST_ADDRESS="9362"
-W profiletypepanelInstallWizardBean.selection="dmgr"