Agent Silent installation


Agent Silent installation steps:-

We have two ways to download the agent either we can download from Metalink or we can download through OEM

NOTE:-

If you do not enter agent port while installing , then either default port 3872 or any free port between 1830 and 1849 will be taken 


####################################################################
## copyright (c) 1999, 2012 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 <Value Required> need to be       ##
## specified for a silent installation to be successful.          ##
##                                                                ##
##                                                                ##
## This response file is generated by Oracle Software             ##
## Packager.                                                      ##
###################################################################


#-------------------------------------------------------------------------------
#OMS_HOST:<String> OMS host info required to connect to OMS
#EM_UPLOAD_PORT:<String> OMS port info required to connect to OMS
#AGENT_REGISTRATION_PASSWORD:<String> Agent Registration Password needed to 
#     establish a secure connection to the OMS.
#b_startAgent:<boolean> Agent will not be started after configuration if the value specified is false.
#AGENT_BASE_DIR=<String> Base directory of agent.
#AGENT_INSTANCE_HOME:<String> Agent instance home is the location of agent state directory.
#AGENT_PORT:<String> Agent port on which the agent process should be started.
#ORACLE_HOSTNAME:<String> Fully qualified domain name of host where is the agent is deployed.
#s_agentHomeName:<String>Customized Oracle home name for the agent home. Example: s_agentHomeName="agent12gR1"
#--------------------------------------------------------------------------------
#Following are mandatory parameters  ----- below are the Parameter needs to be changed as part of silent installation on response file
#--------------------------------------------------------------------------------
OMS_HOST=OMS.serverHOST_NAME.com  
EM_UPLOAD_PORT=1159
AGENT_REGISTRATION_PASSWORD=Agent13c
#--------------------------------------------------------------------------------
#Following are optional parameters
#--------------------------------------------------------------------------------
#b_startAgent=<Value Unspecified>
#AGENT_BASE_DIR=<Value Unspecified>
#AGENT_INSTANCE_HOME=<Value Unspecified>
#AGENT_PORT=<Value Unspecified>
#ORACLE_HOSTNAME=<Value Unspecified>
#s_agentHomeName=<Value Unspecified>
#-------------------------------------------------------------------------------
#s_agentSrvcName:<String> 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_agentSrvcName = "GridAgent"            ;  User specified value 
#-------------------------------------------------------------------------------
#s_agentSrvcName=""
####################################################################################
#Please Don't change the values of these variables
####################################################################################
#-------------------------------------------------------------------------------
#EM_INSTALL_TYPE:<STRING> install type
#-------------------------------------------------------------------------------
EM_INSTALL_TYPE="AGENT"

Save the file response file available on the zip file.

set the below path 

SET PERL5LIB=
set PATH=D:\oracle\Agent13c\agent_13.2.0.0.0\perl\bin;%PATH%   

AGENT_BASE_DIR should be entered in the command prompt only. We will not be able to update this info in agent response file it will not accept.  

D:\Temp\agentDeploy.bat AGENT_BASE_DIR=D:\oracle\Agent13c RESPONSE_FILE=D:\Temp\agent.rsp 



Comments

Popular posts from this blog

Profile password verify function issue - From root

Change character set of Oracle database and using CSSAN and DMU

Upload patch to OEM (12c/13c)