################################################################################ # # InstallShield Response File for Installing a NewPatching an installed Instance # # This file contains values that can be used to configure the installation program with the options # specified below when the wizard is run with the "-options" command line option. # Read the instructions contained in each section to customize the options and their respective values. # # A common use of a response file is to run the wizard in silent mode. This enables you to # specify wizard keywords without running the # wizard in graphical mode. # # The keywords that can be specified for the wizard are listed below. To install in silent mode, # follow these steps: # # 1. Customize the value of the required keywords (search for the lines starting with -W). # This file contains both UNIX and Windows specific keywords. The required keywords are # customized for a Windows workstation. # # 2. Enable the optional keywords by removing the leading '###' characters from the # line (search for '###' to find the keywords you can set). # # 3. Specify a value for a keyword by replacing the characters within double quotation # marks "". # # 4. Save the changes to the file. # # 5. Enter the following command: # On UNIX: # SETUP.bin -options patchInstall.txt -silent # On Windows: # SETUP.exe -options patchInstall.txt -silent # # ################################################################################ ################################################################################ # # # # INSTALLATION PATH # # [Installation directory] # The fully qualified path to the location of the IBM # Tivoli Workload Scheduler instance to patch . # -P installLocation="/opt/TWS/" -P installLocation="\win32app\TWS\" # IBM TIVOLI WORKLOAD SCHEDULER USER # [Windows IBM Tivoli Workload Scheduler user name] # The user name for which IBM Tivoli Workload Scheduler is being # patched. -W instanceName.value="" ################################################################################ # # INSTALLATION TYPE # # The type of action you want to perform. # Possible value are: APPLY, UNDO, COMMIT # This file is customized to perform an # APPLY action. -W installWizardAction.taskType=APPLY ################################################################################ # # AGENT TYPE # # The type of IBM Tivoli Workload Scheduler agent installed to patch. Enable the keyword for # the type of agent you want to patch. This file is customized to patch a # fault-tolerant agent. # Standard agent: ### -W installOption.value="-D st_agent=true -D ft_agent=false -D master=false -D bkm_agent=false" # Master domain manager: ### -W installOption.value="-D st_agent=false -D ft_agent=false -D master=true -D bkm_agent=false" # Backup master: ### -W installOption.value="-D st_agent=false -D ft_agent=false -D master=false -D bkm_agent=true" # Fault-tolerant agent: -W installOption.value="-D st_agent=false -D ft_agent=true -D master=false -D bkm_agent=false"