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:

After updating OCDoctor, run it to check prerequisites:

Examine the output and fix the errors. When I run, it showed the following errors (and warnings):

I’ll ignore the first error because I can’t add my virtual PC extra RAM. I’ll also ignore second warning because I have already 35G space and it will be enough for installation (tested).

To install required RPMs, I’ll set up Oracle’s Public YUM server: public-yum.oracle.com/

I’ve changed “enabled=0″ to “enabled=1″ under “[el5_u5_base]“. Now we’re ready to use public YUM server to install missing packages:

Important: Ops Center installer asked me to install “compat-libcom_err” although OCDoctor doesn’t show it as a missing RPM.

After installing missing RPMs, I re-run the OCDoctor to be sure that my system satisfies the prerequisites. If everything looks OK, we can start installing Ops Center 12c.

INSTALLATION OF OPS CENTER 12c

Enterprise Manager Ops Center has a text based installer. You can download the setup file from Oracle.com:

http://www.oracle.com/technetwork/oem/ops-center/oem-ops-center-188778.html

Important: If you’ll use local database, you also need to download Oracle DB 11.2.0.3 from MOS and then put the zip files into /var/tmp/downloads folder:

We don’t need to extract the zip files of the database, Ops Center Installer will do all work. Now extract the Ops Center installation zip:

After you run the above command, go into “xvmoc_full_bundle” folder and run the installer as “root” user. Installer will ask your email to be able to install Oracle Configuration Manager. It’s an optional step and does not effect the installation but I recommend you to install Oracle Configuration Manager.

When the installer passed first steps, all you need is to wait. Installation will smoothly complete.

Installation is done. Now we need to connect to web interface of Ops Center to complete the configuration. We open our favorite browser and enter hostname of our server (i.e http://opscenter12.gokhanatil.com) to connect Ops Center.

We need to enter “root” as username and password of the root user to login.

Ops Center warns us again about memory and disk space, we also see a warning about Java environment. I’ll ignore this warning, I think Java environment is only needed for the “terminal” connection Java applet.

In this step, enter the hostname of Ops Center. In most cases, Ops Center will already detect it correct so you’ll probably leave it as it is. Then select how you’ll install proxy servers. As you know, Ops Center communicate with target systems through Proxy controllers and we may need to deploy multiple proxy controllers for separate networks. In this installation, I’ll use only one proxy controller, and it’ll be deployed to the same server with my Ops Center.

Select the correct network interface from the pull-down menu and click next. Proxy controller will manage the systems which can connect through this network interface.

Proxy controller is online, go to next step.

Enterprise Manager Ops Center 12c has a new feature called Automated Service Requests (ASR). If your server is connected to the internet, I recommend you to choose the connected mode to be able to use this new feature. You’ll also need to enter MOS credentials to be able to work in connected mode.

Accept the default values or enter the locations to store Software library. You can use NFS shares.

You may configure DHCP for OS Provisioning for selected the network interfaces, or you can configure it later.

Review your settings, and click “finish” if everything is OK. It’s possible to go back to any step and change the settings, or even cancel the configuration and restart it from the beginning (step 1).

We have completed the configuration and Ops Center is ready to use.

ADDING NEW ASSETS TO OPS CENTER

We’re ready to add an asset (a target system to manage) to our Ops Center 12c.

Log in to Ops Center, you’ll see the assets page. There’s a sliding menu at right side, click the double arrows to open it, and then click “add assets”. Then click “Add and manage various types of assets” and click next.

Create a new discovery profile.

Enter a name for discovery profile, and choose the target types you want to discover and click next. You’ll see the page you can enter tags that can be used for discovery. I’ll not use tags so click next again.

Define an IP range and click add, then click next.

Create a new management credential to discover (and then to manage) your assets. Click next, review the information you entered and click “finish” to create the discovery profile. As you can see, it’s also possible to manage and monitor targets without deploying agents (new feature of Ops Center 12c)!

Now click “add now” to start discovering target systems. Ops Center will create a job for discovery process.

You can get more information about the job created for discovering assets. Click the quick link at the bottom of the page, or open the jobs and find the running job.

When the job completed (it takes some time depending on how many target systems will be discovered and subnet range), you can start managing and monitoring the new assets. As I see, in Ops Center 12c, discovering and adding steps are merged and now it takes less steps to add an asset to the Ops Center.

20 Responses to “How to Install Oracle Ops Center 12c (Step by Step Guide)”

  1. Wajid says:

    Do you have demo of how to see Ops Center through EM12c console? I saw posted by Rob, but that explains adding EM12c to Ops Center only.

  2. Simon McCartney says:

    Great set of steps to get installed, my install stalled a few times, requiring these packages to progress:

    yum install libaio-devel
    yum install xinetd keyutils
    yum install tftp-server dhcp
    yum install nfs-utils

  3. Very good document. Do you have a document for OS provisioning also.

    Thank you
    Srinivas

  4. Having trouble installing/configuring Ops Center on t4-4 Sun Sparc 11 machine. Any thoughts? Is this supported and prescribed method/version? I hear people say X86 is supported but not SUN SPARC, is that correct statement? Thanks

    • Gokhan Atil says:

      Both 32-bit and 64-bit of Oracle Solaris on SPARC are supported. Did you run OCDOCTOR to verify your configuration?

  5. David Mckenna says:

    Hi we are running Solaris 10 10/09 s10s_u8wos_08a SPARC with attached zones underneath the global zones. and have recently installed opscentre 12c however when running the add asset profile we are finding that some virtual zones are not picked up by the discovery software also under administration managed assets some non global zones come back as Agent some with Agentless OS, we have ran OCDoctor within the global zone and any attached virtual zones and it’s output seems to indicate that everything is ok we are now a bit stuck I was wondering have you come across anything similar to this thanks in advance for your help

    Rgds Dave Mckenna

    • Gokhan Atil says:

      Dave, as you know, all non-global zones in the global zone should be discovered automatically. Have you previously managed that server by Ops Center 11g?

  6. Hi Gokhan! Can I monitor the database only without ops center? Ops center is only for os and hw, right? I’m sorry for the silly questions as I’m dealing with my clients ‘coz they don’t want to install ops center.
    Thanks in advance.

    Sei.

    • Gokhan Atil says:

      Hi Sei, Ops Center is to manage OS and hardware (both physical and virtualized). If you want to monitor the databases you can use Enterprise Manager Cloud Control or DBControl.

      • Thanks for your reply Gokhan. So, you mean to say that even though my databases were installed in solaris zones, I will still be able to manage those dbs thru EMgrid?

  7. Douglas Adams says:

    Excellent step by step instructions.

    Thanks

  8. shafiur says:

    Hi, we have OPS center 12c and recently we have installed OVM Server on a X86 server but unfortunately we have to install OVM Manager on a dual core hp desktop. Now if we want to discover this OVM Manager from OPS center, OPS center give some error. If you want i can give u the details of the error.
    OEL 5 is installed on the desktop and OVM Manager 3.2.2 is installed on it.
    So is it possible to discover this OVM Manager from OPS center.
    It would be very helpful for me if could give me some answer.
    Thanks on advance.

  9. Dear Experts,

    My OEM OpsCenter 12C-R2 is not generating the alerts on the failure of hardware resources like power or disk failure but till 2 days back we were getting all kind of alerts even if we disable any such kind of hardware part like USB n all from ILOM, we were getting alert immediate but I don’t know what happen within tool itself why it is not working.

    Please help I’m very crucial stage…

Trackbacks/Pingbacks

  1. Integrate EM OPS Center 12c, EM Cloud Control 12c and Oracle VM Manager « OEM Cloud Control: Rob Zoeteweij - [...] I managed to install Enterprise Manager OPS Center 12c (based on the step by step description of Gokhan Atil ...

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>