Creating a response file for applying service in silent mode
Create a response file for applying service, which is required when you run the installation wizard for applying service in silent mode.
Use one of the following options to create a response file:
- Use the supplied template in the samples-scripts directory
in the root directory of the local, or remote CD, or the network drive:
On Windows, use sample-scripts\win\healthcare-fixpack-response.properties
On Linux, use sample-scripts/linux/healthcare-fixpack-response.properties
- Alternatively, use the following template to create a response
file manually:
On Windows, use:
where toolkit folder is WMBT800 when you are using WebSphere® Message Broker Version 8.0.# Fri Sep 02 10:59:32 BST 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 #Locate existing Healthcare installation #--------------------------------------- GA_INSTALL_PATH=C:\\Program Files\\IBM\\MBHealthcare #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
On Linux, use:
where toolkit folder is WMBT800 when you are using WebSphere Message Broker Version 8.0.# Fri Sep 02 10:59:32 BST 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 #Locate existing Healthcare installation #--------------------------------------- GA_INSTALL_PATH=/opt/IBM/MBHealthcare #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
Next:
- Apply service by running the installation wizard in silent mode, see Applying service updates.