Start using Oracle VM 3.4.2 through Oracle Enteprise Manager 13.2

One of my main interests after setting up Oracle VM 3.4.2 and Oracle Enterprise Manager 13.2 was to test how OEM 13.2 looks when you use Oracle VM through it. With OEM 12c we tested it but it seemed always lacking lot of functionality so day-to-day administration usage was lot easier with OVM Manager.

Preliminary tasks

First you need to deploy standard EM 13c agent to your OVM Manager host. If you are not familiar with this process its described in detail here (for 13.1):

https://docs.oracle.com/cd/E63000_01/EMADM/discovery.htm

After that from OEM 13.2 you need to enable and deploy Oracle Virtualization plugin to OVM Manager host. This is added through Setup=> Extensibility=> Plugins

Enterprise Manager for Oracle Virtualization (Enables management capabilities for Oracle VM in Enterprise Manager.)

Registering OVM Manager

These steps are really well defined here:

http://docs.oracle.com/cd/E73210_01/EMCLO/GUID-152C4D4A-6FC2-42B0-ABE3-5884D6A466F4.htm#EMCLO183

Before you begin you need to export  OVM Manager Weblogic certificate and import it to Agent Keystore as EM Agent user. As this was test installation default password for import was ‘welcome’.

Export as root:

/u01/app/oracle/ovm-manager-3/ovm_upgrade/bin/ovmkeytool.sh exportca > 
<file_loc_for_certificate>

Import as oracle agent user:

<AGENT_INSTANCE_HOME>/bin/emctl secure add_trust_cert_to_jks 
-trust_certs_loc <file_loc_for_certificate> -alias <alias_name>

After this from the Infrastructure Cloud Menu select ‘Register OVM Manager’.

Other inputs are straightforward but for the OVM Manager URL you don’t need to put anything other than just plain ‘tcps://’. After all credentials are set you kick off the registration and you should be done in few minutes.

When you navigate to Oracle VM Infrastructure Home you can then see your OVM Manager. And all the necessary administration features now available.

Initial feeling is that it looks lot better compared to Oracle VM Infrastructure in OEM 12c!

Later on I will look how the actual OVM Manager administration works through OEM 13.2.

Simo

Recent Posts

Helping to troubleshoot with OCI VCN Flow Logs

I'm a huge fan of using tools available to help troubleshoot any issues there are.…

3 days ago

OCI Routing checklist when using 3rd party firewall

This post will be checklist for items you'll need when you have Firewall (or Hub)…

1 year ago

OCI ExaCS Database Upgrade Rollback

Recently I was testing OCI database upgrade from 12c to 19c and ran into an…

1 year ago

Issues with OCI ExaCS PDB cloning

This is mostly just to document if you hit similar issues and how to get…

1 year ago

OCI Tips and Tricks – Managed MySQL Database in OCI (and trying out Heatwave)

Here I'm looking on how to provision MySQL DB on OCI, see how read replicas…

1 year ago

OCI Tips and Tricks: Create 19c Oracle Database (and manage it)

This time I go over on how to create 19c Oracle Database on OCI (hint:…

1 year ago