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

Oracle Autonomous Database on GCP – Using gcloud CLI for operations

Continuing testing Oracle Database@Google features, this time I wanted to test provisioning using gcloud CLI…

2 weeks ago

OCI Networking – Routing Oracle Services Network Public IPs via Service Gateway

This topic keeps coming up and there are many good blog posts from Oracle and…

3 weeks ago

Can I connect with custom private hostname to my Autonomous Database?

Short answer: Yes! When you deploy your Autonomous Database with a private endpoint, you will…

4 weeks ago

Using Google Cloud Storage with Autonomous Database@GCP

If you've worked with Autonomous Database previously, you know that every now and then you…

2 months ago

ZDM migration to Autonomous Database on GCP using Network Link for direct migration – part 2

Well this took a while! With recent work and travel it's been couple busy months.…

2 months ago

New Console Experience for OCI

Just saw that OCI has enabled preview for new OCI Console experience. To enable it,…

4 months ago