How to Install Oracle Ops Center 12c (Step by Step Guide)
Oracle Enterprise Manager Ops Center 12c is a comprehensive solution to manage all Oracle systems deployed in traditional, virtualized and cloud environments. Ops Center 12c introduces unique capabilities for establishing, managing, and supporting Infrastructure as a Service (IaaS) clouds, and it’s a key component to help Oracle customers adopt cloud computing faster and with less effort and risk.
I’ll try to show how to install Enterprise Manager Ops Center 12c on Oracle Linux 5.5 (64bit). My previous installation guide for Oracle Linux 5.6 can help you to install 5.5 Linux (or you can just install Ops Center on Oracle Linux 5.6): How to Install Oracle Linux 5.6
Installation of OCDoctor
OCDoctor is an utility to assist users in various stages of the Ops Center deployment. It is updated on a regular basis to help you identify and resolve known issues or suggest ways to improve performance.
You can download it from: https://updates.oracle.com/OCDoctor/OCDoctor-latest.zip
If you have already OCDoctor (not downloaded the latest version from internet), make sure that it updates itself:
1 |
./OCDoctor.sh --update |
After updating OCDoctor, run it to check prerequisites:
1 2 3 |
unzip OCDoctor-latest.zip cd OCDoctor ./OCDoctor.sh --ec-prereq |