#################################################################### ## Copyright (c) 1999, 2007 Oracle. All rights reserved. ## ## ## ## Specify values for the variables listed below to customize ## ## your installation. ## ## ## ## Each variable is associated with a comment. The comment ## ## identifies the variable type. ## ## ## ## Please specify the values in the following format: ## ## ## ## Type Example ## ## String "Sample Value" ## ## Boolean True or False ## ## Number 1000 ## ## StringList {"String value 1","String Value 2"} ## ## ## ## The values that are given as need to be ## ## specified for a silent installation to be successful. ## ## ## ## ## ## This response file is generated by Oracle Software ## ## Packager. ## #################################################################### RESPONSEFILE_VERSION=2.2.1.0.0 #------------------------------------------------------------------------------- #Name : UNIX_GROUP_NAME #Datatype : String #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms. #Example: UNIX_GROUP_NAME = "install" #------------------------------------------------------------------------------- UNIX_GROUP_NAME=dba #------------------------------------------------------------------------------- #Name : FROM_LOCATION #Datatype : String #Description: Complete path to the products.xml. #Example: FROM_LOCATION = "../stage/products.xml" #------------------------------------------------------------------------------- FROM_LOCATION="../stage/products.xml" #------------------------------------------------------------------------------- #Name : ORACLE_HOME #Datatype : String #Description: Complete path of the Oracle Home. #Example: ORACLE_HOME = "C:\OHOME1" #------------------------------------------------------------------------------- ORACLE_HOME="/u02/oem/oms10g" #------------------------------------------------------------------------------- #Name : SOFTWARE_ONLY_INSTALL #Datatype : Boolean #Description: Set to true if softwareonly installation need to be done and configuration can be run later. #Example: b_softwareonly = true #------------------------------------------------------------------------------- b_softwareonly=true #------------------------------------------------------------------------------- #Name : s_sysPassword #Datatype : String #Description: password for repsitory creation , this should be set, if b_softwareonly=true #Example: s_sysPassword="password" #------------------------------------------------------------------------------- s_sysPassword="manager" #------------------------------------------------------------------------------- #Name : TOPLEVEL_COMPONENT #Datatype : StringList #Description: The top level component to be installed in the current session. #The choices are of the form Internal Name, Version : External name. Please use #the internal name and version while specifying the value. # oracle.sysman.patchset, 10.2.0.4.0 : Enterprise Manager Patchset 10.2.0.4.0 #Example: TOPLEVEL_COMPONENT = {"oracle.sysman.patchset","10.2.0.4.0"} #------------------------------------------------------------------------------- TOPLEVEL_COMPONENT={"oracle.sysman.patchset","10.2.0.4.0"} #------------------------------------------------------------------------------- #Name : DEINSTALL_LIST #Datatype : StringList #Description: List of components to be deinstalled during a deinstall session. #The choices are of the form Internal Name, Version : External name. Please use #the internal name and version while specifying the value. # oracle.sysman.patchset, 10.2.0.4.0 : Enterprise Manager Patchset 10.2.0.4.0 #Example: DEINSTALL_LIST = {"oracle.sysman.patchset","10.2.0.4.0"} #------------------------------------------------------------------------------- DEINSTALL_LIST={"oracle.sysman.patchset","10.2.0.4.0"} #------------------------------------------------------------------------------- #Name : SHOW_SPLASH_SCREEN #Datatype : Boolean #Description: Set to true if the initial splash screen in OUI needs to be shown. #Example: SHOW_SPLASH_SCREEN = true #------------------------------------------------------------------------------- SHOW_SPLASH_SCREEN=true #------------------------------------------------------------------------------- #Name : SHOW_WELCOME_PAGE #Datatype : Boolean #Description: Set to true if the Welcome page in OUI needs to be shown. #Example: SHOW_WELCOME_PAGE = false #------------------------------------------------------------------------------- SHOW_WELCOME_PAGE=false #------------------------------------------------------------------------------- #Name : SHOW_SUMMARY_PAGE #Datatype : Boolean #Description: Set to true if the summary page in OUI needs to be shown. #The summary page shows the list of components that will be installed in this #session. #Example: SHOW_SUMMARY_PAGE = true #------------------------------------------------------------------------------- SHOW_SUMMARY_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_INSTALL_PROGRESS_PAGE #Datatype : Boolean #Description: Set to true if the install progress page in OUI needs to be shown. #This page shows the current status in the installation. The current status #includes the product being installed and the file being copied. #Example: SHOW_INSTALL_PROGRESS_PAGE = true #------------------------------------------------------------------------------- SHOW_INSTALL_PROGRESS_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE #Datatype : Boolean #Description: Set to true if the required config assistants page in OUI needs to #be shown. This page shows the list of required configuration assistants that #are part of this installation. It shows the status of each assistant, #including any failures with detailed information on why it failed. #Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true #------------------------------------------------------------------------------- SHOW_REQUIRED_CONFIG_TOOL_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_CONFIG_TOOL_PAGE #Datatype : Boolean #Description: Set to true if the config assistants page in OUI needs to be #shown. This page shows the list of configuration assistants that are part of #this installation and are configured to launch automatically. It shows the #status of each assistant, including any failures with detailed information on #why it failed. #Example: SHOW_CONFIG_TOOL_PAGE = true #------------------------------------------------------------------------------- SHOW_CONFIG_TOOL_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_XML_PREREQ_PAGE #Datatype : Boolean #Description: This variable determines whether or not to show the prereq page. #Example: SHOW_XML_PREREQ_PAGE = true #------------------------------------------------------------------------------- SHOW_XML_PREREQ_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_END_OF_INSTALL_MSGS #Datatype : Boolean #Description: Set to true if the text on end of install screen is to be shown. #The text is always available under /install/readme.txt. #Example: SHOW_END_OF_INSTALL_MSGS = true #------------------------------------------------------------------------------- SHOW_END_OF_INSTALL_MSGS=true #------------------------------------------------------------------------------- #Name : SHOW_ROOTSH_CONFIRMATION #Datatype : Boolean #Description: Set to true if the Confirmation dialog asking to run the root.sh #script in OUI needs to be shown. #Valid only for Unix platforms. #Example: SHOW_ROOTSH_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_ROOTSH_CONFIRMATION=true #------------------------------------------------------------------------------- #Name : SHOW_END_SESSION_PAGE #Datatype : Boolean #Description: Set to true if the end of session page in OUI needs to be shown. #This page shows if the installation is successful or not. #Example: SHOW_END_SESSION_PAGE = true #------------------------------------------------------------------------------- SHOW_END_SESSION_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_EXIT_CONFIRMATION #Datatype : Boolean #Description: Set to true if confirmation when exiting OUI needs to be shown. #Example: SHOW_EXIT_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_EXIT_CONFIRMATION=false #------------------------------------------------------------------------------- #Name : CLUSTER_NODES #Datatype : StringList #Description: This variable represents the cluster node names selected by the #user for installation. Required for RAC installs. #Example: CLUSTER_NODES = {"node1"} #------------------------------------------------------------------------------- CLUSTER_NODES={} #------------------------------------------------------------------------------- #Name : sl_pwdInfo #Datatype : StringList #Description: #sl_pwdInfo will take SYS password; SYS password for repository database; #patchset.rsp file will be used for patching both OMS and Additional Management Agent #But, "sl_pwdInfo" variable is required for only OMS patching and not required for Additional Management Agent #Component : oracle.sysman.top.oms #Example: for SYS password sl_pwdInfo will be { "manager" } #------------------------------------------------------------------------------- sl_pwdInfo="manager" #------------------------------------------------------------------------------- #Name : n_validate #Datatype : number #Description: Flag for validation of sl_pwdInfo # This value should not be modified #Component : oracle.sysman.top.oms #------------------------------------------------------------------------------- n_validate=1