[AIX Solaris HP-UX Linux Windows]

以静默方式安装 IBM HTTP Server

可以使用 Installation Manager 以静默方式安装 IBM® HTTP Server。

开始之前

  1. 在要安装产品的每个系统上安装 IBM Installation Manager。

    安装本产品需要 IBM Installation Manager V1.8.5 或更高版本。

    可以从 IBM Installation Manager 下载 Web 站点下载最新版本的 Installation Manager。

    要安装 Installation Manager,请切换到包含 Installation Manager 安装文件的位置,然后运行下列其中一个命令:

    管理安装:
    • [Windows]installc.exe -acceptLicense -log log_file_path_and_name
    • [AIX][HP-UX][Linux][Solaris]./installc -acceptLicense -log log_file_path_and_name
    非管理安装:
    • [Windows]userinstc.exe -acceptLicense -log log_file_path_and_name
    • [AIX][HP-UX][Linux][Solaris]./userinstc -acceptLicense -log log_file_path_and_name
    组方式安装:
    [AIX][HP-UX][Linux][Solaris]./groupinstc -acceptLicense -dataLocation application_data_location -log log_file_path_and_name -installationDirectory Installation_Manager_home
    有关组方式的注意事项:
    • 组方式允许多个用户使用 IBM Installation Manager 的单个实例来管理软件包。
    • [Windows]组方式在 Windows 操作系统上不可用。
    • 如果未使用组方式安装 Installation Manager,那么您将无法使用组方式来管理随后通过此 Installation Manager 安装的任何产品。
    • 请确保将安装位置从当前用户的主目录中的缺省位置更改为组中所有用户都可以访问的位置。
    • 以组方式进行安装之前,按 IBM Installation Manager 文档的“组方式路线图”中所述设置组、许可权和环境变量。

    有关安装 Installation Manager 的更多信息,请参阅 IBM Installation Manager 文档

  2. 获取包含 Web 服务器插件安装文件的产品存储库。
    有三个基本选项用于获取并安装 Installation Manager 和产品。
    • 访问物理介质,并使用本地安装

      可以访问产品介质上的产品存储库。

    • 从 Passport Advantage® 站点下载文件并执行本地安装
      具有 Passport Advantage 标识和密码的授权客户可以从 Passport Advantage 站点下载必需的产品存储库。
      提示: 请参阅从 Passport Advantage Online 下载 WebSphere Application Server,以获取可从 IBM Passport Advantage Online Web 站点下载的 IBM WebSphere Application Server V9.0 安装映像的列表以及其他信息。

      使用 Installation Manager 从已下载的存储库安装该产品。

    • 访问活动存储库,并使用基于 Web 的安装

      如果您具有 Passport Advantage 标识和密码,那么可以从基于 Web 的存储库安装产品。

      使用 Installation Manager 从基于 Web 的存储库安装产品,此存储库位于:
      http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.v90 
      注: 此位置不包含可以使用 Web 浏览器访问的 Web 页面。这是基于 Web 的远程存储库位置,您必须为 -repositories 参数的值指定此位置,以便 imcl 命令可以访问此存储库中的文件来安装产品。

      您应该尽可能地使用基于 Web 的远程存储库,以便访问最新的安装文件。

    注意:
    • 如果您没有 Passport Advantage 标识和密码,那么必须从介质上的产品存储库或从本地存储库安装产品。
    • 通过 Packaging Utility,可以创建和管理安装库软件包。可以将多个软件包复制到一个存储库中,或者将一个产品的多个磁盘复制到一个存储库中。例如,可以将软件包从 Passport Advantage 或基于 Web 的存储库复制到本地存储库。有关 Packaging Utility 的更多信息,请访问 IBM Installation Manager 文档

关于此任务

对于转换用户 对于转换用户: IBM SDK Java™ Technology Edition V8 是 WebSphere® Application Server V9.0 的 Java SDK 版本。 IBM SDK Java Technology Edition 不再嵌套在 IBM HTTP Server for WebSphere Application Server中。Java SDK 作为单独产品提供,在安装 IBM HTTP Server 时必须安装此 SDK。trns
限制: 在 AIX 或其他 UNIX 平台上,您只能以 IMCL/Silent/GUI 方式配置 HTTP 端口(即,user.ihs.httpPort)。无法在安装 IBM HTTP Server 的同时执行管理配置。您需要先安装 IBM HTTP Server;然后,可以使用基于 GUI 的插件配置工具或 pct 命令行工具来执行管理配置。

过程

  1. 如果要使用已认证的远程存储库,请创建主密码文件并记录凭证存储文件以访问该存储库。
    1. 如果没有主密码文件,请创建该文件。

      主密码文件是包含口令(例如“此文本是主密码”)的文本文件。此文件用来保护认证凭证。

      提示: 要保护此文件,请根据您的操作系统的情况相应地设置许可权来限制对此文件的访问。
    2. 从命令行,切换到 Installation Manager 的安装目录中的 eclipse 子目录。
    3. 使用 -record 选项从命令行启动 Installation Manager。
    4. 当打开一个窗口,请求已认证远程存储库的凭证时,请输入正确的凭证,并保存这些凭证。
    5. 单击文件 > 退出以关闭 Installation Manager。

    有关更多信息,请阅读 IBM Installation Manager 文档

  2. 记录用于安装 IBM HTTP Server 的响应文件:在您的某个系统上,完成下列操作以记录用于安装 IBM HTTP Server 的响应文件。
    1. 从命令行,切换到 Installation Manager 的安装目录中的 eclipse 子目录。
    2. 使用 -record 选项从命令行启动 Installation Manager。
      例如:
      • [Windows]管理员或非管理员:
        IBMIM.exe -skipInstall "C:\temp\imRegistry" 
          -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt
          -record C:\temp\install_response_file.xml
      • [AIX][HP-UX][Linux][Solaris]管理员:
        ./IBMIM -skipInstall /var/temp/imRegistry 
          -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt
          -record /var/temp/install_response_file.xml
      • [AIX][HP-UX][Linux][Solaris]非管理员:
        ./IBMIM -skipInstall user_home/var/temp/imRegistry 
          -secureStorageFile user_home/var/IM/credential.store -masterPasswordFile user_home/var/IM/master_password.txt
          -record user_home/var/temp/install_response_file.xml
      提示: 记录新的响应文件时,可以指定 -skipInstall 参数。使用此参数具有以下优点:
      • 实际不会安装任何文件,这样可以提高记录速度。
      • 如果将临时数据位置与 -skipInstall 参数配合使用,那么 Installation Manager 会在记录时将安装注册表写入指定的数据位置。当您在不使用 -skipInstall 参数的情况下再次启动 Installation Manager 时,就可以使用响应文件根据真正的安装注册表来进行安装。

        不应在 Installation Manager 所使用的实际代理程序数据位置使用 -skipInstall 操作。不支持这样做。请使用空白的可写位置,并对以后的记录会话复用该位置。

      有关更多信息,请阅读 IBM Installation Manager 文档

    3. 将适当的存储库添加到 Installation Manager 首选项中。
      1. 在菜单中,单击文件 > 首选项
      2. 选择存储库
      3. 对每个存储库完成下列操作:
        1. 单击添加存储库
        2. 输入基于 Web 的远程存储库中 repository.config 文件的路径,或输入存储库文件所解压缩至的本地目录。
          例如:
          • 远程存储库:
            https://downloads.mycorp.com:8080/WAS_90_repository
            http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.v90
          • 本地存储库:
            • [Windows]C:\repositories\ihs\local-repositories
            • [AIX][HP-UX][Linux][Solaris]/var/repositories/ihs/local-repositories
        3. 单击确定
      4. 单击应用
      5. 单击确定
    4. 单击安装
      注: 如果系统提示您进行认证,请使用您在程序 Web 站点上注册时使用的 IBM 标识和密码。

      Installation Manager 将在其定义存储库中搜索可用的软件包。

    5. 安装软件包窗口中,完成适当的操作。
      1. 选择 IBM HTTP Server for WebSphere Application Server 和相应的版本。
        注: 如果您要安装此产品的试用版,请选择 IBM HTTP Server Trial 和相应的版本。

        如果系统上已安装 IBM HTTP Server,那么会显示一条消息,指示已安装 IBM HTTP Server。要在另一个位置创建 IBM HTTP Server 的另一安装版本,请单击继续

      2. 选择 IBM SDK Java Technology Edition 的版本。
      3. 单击下一步
    6. 接受许可协议中的条款,然后单击下一步
    7. 选择一个共享资源目录,此目录应包含可以由多个安装软件包共享的资源,然后单击下一步
      要点: 仅当您首次使用 Installation Manager 安装软件包时,才能选择共享资源目录。为了获取最佳结果,请为将来的共享资源软件包选择具有足够可用空间的位置。在卸载所有软件包之前,无法更改该目录位置。
    8. 指定 IBM HTTP Server 二进制文件的安装根目录,这些二进制文件也称为核心产品文件或系统文件。

      面板还将显示共享资源目录和磁盘空间信息。

      除非您安装维护,否则核心产品文件不会更改。
      限制:
      • 唯一受支持的体系结构为 64 位体系结构。
      • 删除缺省目标目的地并让安装目录字段为空时,将阻止您继续。
      • 请不要使用符号链接作为目标目录。

        不支持符号链接。

      • 请勿在安装目录的名称中使用空格。

        这些空格不受支持。

      • 请勿在目录名称中使用分号。

        如果目标目录包含分号,那么 IBM HTTP Server 将无法正确安装。

        [Windows]在 Windows 系统上,分号是用来构造类路径的字符。

      • [Windows]在 Windows 7、Windows 8 和 Windows Server 2012 操作系统上,最大路径长度为 260 个字符。
    9. 单击下一步
    10. 单击下一步以显示“IBM HTTP Server 的配置”面板。
    11. [Windows]在“ IBM HTTP Server 的配置”面板上,指定 Web 服务器配置。
      • 指定 IBM HTTP Server 将用于通信的端口号。缺省端口为 80。
      • 选择是否使用 Windows 服务来运行 IBM HTTP Server。
        注: 此面板上有一个用于为 IBM HTTP Server 创建 Windows 服务的选项。您可以将服务配置为以本地系统帐户或您指定的用户标识运行。该用户标识需要下列高级用户权限:
        • 作为操作系统的一部分
        • 作为服务登录
        要点: 如果未选择将 IBM HTTP Server 作为 Windows 服务运行,那么此 IBM HTTP Server 实例将无法通过 WebSphere Application Server 管理控制台来停止或启动。安装之后,您可以随时通过运行以下命令来创建新的服务:
        ihs_root/bin/httpd.exe -n new_service_name -k install 
        然后,在管理控制台中更新 Web 服务器定义以反映新服务名称。
      • 确定启动类型是自动还是手动。
    12. [AIX HP-UX Solaris]在“ IBM HTTP Server 的配置”面板上,指定 Web 服务器配置。

      指定 IBM HTTP Server 将用于通信的端口号。缺省端口为 80。

    13. 单击下一步
    14. 查看摘要信息,然后单击安装
      • 如果安装成功,那么程序会显示一条消息,指示安装成功。
        注: 程序可能还会显示重要的安装后指示信息。
      • 如果安装不成功,请单击查看日志文件对问题进行故障诊断。
    15. 单击完成
    16. 单击文件 > 退出以关闭 Installation Manager。
  3. 使用响应文件以静默方式安装 IBM HTTP Server:
    1. 可选: 使用响应文件安装凭证存储文件:在要安装 IBM HTTP Server 的每个系统上,转至命令行,切换到 Installation Manager 安装目录中的 eclipse/tools 子目录,然后以静默方式安装凭证存储文件。
      例如:
      • [Windows]管理员或非管理员:
        imcl.exe -acceptLicense 
          input C:\temp\credential_response_file.xml 
          -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt
          -log C:\temp\credential_log.xml
      • [AIX][HP-UX][Linux][Solaris]管理员:
        ./imcl -acceptLicense 
          input /var/temp/credential_response_file.xml 
          -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt
          -log /var/temp/credential_log.xml
      • [AIX][HP-UX][Linux][Solaris]非管理员:
        ./imcl -acceptLicense 
          input user_home/var/temp/credential_response_file.xml 
          -secureStorageFile user_home/var/IM/credential.store -masterPasswordFile user_home/var/IM/master_password.txt
          -log user_home/var/temp/credential_log.xml
    2. 使用响应文件以静默方式安装 IBM HTTP Server:在要安装 IBM HTTP Server 的每个系统上,转至命令行,切换到 Installation Manager 安装目录中的 eclipse/tools 子目录,然后以静默方式安装 IBM HTTP Server。
      例如:
      • [Windows]管理员或非管理员:
        imcl.exe -acceptLicense 
          -input C:\temp\install_response_file.xml 
          -log C:\temp\install_log.xml 
          -secureStorageFile C:\IM\credential.store  -masterPasswordFile C:\IM\master_password.txt
        -repositories C:\IHS_REPOSITORY\ -installationDirectory C:\IHS -sharedResourcesDirectory C:\IM\IMShared\ -acceptLicense 
        -properties "user.ihs.httpPort=80,user.ihs.allowNonRootSilentInstall=true"
      • [AIX][HP-UX][Linux][Solaris]管理员:
        ./imcl -acceptLicense 
          -input /var/temp/install_response_file.xml 
          -log /var/temp/install_log.xml 
          -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt
          -repositories /root/IHS/ -installationDirectory /QIBM/ProdData/IHS -sharedResourcesDirectory 
        /QIBM/UserData/InstallationManager/IMShared/ -acceptLicense -properties "user.ihs.httpPort=80,user.ihs.allowNonRootSilentInstall=true"
      • [AIX][HP-UX][Linux][Solaris]非管理员:
        ./imcl -acceptLicense 
          -input user_home/var/temp/install_response_file.xml 
          -log user_home/var/temp/install_log.xml 
          -secureStorageFile user_home/var/IM/credential.store -masterPasswordFile user_home/var/IM/master_password.txt
          -repositories /root/IHS/ -installationDirectory /QIBM/ProdData/IHS -sharedResourcesDirectory 
        /QIBM/UserData/InstallationManager/IMShared/ -acceptLicense -properties "user.ihs.httpPort=80,user.ihs.allowNonRootSilentInstall=true"
      注意:
      • 在此产品的安装映像或存储库的 lafilesproduct_name/lafiles 子目录中的许可协议文件中提供了相关条款和条件、声明以及其他信息。
      • 程序可能会将重要的安装后指示信息写入到标准输出。

      有关更多信息,请阅读 IBM Installation Manager 信息中心

[Windows]

示例

下面是用于以静默方式安装 IBM HTTP Server 和 IBM SDK Java Technology Edition V8 的响应文件的示例。
要点: 因为 IBM SDK Java Technology Edition 是您安装 IBM HTTP Server 时必须安装的单独产品, 所以响应文件必须包含两个 <offering> 元素:一个用于 IBM HTTP Server,另一个用于 Java SDK。
<?xml version="1.0" encoding="UTF-8"?>

<!-- ##### Copyright ######################################################
# Licensed Materials - Property of IBM (c) Copyright IBM Corp. 2011. 
# All Rights Reserved. US Government Users Restricted Rights-Use, duplication 
# or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
####################################################################### -->

<!-- ##### Frequently Asked Questions #####################################
# The latest information about using Installation Manager is 
# located in the online Information Center. There you can find 
# information about the commands and attributes used in 
# silent installation response files.
# 
#     Installation Manager Information Center can be found at:
#     http://www.ibm.com/support/knowledgecenter/SSDV2W/im_family_welcome.html
# 
# Question 1. How do I record a response file using Installation Manager?
# Answer 1. Start Installation Manager from the command line under the 
# eclipse subdirectory with the record parameter and it will generate a   
# response file containing actions it performed, repositories it used, and   
# its preferences settings. Optionally use the -skipInstall parameter if 
# you do not want the product to be installed to the machine. Specify a   
# new agentDataLocation location value when doing a new installation. Do  
# not use an existing agentDataLocation for an installation because it might  
# damage the installation data and prevent you from modifying, updating,  
# rolling back, or uninstalling the installed packages.
#
# Windows: IBMIM -record <responseFile> -skipInstall <agentDataLocation>
# Linux or UNIX: ./IBMIM -record <responseFile> -skipInstall <agentDataLocation>
# 
# For example:
#   Windows = IBMIM.exe -record c:\temp\responsefiles\WASv9.install.Win32.xml
#     -skipInstall c:\temp\skipInstall\WebSphere_Temp_Registry
#   Linux or UNIX = ./IBMIM -record /home/user/responsefiles/WASv9.install.RHEL64.xml
#     -skipInstall c:\temp\skipInstall\WebSphere_Temp_Registry
# 
# Question 2. How do I run Installation Manager silently using response file?
# Answer 2. Create a silent installation response file and run the following command 
# from the eclipse\tools subdirectory in the directory where you installed 
# Installation Manager:
#
#   Windows = imcl.exe -acceptLicense -showProgress 
#     input <response_file_path_and_name> -log <log_file_path_and_name> 
#   Linux, UNIX, IBM i and z/OS = ./imcl -acceptLicense -showProgress  
#     input <response_file_path_and_name> -log <log_file_path_and_name> 
# 
# For example: 
#   Windows = imcl.exe -acceptLicense -showProgress
#     input c:\temp\responsefile\WASv9.install.Win32.xml 
#   Linux, UNIX, IBM i and z/OS = ./imcl -acceptLicense -showProgress
#     input /home/user/responsefile/WASv9.install.RHEL64.xml
# 
# The -acceptLicense command must be included to indicate acceptance of all
#     license agreements of all offerings being installed, updated or modified.
# The -showProgress command shows progress when running in silent mode.
# Additional commands can be displayed by requesting help:  IBMIM -help
# 
# Question 3. How do I store and pass credentials to repositories that 
# require authentication?
# Answer 3. Installation Manager uses a key ring file to store encrypted
# credentials for authenticating with repositories. Follow this two-step
# process for creating and using a key ring file with Installation Manager.
# 
# First, create a credential storage file with your credentials by starting 
# Installation Manager from the command line under eclipse subdirectory 
# with the -secureStorageFile parameter.
# Use the optional -masterPasswordFile parameter to password protect your file
# with a passphrase in a text file.
# 
#   Windows = IBMIM.exe -secureStorageFile <path and file name>
#                       -masterPasswordFile <path and file name>
#   Linux, UNIX, IBM i and z/OS = ./IBMIM -secureStorageFile <path and file name> 
#                                 -masterPasswordFile <path and file name>
# 
# Installation Manager will start in graphical mode. Verify that the 
# repositories to which you need to authenticate are included in the 
# preferences, File / Preferences / Repositories. If they are not 
# listed, then click Add Repositories to add the URL or UNC path.
# Installation Manager will prompt for your credentials. If the repository 
# is already in the list, then any attempt to access the repository location, 
# such as clicking the Test Connections button, will also prompt for your
# credentials. Enter the correct credential and check the Save password 
# checkbox. The credentials are saved to the key ring file you specified. 
# 
# Second, when you start a silent installation, run imcl under eclipse/tools
# subdirectory, and provide Installation Manager with the location of the  
# credential storage file and the password if the file is protected. For example:
#
#   Windows = imcl.exe -acceptLicense -showProgress
#     input <path and file name of response file>
#     -secureStorageFile <path and file name>
#     -masterPasswordFile <path and file name>
#   Linux, UNIX, IBM i and z/OS = ./imcl -acceptLicense -showProgress
#     input <path and file name of response file> 
#     -secureStorageFile <path and file name>
#     -masterPasswordFile <path and file name>
#
####################################################################### -->

<!-- ##### Agent Input ##############################################
#
# Use "-acceptLicense" command line option to accept license agreements.
#
# The clean and temporary attributes specify the repositories and other
# preferences Installation Manager uses and whether those settings
# should persist after the installation finishes.
# 
# Valid values for clean:
#      true = only use the repositories and other preferences that are 
#           specified in the response file.
#      false = use the repositories and other preferences that are 
#           specified in the response file and Installation Manager.
# 
# Valid values for temporary:
#      true = repositories and other preferences specified in the 
#           response file do not persist in Installation Manager.
#      false = repositories and other preferences specified in the 
#           response file persist in Installation Manager.
# 
####################################################################### -->

<agent-input clean="true" temporary="true">

<!-- ##### Repositories ###################################################
# Repositories are locations that Installation Manager queries for 
# installable packages. Repositories can be local (on the machine
# with Installation Manager) or remote (on a corporate intranet or 
# hosted elsewhere on the internet). 
# 
# If the machine using this response file has access to the internet, 
# then include the IBM WebSphere Live Update Repositories in the list 
# of repository locations. 
# 
# If the machine using this response file cannot access the internet, 
# then comment out the IBM WebSphere Live Update Repositories and 
# specify the URL or UNC path to custom intranet repositories and 
# directory paths to local repositories to use.
# 
####################################################################### -->

<server>
    <!-- ##### IBM WebSphere Live Update Repositories ####################
     # These repositories contain IBM HTTP Server offerings, 
     # and updates for those offerings
     # 
     # To use the secure repository (https), you must have an IBM ID, 
     # which can be obtained by registering at: http://www.ibm.com/account
     # or your Passport Advantage account.		 
     # 
     # And, you must use a key ring file with your response file.
     ################################################################## -->
<!--repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.v90" /> -->
    <!-- <repository location="https://www.ibm.com/software/rational/repositorymanager/repositories/websphere" /> -->

    <!-- ##### Custom Repositories #######################################
     # Uncomment and update the repository location key below 
     # to specify URLs or UNC paths to any intranet repositories 
     # and directory paths to local repositories to use.
     ################################################################## -->
    <!-- <repository location='https:\\w3.mycompany.com\repositories\'/> -->
    <!-- <repository location='/home/user/repositories/websphere/'/> -->

    <!-- ##### Local Repositories ########################################
     # Uncomment and update the following line when using a local
     # repository located on your own machine to install a 
     # IBM HTTP Server offering.
     ############################################################# -->
    <!-- <repository location='insert the full directory path inside single quotes'/> -->
    <repository location='C:\Documents and Settings\Administrator\DownloadDirector\V9IHS'/>
</server>

<!-- ##### Install Packages ##########################################
#
# Install Command
#
# Use the install command to inform Installation Manager of the 
# installation packages to install. 
# 
# The modify attribute is optional and can be paired with an install 
# command to add features or paired with an uninstall command to 
# remove commands. If omitted, the default value is set to false.
#    false = indicates not to modify an existing install by adding 
#            or removing features.
#    true = indicates to modify an existing install by adding or 
#           removing features.
# 
# The offering ID attribute is required because it specifies the 
# offering to be installed. The offering listed must be present in 
# at least one of the repositories listed earlier. The example 
# command below contains the offering ID for the IBM HTTP Server. 
# 
# The version attribute is optional. If a version number is provided, 
# then the offering will be installed at the version level specified 
# as long as it is available in the repositories. If the version 
# attribute is not provided, then the default behavior is to install 
# the latest version available in the repositories. The version number 
# can be found in the repository.xml file in the repositories.
# For example, <offering ... version='9.0.0.20160617_2222'>.
# 
# The profile attribute is required and typically is unique to the
# offering. If modifying or updating an existing installation, the 
# profile attribute must match the profile ID of the targeted installation 
# of IBM HTTP Server.
# 
# The features attribute is optional. Offerings always have at least
# one feature; a required core feature which is installed regardless 
# of whether it is explicitly specified. If other feature names 
# are provided, then only those features will be installed. 
# Features must be comma delimited without spaces.
# 
# The installFixes attribute indicates whether fixes available in 
# repositories are installed with the product. By default, all 
# available fixes will be installed with the offering.
# 
# Valid values for installFixes:
#      none = do not install available fixes with the offering.
#      recommended = installs all available recommended fixes with the offering.
#      all = installs all available fixes with the offering.
# 
# Interim fixes for offerings also can be installed while they
# are being installed by including the offering ID for the interim
# fix and specifying the profile ID. A commented out example is 
# provided in the install command below.
# 
# Installation Manager supports installing multiple offerings at once.
# Additional offerings can be included in the install command,
# with each offering requiring its own offering ID, version, profile value, 
# and feature values.
# 
# Profile Command
# 
# A separate profile command must be included for each offering listed 
# in the install command. The profile command informs Installation
# Manager about offering specific properties or configuration values.
# 
# The installLocation specifies where the offering will be installed.
# If the response file is used to modify or update an existing 
# installation, then ensure the installLocation points to the 
# location where the offering was installed previously. 
# 
# The eclipseLocation data key should use the same directory path to 
# IBM HTTP Server as the installationLocation attribute.
# 
# Include data keys for product specific profile properties.
# 
####################################################################### -->
<install modify='false'>
<offering id='com.ibm.websphere.IHS.v90' 
 profile='IBM HTTP Server V9.0' 
 features='core.feature' installFixes='none'/>
<offering id='com.ibm.java.jdk.v8'
  profile='IBM HTTP Server V9.0'
  features='com.ibm.sdk.8'/>
</install>

<profile id='IBM HTTP Server V9.0'
 installLocation='C:\Program Files\IBM\HTTPServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\HTTPServer'/>
<data key='user.import.profile' value='false'/>
<data key='user.ihs.http.server.service.name' value='none'/> <!-- Always none if
user.ihs.installHttpService = false  Otherwise Unique Windows service name -->
<data key='user.ihs.httpPort' value='80'/>
<data key='user.ihs.installHttpService' value='false'/>
<!-- data key='user.ihs.http.server.service.name.key  value='Unique Windows service registry key'
Windows Only - Required if user.ihs.installHttpServer = true
data key='user.ihs.win.serverServiceStartType value='auto | demand'/>  Windows Only
data key='user.ihs.win.serverServiceLogOnAsLocalSystem value='true | false'/>  Windows Only
data key='user.ihs.win.serverServiceUser value='local user name'/>  Windows Only
data key='user.ihs.win.serverServicePassword value='local user password'/> Windows Only
Required if data key='user.ihs.win.serverServiceLogOnAsLocalSystem = false
password value can be encrypted using Installation Manager
utility program, <installationManagerRoot>/eclispe/tools/imutilsc
-->
<data key='cic.selector.nl' value='en'/>
</profile>


<!-- ##### Shared Data Location ###########################################
# Uncomment the preference for eclipseCache to set the shared data 
# location the first time you use Installation Manager to do an 
# installation.
# 
# Eclipse cache location can be obtained from the installed.xml file found in 
# Linux/Unix: /var/ibm/InstallationManager
# Windows: C:\Documents and Settings\All Users\Application Data\IBM\Installation Manager
# from the following property:  
# <property name='cacheLocation' value='C:\Program Files\IBM\IMShared'/>
#
# Open the installed.xml file in a text editor because the style sheet 
# might hide this value if opened in a web browser.
#
# After the shared data location is set, it cannot be changed
# using a response file or the graphical wizard.
# 
# Ensure that the shared data location is a location that can be written 
# to by all user accounts that are expected to use Installation Manager.
#
# By default, Installation Manager saves downloaded artifacts to 
# the shared data location. This serves two purposes. 
# 
# First, if the same product is installed a more than once to the machine, 
# then the files in the shared data location will be used rather than 
# downloading them again. 
# 
# Second, during the rollback process, the saved artifacts are used. 
# Otherwise, if the artifacts are not saved or are removed, then 
# Installation Manager must have to access the repositories used to 
# install the previous versions.
# 
# Valid values for preserveDownloadedArtifacts:
#     true = store downloaded artifacts in the shared data location
#     false = remove downloaded artifacts from the shared data location
# 
####################################################################### -->

<!-- 
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files\IBM\IMShared'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> 
-->


<!-- ##### Preferences Settings ###########################################
# Additional preferences for Installation Manager can be specified. 
# These preference correspond to those that are located in the graphical
# interface under File / Preferences. 
# 
# If a preference command is omitted from or commented out of the response 
# file, then Installation Manager uses the preference value that was 
# previously set or the default value for the preference. 
# 
# Preference settings might be added or deprecated in new versions of
# Installation Manager. Consult the online Installation Manager
# Information Center for the latest set of preferences and 
# descriptions about how to use them.
#
# http://www.ibm.com/support/knowledgecenter/SSDV2W/im_family_welcome.html
# 
####################################################################### -->

<!--
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
<preference name='http.ntlm.auth.kind' value='NTLM'/>
<preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
<preference name='PassportAdvantageIsEnabled' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
<preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/>
 --> 
 
</agent-input>

指示主题类型的图标 任务主题



时间戳记图标 最近一次更新时间: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=ihs-dist&topic=tihs_silentinstall
文件名:tihs_silentinstall.html