#################################################################### ## copyright (c) 1999, 2010 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 ################################################################################# #Inputs for Oracle Configuration Manager ################################################################################# #------------------------------------------------------------------------------- #SECURITY_UPDATES_VIA_MYORACLESUPPORT: Whether security updates are reqi- # uired via My Oracle Support #DECLINE_SECURITY_UPDATES: Whether security updates should be declined. #MYORACLESUPPORT_USERNAME & MYORACLESUPPORT_PASSWORD: User name and passw- # ord for My Oracle Support access, these will be effected only when SECU- # RITY_UPDATES_VIA_MYORACLESUPPORT=true #COLLECTOR_SUPPORTHUB_URL: If there is not direct connection and Support # hub is deployed. Need to specify that URL. #------------------------------------------------------------------------------- SECURITY_UPDATES_VIA_MYORACLESUPPORT=FALSE DECLINE_SECURITY_UPDATES=TRUE MYORACLESUPPORT_USERNAME= MYORACLESUPPORT_PASSWORD= COLLECTOR_SUPPORTHUB_URL= ################################################################################ #PARAMETERS FOR SOFTWARE UPDATES ################################################################################ #------------------------------------------------------------------------------- #INSTALL_UPDATES_SELECTION: # Option 1. If you want to skip the software updates, provide # INSTALL_UPDATES_SELECTION="skip" # Option 2. If you have already downloaded the updates then provide # INSTALL_UPDATES_SELECTION="staged" # If you choose the Option 2 then make sure you also provide STAGE_LOCATION. #STAGE_LOCATION: Stage location for software updates. It will be effected # only when INSTALL_UPDATES_SELECTION is set to "staged" #------------------------------------------------------------------------------- INSTALL_UPDATES_SELECTION="skip" STAGE_LOCATION= ################################################################################ #PROXY DETAILS FOR SECURITY UPDATES/ SOFTWARE UPDATES ################################################################################ #------------------------------------------------------------------------------- #PROXY_USER: User name for proxy access. #PROXY_PWD: Password for proxy access. #PROXY_HOST: Server providing proxy access. #PROXY_PORT: Port for proxy access. #------------------------------------------------------------------------------ PROXY_USER=SDS_proxyid PROXY_PWD=SDS_proxypass PROXY_HOST=SDS_proxyhost PROXY_PORT=SDS_proxyport ################################################################################ #Various inputs required for Installation and Configuration ################################################################################ #------------------------------------------------------------------------------- #ORACLE_AGENT_HOME_LOCATION: The location of oracle agent home. #Agent home "agent11g" would be created under the directory specified by #ORACLE_AGENT_HOME_LOCATION. #------------------------------------------------------------------------------- ORACLE_AGENT_HOME_LOCATION=SDS_agentbase #------------------------------------------------------------------------------- #DEINSTALL_LIST: List of components to be deinstalled during a # deinstall session.The following choices are available. The value should # contain only one of these choices.The choices are of the form # Internal Name, Version : External name. Please use the internal name and # version while specifying the value. # oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0 # oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0 # oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0 #------------------------------------------------------------------------------- DEINSTALL_LIST={"oracle.sysman.top.agent","11.1.0.1.0"} #------------------------------------------------------------------------------- #b_silentInstall: The user should not change this value #CLUSTER_NODES: This variable represents the cluster node names # selected by the user for installation. #------------------------------------------------------------------------------- b_silentInstall=true #CLUSTER_NODES= #------------------------------------------------------------------------------- #TOPLEVEL_COMPONENT: The top level component to be installed in the # current session.Value should contain only one of the following available # choices.The choices are of the form Internal Name, Version : External name. # Please use the internal name and version while specifying the value. # oracle.sysman.top.agent, 10.3.0.0.0 : Oracle Management Agent 10.3.0.0.0 # Example: TOPLEVEL_COMPONENT = {"oracle.sysman.top.agent","10.3.0.0.0"} #------------------------------------------------------------------------------- TOPLEVEL_COMPONENT={"oracle.sysman.top.agent","11.1.0.1.0"} #------------------------------------------------------------------------------- #SELECTED_LANGUAGES: Languages in which the components will be installed. # The following choices are available. The value should contain only one of # these choices.The choices are of the form Internal Name : External name. # Please use the internal name while specifying the value. # en, : English # de, : German # es, : Latin American Spanish # es_MX, : Mexican Spanish # es_ES, : Spanish # fr, : French # fr_CA, : Canadian French # it, : Italian # iw, : Hebrew # ja, : Japanese # ko, : Korean # pt_BR, : Brazilian Portuguese # zh_CN, : Simplified Chinese # zh_TW, : Traditional Chinese #Example: SELECTED_LANGUAGES = {"en"} #------------------------------------------------------------------------------- #SELECTED_LANGUAGES={"en"} #------------------------------------------------------------------------------- #COMPONENT_LANGUAGES: Languages in which the components will be installed. # The following choices are available. The value should contain only one of # these choices.The choices are of the form Internal Name : External name. # Please use the internal name while specifying the value. # en, : English # de, : German # es, : Latin American Spanish # es_MX, : Mexican Spanish # es_ES, : Spanish # fr, : French # fr_CA, : Canadian French # it, : Italian # iw, : Hebrew # ja, : Japanese # ko, : Korean # pt_BR, : Brazilian Portuguese # zh_CN, : Simplified Chinese # zh_TW, : Traditional Chinese #Example: COMPONENT_LANGUAGES = {"en"} #------------------------------------------------------------------------------- COMPONENT_LANGUAGES={"en"} #------------------------------------------------------------------------------- #OMS_HOST: OMS host info required to connect to OMS #OMS_PORT: OMS port info required to connect to OMS #AGENT_REGISTRATION_PASSWORD: Agent Registration Password needed to # establish a secure connection to the OMS. #------------------------------------------------------------------------------- OMS_HOST=SDS_omshost OMS_PORT=SDS_omsport AGENT_REGISTRATION_PASSWORD=SDS_omspassword #------------------------------------------------------------------------------- #s_agentServiceName: Sets the agent Service Name and this variable can be # used to overrite the agent service name calculated by the install. This is # required for only Windows. # Example: # s_agentServiceName = "Oracleagent10gAgent" ; default value # s_agentServiceName = "GridAgent" ; User specified value #------------------------------------------------------------------------------- #s_agentServiceName="" #################################################################################### #Please Don't change the values of these variables #################################################################################### #------------------------------------------------------------------------------- #FROM_LOCATION: Complete path to the products.xml. #b_upgrade: "whether it is Upgrade or not" #EM_INSTALL_TYPE: install type #------------------------------------------------------------------------------- FROM_LOCATION="../stage/products.xml" b_upgrade=false EM_INSTALL_TYPE="AGENT"