Overview
In order to investigate the issue of
Unable to Connect to OMS on CRONULLA
, RDA along with the
EMDIAG
tools,
agtvfy
and
omsvfy
, were installed.
References
- Information Center: RDA for Enterprise Manager Base Platform (Doc ID 1645180.2)
- EM 12c Cloud Control : 4 Quick Steps to Run RDA against Enterprise Manager OMS, Repository and Agent Installations (Doc ID 1622471.1)
- EMDIAG Troubleshooting Kits Master Index (Doc ID 421053.1)
- EMDIAG Agtvfy 12c Kit - Download and Install (Doc ID 1374441.1)
- Download the EMDIAG agtvfy kit Release 2014.0318
- EMDIAG Omsvfy 12c Kit - Download and Install (Doc ID 1374450.1)
- Download the EMDIAG omsvfy kit (OMS Release 12c) Release 2014.0318
- Remote Diagnostic Agent 8.03
Procedure
Overview
EMDIAG Troubleshooting Kits Master Index (Doc ID 421053.1) recommends that the latest EMDiag kits are installed before running the RDA .
STEP 1. Installation of The EMDIAG Diagnostic Kits
The overall procedure is in EM 12c Cloud Control : 4 Quick Steps to Run RDA against Enterprise Manager OMS, Repository and Agent Installations (Doc ID 1622471.1) .
repvfy
is installed in
13 Install REPVFY
on GRIDCTRL.
Download Software
The following software is downloaded into
/opt/app/oracle/software
on CRONULLA:
- Download the EMDIAG agtvfy kit Release 2014.0318
- Download the EMDIAG omsvfy kit (OMS Release 12c) Release 2014.0318
Make Directories
The following directories are made for the
EMDIAG
software:
mkdir -p /opt/app/oracle/em/middleware/oms/emdiag mkdir -p /opt/app/oracle/em/agent/core/12.1.0.3.0/emdiag
Unzip the Software
Used the following commands to install the software:
cd /opt/app/oracle/software unzip -q omsvfy12c20140318.zip -d /opt/app/oracle/em/middleware/oms/emdiag unzip -q agtvfy12c20140318.zip -d /opt/app/oracle/em/agent/core/12.1.0.3.0/emdiag
Verify Installation of OMSVFY
Used the following command to verify the installation of
omsvfy
:
export ORACLE_HOME=/opt/app/oracle/em/middleware/oms /opt/app/oracle/em/middleware/oms/emdiag/bin/omsvfy version
The output is:
Component Version -------------------- ------------------------- OMSVFY 2014.0318 Linux EL6.5 3.8.13 x86_64-linux-thread-mult -------------------- ------------------------- OMS 12.1.0.3.0 OMS DST Files 4 OMS JDK 1.6.0_43 OMS JRE 1.6.0_43 OMS JRE DST tzdata2012i OMS JSch 0.1.44o OMS OPatch 11.1.0.10.0 OMS OUI 11.1.0.11.0 OMS PERL 5.10.0 OMS Zip 3.0 OMS Unzip 6.00 -------------------- ------------------------- JRF 11.1.1.2.0 JRF OPatch 11.1.0.9.0 JRF OUI 11.1.0.9.0 -------------------- ------------------------- Webtier 11.1.1.6.0 Webtier DST Files 4 Webtier JDK 1.6.0_29 Webtier JRE 1.6.0_29 Webtier JRE DST tzdata2011g Webtier OPatch 11.1.0.9.0 Webtier OUI 11.1.0.9.0 Webtier Zip 2.32 Webtier Unzip 5.52 -------------------- ------------------------- WebLogic Server 10.3.6.0 WebLogic JDK 1.6.0_43 WebLogic JRE 1.6.0_43 WebLogic JRE DST tzdata2012i -------------------- -------------------------
Verify Installation of AGTVFY
Used the following command to verify the installation of
agtvfy
:
export ORACLE_HOME=/opt/app/oracle/em/agent/core/12.1.0.3.0 /opt/app/oracle/em/agent/core/12.1.0.3.0/emdiag/bin/agtvfy version
The output is:
Component Version -------------------- ------------------------- AGTVFY 2014.0318 Linux EL6.5 3.8.13 x86_64-linux-thread-mult -------------------- ------------------------- Agent 12.1.0.3.0 Agent JDK 1.6.0_43 Agent JRE 1.6.0_43 Agent JRE DST tzdata2012i Agent OPatch 11.1.0.10.3 Agent OUI 11.1.0.11.0 Agent PERL 5.10.0 -------------------- ------------------------- Agent JSch 0.1.44o OUI JSch 0.1.44o Agent Zip 3.0 Agent Unzip 6.00 -------------------- -------------------------
STEP 2. Download and install the latest RDA release if not already done
Download Software
The following software is downloaded into
/opt/app/oracle/software
on CRONULLA:
Install Software
The
RDA
software is installed in the
/opt/app/oracle/software
directory as follows:
cd /opt/app/oracle/software unzip -q p18297219_803_Linux-x86-64.zip
Verfify that RDA is Executable
The
rda
are executable as shown below:
[oracle@cronulla software]$ cd /opt/app/oracle/software/rda [oracle@cronulla rda]$ ls -l rda.pl rda.sh -r-xr-xr-x. 1 oracle oinstall 38931 Mar 7 09:39 rda.pl -r-xr-xr-x. 1 oracle oinstall 10365 Mar 7 09:39 rda.sh
STEP 3. Run the RDA Utility to collect the Enterprise Manager Data
The following commands are used to run the RDA utility to collect the EM data:
export ORACLE_HOME=/opt/app/oracle/em/middleware/oms /opt/app/oracle/software/rda/rda.sh -f -s OMSoutput -p CloudControl12c
The output is attached as
12 RDA output.log
.