Installing in silent mode

You can install IBM® Integration Bus Healthcare Pack by using the installation wizard in silent mode.

Before you start:
To run the installation wizard in silent mode, you must create a response file that contains the installation options. You can create a response file during an installation by using the graphical installation wizard or you can use the file healthcare-response.properties, a sample response file that is supplied in the installation package. To install silently, you specify the path to the response file as an argument to the installation command.

Complete the following steps to create the response file and run the installation wizard in silent mode:

  1. Use one of the following options to create a response file:
    • Use the graphical installation wizard. You must provide the absolute path for the response file, otherwise the response file is not created by the installation wizard.
      Enter the following command into a command console:
      installer -r C:\Temp\healthcare-response.properties
      where installer is the name of your installer. This command starts the installation wizard as normal, except that it also records all your answers and saves them in the file you specified. You can then use this response file with the silent installer for subsequent installations of IBM Integration Bus Healthcare Pack.
    • Alternatively, use the supplied template in the samples-scripts directory in the local, or remote DVD, or the network drive.
    • Alternatively, use the following template to create a response file manually:
      • Windows
platform On Windows, use the following code:
        # Fri Mar 14 13:23:36 GMT 2014
        # Replay feature output
        # ---------------------
        # This file was built by the Replay feature of InstallAnywhere.
        # It contains variables that were set by Panels, Consoles or Custom Code.
        
        
        
        #Indicate whether the license agreement been accepted
        #----------------------------------------------------
        LICENSE_ACCEPTED=TRUE
        
        #Choose components
        #-----------------
        HCP_PRODUCT_BOOLEAN_1=1
        HCP_PRODUCT_BOOLEAN_2=1
        HCP_PRODUCT_BOOLEAN_3=1
        HCP_PRODUCT_BOOLEAN_4=1
        
        #Choose the IBM Integration Toolkit to extend
        #--------------------------------------------
        TOOLKIT_PATH_CONSOLE_1=C:\\Program Files (x86)\\IBM\\toolkit folder
        
        #Choose the installation directory
        #---------------------------------
        USER_INSTALL_DIR=C:\\Program Files (x86)\\IBM\\HealthcarePack\\3.0.0.0
        where
        • HCP_PRODUCT_BOOLEAN_1 is the Patterns, Nodes and Libraries in the IBM Integration Toolkit component
        • HCP_PRODUCT_BOOLEAN_2 is the Web-based monitoring component
        • HCP_PRODUCT_BOOLEAN_3 is the Operational monitoring in IBM Integration Explorer component
        • HCP_PRODUCT_BOOLEAN_4 is the Medical Device Integration component
        • toolkit folder is the name of the folder where you saved your copy of IBM Integration Toolkit.
      • Linux platform On Linux (x86 and x86-64), use the following code:
        # Fri Mar 14 13:23:36 GMT 2014
        # Replay feature output
        # ---------------------
        # This file was built by the Replay feature of InstallAnywhere.
        # It contains variables that were set by Panels, Consoles or Custom Code.
        
        
        
        #Indicate whether the license agreement been accepted
        #----------------------------------------------------
        LICENSE_ACCEPTED=TRUE
        
        #Choose components
        #-----------------
        HCP_PRODUCT_BOOLEAN_1=1
        HCP_PRODUCT_BOOLEAN_2=1
        HCP_PRODUCT_BOOLEAN_3=1
        HCP_PRODUCT_BOOLEAN_4=1
        
        #Choose the IBM Integration Toolkit to extend
        #--------------------------------------------
        TOOLKIT_PATH_CONSOLE_1=/opt/IBM/toolkit folder
        
        #Choose the installation directory
        #---------------------------------
        USER_INSTALL_DIR=/opt/IBM/HealthcarePack/3.0.0.0
        
        where
        • HCP_PRODUCT_BOOLEAN_1 is the Patterns, Nodes and Libraries in the IBM Integration Toolkit component
        • HCP_PRODUCT_BOOLEAN_2 is the Web-based monitoring component
        • HCP_PRODUCT_BOOLEAN_3 is the Operational monitoring in IBM Integration Explorer component
        • HCP_PRODUCT_BOOLEAN_4 is the Medical Device Integration component
        • toolkit folder is the name of the folder where you saved your copy of IBM Integration Toolkit.
      • UNIX platform Linux platform On UNIX or Linux on POWER®, use the following code:
        # Fri Mar 14 13:23:36 GMT 2014
        # Replay feature output
        # ---------------------
        # This file was built by the Replay feature of InstallAnywhere.
        # It contains variables that were set by Panels, Consoles or Custom Code.
        
        
        
        #Indicate whether the license agreement been accepted
        #----------------------------------------------------
        LICENSE_ACCEPTED=TRUE
        
        #Choose components
        #-----------------
        HCP_PRODUCT_OTHER_BOOLEAN_1=1
        
        #Choose the installation directory
        #---------------------------------
        USER_INSTALL_DIR=/opt/IBM/HealthcarePack/3.0.0.0
        where HCP_PRODUCT_BOOLEAN_1 is the Web-based monitoring component
  2. Run the installation wizard in silent mode with the response file. In the command console, run the following command:
    installer -i silent -f filename
    where installer is the name of your installer, and where filename is the absolute path to the response file, for example, on Windows, C:\Temp\healthcare-response.properties

    If you run the silent install command directly from a command console, the installation wizard completes the installation as a background task.  To check the progress of the installation, see the installation log. Go to installationLocation/HealthcarePack_install.log, where installationLocation is where you installed your IBM Integration Bus Healthcare Pack.

The IBM Integration Bus Healthcare Pack files are installed on your system.
Next:
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 2011, 2014Copyright IBM Corporation 2011, 2014.

        
        Last updated
        
        Last updated : 2014-03-27 09:56:06


Task topicTask topic | Version 3.0.0.0 | ha02020