【问题标题】:How to apply fixpack for IBM HTTP Server for WebSphere Application Server如何为 IBM HTTP Server for WebSphere Application Server 应用修订包
【发布时间】: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.

【问题讨论】:

    标签: websphere-8 ibmhttpserver


    【解决方案1】:

    与仅命令行相比,IBM Installation Manager 的静默选项确实很差/令人困惑。出于某种原因,WebSphere 文档在命令行上方强调它。以下是安装和更新所需的全部内容:

    imcl install com.ibm.websphere.IHS.v90_9.0.10.20181119_1807    \
     com.ibm.java.jdk.v8_8.0.5041.20190924_1031 -repositories       \
     http://www.ibm.com/software/repositorymanager/V9WASSupplements \
     -installationDirectory /opt/IHS90 -acceptLicense \
     -secureStorageFile /home/covener/iim.storage     \
     -masterPasswordFile /home/covener/iim.password -showProgress
    
    imcl install com.ibm.websphere.IHS.v90_9.0.5001.20190828_0616 -repositories \
     http://www.ibm.com/software/repositorymanager/V9WASSupplements             \
     -installationDirectory /opt/IHS90 -acceptLicense -secureStorageFile        \
     /home/covener/iim.storage -masterPasswordFile /home/covener/iim.password   \
     -showProgress
    

    我对响应文件错误的猜测是这些安装不共享相同的 IIM“配置文件”,这就是它的关键所在。但是那个无声响应文件中有太多不必要的数据,我担心我不会靠近它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-05-25
      • 2015-06-07
      • 1970-01-01
      • 2015-12-19
      • 2014-12-06
      • 1970-01-01
      • 2017-01-21
      • 2012-08-27
      相关资源
      最近更新 更多