Installing in silent mode

You can install IBM® WebSphere® Message Broker Connectivity Pack for Healthcare by using the installation wizard in console mode on Windows and Linux.

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 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 commands into a command prompt:
      • Windows
platform On Windows, use:
        install.exe -r C:\Temp\healthcare-response.properties
      • Linux platform On Linux, use:
        install.bin -r /tmp/healthcare-response.properties
      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 WebSphere Message Broker Connectivity Pack for Healthcare.
    • Alternatively, use the supplied template in the samples-scripts directory in the root directory of the local, or remote CD, or the network drive:
      • Windows
platform On Windows, use sample-scripts\win\healthcare-response.properties
      • Linux platform On Linux, use sample-scripts/linux/healthcare-response.properties
    • Alternatively, use the following template to create a response file manually:
      • Windows
platform On Windows, use:
        # Wed Mar 16 16:31:31 GMT 2011
        # 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.
        
        
        #This variable must be set to accept the license
        #-----------------------------------------------
        LICENSE_ACCEPTED=TRUE
        
        #Choose the setup type
        #---------------------
        SETUP_TYPE=\"Typical\",\"\"
        SETUP_TYPE_1=Typical
        SETUP_TYPE_2=
        SETUP_TYPE_BOOLEAN_1=1
        SETUP_TYPE_BOOLEAN_2=0
        
        #Choose the Message Broker Toolkit to extend
        #-------------------------------------------
        USER_MAGIC_FOLDER_2=C:\\Program Files\\IBM\\toolkit folder
        
        #Choose the installation directory
        #---------------------------------
        USER_INSTALL_DIR=C:\\Program Files\\IBM\\MBHealthcare
        where toolkit folder is WMBT700 if you are using WebSphere Message Broker Version 7.0 or WMBT800 if you are using WebSphere Message Broker Version 8.0.
      • Linux platform On Linux, use:
        # Mon Mar 21 13:46:16 GMT 2011
        # 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.
        
        
        #This variable must be set to accept the license
        #-----------------------------------------------
        LICENSE_ACCEPTED=TRUE
        
        #Choose the setup type
        #---------------------
        SETUP_TYPE=\"Typical\",\"\"
        SETUP_TYPE_1=Typical
        SETUP_TYPE_2=
        SETUP_TYPE_BOOLEAN_1=1
        SETUP_TYPE_BOOLEAN_2=0
        
        #Choose the Message Broker Toolkit to extend
        #-------------------------------------------
        USER_MAGIC_FOLDER_2=/opt/IBM/toolkit folder
        
        #Choose the installation directory
        #---------------------------------
        USER_INSTALL_DIR=/opt/IBM/MBHealthcare
        where toolkit folder is WMBT700 if you are using WebSphere Message Broker Version 7.0 or WMBT800 if you are using WebSphere Message Broker Version 8.0.
  2. To run the installation wizard in silent mode with the response file, run the following command:
    • Windows
platform On Windows, use:
      install.exe -i silent -f filename
    • Linux platform On Linux, use:
      install.bin -i silent -f filename
    where filename is the absolute path to the response file, for example, on Windows, C:\Temp\healthcare-response.properties
Next:
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 2011, 2012Copyright IBM Corporation 2011, 2012.

        
        Last updated
        
        Last updated : 2012-04-12 17:14:19


Task topicTask topic | Version 7.0.0.2 | ha02020