【发布时间】:2019-10-03 13:38:32
【问题描述】:
我正在尝试在 Linux 上为 IBM HTTP Server 8.5.5.0 安装 Fix Pack 13。我正在使用静默安装。
/opt/IBM/InstallationManager/eclipse/tools/imcl 输入 /opt/repo/response.xml -acceptLicense -sP
这是我的回复文件:
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location='/opt/repo/IHS85513'/>
</server>
<install modify='false'>
<offering id='com.ibm.websphere.IHS.v85'
profile='IBM HTTP Server for WebSphere Application Server V8.5'
features='core.feature,arch.64bit' installFixes='all'/>
<!-- <offering id='PM12345_WAS80' profile='IBM HTTP Server for WebSphere Application Server V8.5'/> -->
</install>
<profile id='IBM HTTP Server for WebSphere Application Server V8.5'
installLocation='/opt/IBM/HTTPServer2'>
<data key='eclipseLocation' value='/opt/IBM/HTTPServer2'/>
<data key='user.import.profile' value='false'/>
<data key='user.ihs.httpPort' value='9082'/>
<data key='user.ihs.http.server.service.name' value='IBM HTTP Server for WebSphere Application Server V8.5'/>
<data key='user.ihs.installHttpService' value='false'/>
<data key='user.ihs.http.server.service.name.key' value='IBMHTTPServerforWebSphereApplicationServerV8.5'/>
<data key='cic.selector.nl' value='en'/>
<data key='user.ihs.allowNonRootSilentInstall' value='true'/>
</profile>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/opt/IBM/IMSharedWebsphere'/>
</agent-input>
但我有 3 个 httpd 服务器
/opt/IBM/HTTPServer
/opt/IBM/HTTPServer1
/opt/IBM/HTTPServer2
但每当我将安装路径指定为 /opt/IBM/HTTPServer1 或 /opt/IBM/HTTPServer2 .. 它只安装在 /opt/IBM/HTTPServer 上。有人可以指导一下是什么错误吗?
25% 50% 75% 100%
------------------|------------------|------------------|------------------|
............................................................................
Updated to com.ibm.websphere.IHS.v85_8.5.5013.20180112_1418 in the /opt/IBM/HTTPServer directory.
【问题讨论】: