Skip to content

OEM 11G AGENT INSTALLATION in parallel with OEM 10G AGENT

Prerequisites
  1. Need Separate mount point 11g OEM Agent
  2. Need Binaries for 11g OEM Agent
  3. Validate /etc/hosts entry for similar entry for the host in both target and the host-server.
  4. Validate the pings to the host and source and the source to host
  5. Need the validation of OEM configuration and passwords:
    1. OMS_HOST=XXX.XX.XX.XXX
    2. OMS_PORT=XXXX
    3. AGENT_REGISTRATION_PASSWORD=XXXXXXXXX
    4. Validate the permission for the host and the folders.

Installation Process

    1. Unzip the binary.

Set the additional_responce.rsp with the following parameter

  1. SECURITY_UPDATES_VIA_MYORACLESUPPORT=FALSE
  2. DECLINE_SECURITY_UPDATES=TRUE
  3. ORACLE_AGENT_HOME_LOCATION=/OEMAGENT11G/oracle/oemagent
  4. b_silentInstall=true
  5. OMS_HOST=<OEM HOST>
  6. OMS_PORT=<OEM PORT>
  7. AGENT_REGISTRATION_PASSWORD=<PLEASE SET THE PASSWORD>
  8. Create ORACLE_AGENT_HOME_LOCATION.

Unset the following ORACLE PARAMETERS(Ensure that there are no entry in this to your production DB/CLUSTER/10g AGENT home)

  1. ORACLE_HOME
  2. ORACLE_SID
  3. LIBPATH
  4. LD_LIBRARY_PATH
  5. PATH

<UNZIP_DIR>/<runInstaller> -silent -responseFile <location>/additional_agent.rspRun the installation

        1. After the completion of the setup and validate from the logs and then validate the agent status

 

Login to the OEM and configure the database via valid credentials

  1. ORACLE_HOME
  2. Dbsnmp password
  3. ORACLE_SID
  4. LISTENER Port

Installation Complete