ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • VVF 9 and VCF 9
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Windows Server 2025
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How To Run VMs in Oracle Cloud Infrastructure via Ravello Service on Separate Cloud Hosts

By Vladan SEGET | Last Updated: March 7, 2018

Shares

As you know Ravello (now part of Oracle) cloud infrastructure is an easy entry point for VMware (and KVM) admins to test and then run VMs in the cloud without any re-configurations. We have demonstrated in our previous post that you can be up and running fairly quickly. We had migrated 2 Jenkins VMs to the Ravello cloud and saw that it's quite a seamless experience. Today, we'll explore other options and show you How To Run VMs in Oracle Cloud Infrastructure via Ravello Service on Separate Cloud Hosts which are located in different datacenters. So you get host failure and site failure protection.

As part of Oracle, Ravello uses Oracle Cloud Infrastructure (OCI) which is distributed across the globe. There are 29 regions globally across Oracle Cloud Infrastructure (OCI), Amazon Web Services, and Google Cloud Platform. There is a possibility to make run your VMs on different hosts so like in VMware vSphere you can set anti-affinity rules and make run your VMs on separate cloud hosts.

But let's first recap what is Ravello cloud and how VMware admins can use it. Ravello is a cloud platform which runs an alternative hypervisor called HVX but it's been designed to stay compatible with VMware vSphere (and KVM). So your VMware VMs does not has to be transformed/reconfigured as you would have to do for AWS or Azure.

There is also a new possibility to run those VMs on Ravello HVX hypervisor installed directly on bare-metal so the VMs runs with almost native speed. Previously their offering was only software assisted virtualization with binary translation.

With their latest innovations, HVX’s nested virtualization engine supports three modes when running VMware VMs.

These Three nested virtualization modes are:

  • Software Assisted – For AWS/GCP clouds not supporting or exposing the hardware assist capabilities. Still OK and acceptable for workloads not needing top of the class performance. (their initial offering)
  • Hardware Assisted – for clouds supporting virtualization extensions allowing multiple guest OSs to share the same underlying hardware. For example, Oracle Cloud Infrastructure supports those extensions. (Very Good performance)
  • Direct on bare metal (Best performance) – HVX is installed directly on the bare metal hardware so the performance of the VMs is optimal.

To get started, basically, all you have to do is to:

  1. Install Ravello Import Tool (Windows, MAC, Linux)
  2. Upload your VMs or export them first, to the Ravello cloud.
  3. Create an Application and drag-and-drop those VMs to the canvas (it's the UI you're working with). Ravello takes care of networking and basic configuration so the app works generally out of the box.

We have created a couple of posts in the past, you might want to look at them to get you started:

  • How to Get Started with Ravello Systems – VM Import Tool
  • How to create a simple VM in Ravello?
  • How-to Install VMware Tools on VM which runs in Ravello Cloud?
  • How to configure RDP for your VM in Ravello Cloud

How To Run VMs in Ravello Cloud on Separate Cloud Hosts?

So, to make sure that your VMs run on different cloud hosts, you can assign the VM to a different availability group.  Use Availability Groups to control separate locations for VMs that should not reside in the same availability region.

 

What is an Availability Group?

Example: You have an application using a load balancer. You want to make sure that the VMs which are located behind load balancer runs each on different cloud host. You can do that with availability group.

Your VMs will not only be located on different cloud host, but the host itself is located in a separate availability zone (AWS) or availability domain (Oracle) in the same region. It means that you're protected not only from the host perspective, but also from a site/datacenter perspective.

Quote:

Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized geographic area, and an availability domain is one or more data centers located within a region. A region is composed of several availability domains. Most Oracle Cloud Infrastructure resources are either region-specific, such as a virtual cloud network, or availability domain-specific, such as a compute instance.

How does it look like?

You can assign a group to the VM (or VM to the group) by going to the General TAB > Select the group in the Availability Group drop-down list.

So in my case, as you can see, I assign my JenkinsMaster VM to Availability Group 1 (AG1) and the other one called JenkingsSlave VM to Availability Group 2 (AG2). That's it. In case there is a failure on one of the underlying hosts, the other VM keep running.

Note: You must do that before you publish your application. Once the VM is published, you can't change the availability group.

If you don't care about availability groups the default setting will not separate those VMs to different hosts. It's as simple as that.

Once you made your changes, hit the publish button to publish your application.

The fact that you don't have to re-create your production environment from scratch is a good starting point. If your environment does not allow to shut down your VMs to export (Only powered OFF VMs can be exported via Ravello Import tool), you can first do a clone through vSphere web client and upload those cloned VMs to the cloud.

Ravello FAQ

I had few questions via e-mail so I thought that it might be interesting to include them here.

There was a question which was targetting performance/cost. What are the benefits of Ravello on OCI vs Ravello on AWS/Google Cloud Platform?
Well, Ravello on OCI can run VMs with up to 32 vCPUs and has significant performance benefits (up to 14x) due to hardware acceleration and the ability to run directly on bare metal servers.

And few more directly from Ravello FAQ online:

What is the largest VM that I can deploy on Ravello on non-OCI regions today?

The largest VM that can be deployed on Ravello on non-OCI regions can have 8 vCPUs and 64 GB of memory.

Can I move an existing app running on a non-OCI region to an OCI region?

Yes, you can. You can save your app as a Blueprint. Then create an application from the saved blueprint and publish it in an OCI region.

Is there any price difference if I publish my app on an OCI region or on a non-OCI region?

No, there is no price difference between publishing apps on Ravello on OCI and Ravello on non-OCI.

For me, the offer now matured by providing a possibility to run really enterprise-class applications. To be honest, I haven't seen many VMs requiring more than 32 vCPU so the vertical scalability isn't really a problem.

I see quite a good opportunity here for enterprise admins which need a extra power but have no time to fiddle to transform their VMs for Azure or AWS workloads. Simple to try and use, Ravello service, in my opinion, is an easy entry point, which can scale horizontally or vertically.

Check our Ravello cloud service

If you are a vExpert, you can also sign up for a free Ravello lab service account here

More about Ravello from ESX Virtualization:

  • Ravello Hardware Assisted Nested Virtualization And Bare-Metal Options For VMware VMs
  • How To Create Multi-VM Application in Ravello
  • How to Assign a Public IP Which Persists Across Reboots for Ravello VMs
  • How to Hot-Clone a VM and upload to Ravello Cloud

As you can see, from start to finish it isn't difficult to get started.

More from ESX Virtualization

  • Top 3 VM Replication Software for VMware vSphere Environments
  • What to do when you have Duplicate MAC address within VMware vSphere Environment?
  • Stratoscale Symphony Runs Natively Or On The Top of VMware vSphere
  • What is VMware vSphere On-Disk Metadata Analyzer – VOMA

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: How To Run VMs in Oracle Cloud Infrastructure via Ravello Service on Separate Cloud Hosts

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Hari says

    June 5, 2018 at 11:56 am

    Hi Vladan,

    A very basic question.

    Can’t we see these instances after migration in my OCI dashboard?

    Why Ravello is not using the existing shapes of OCI?

    Thanks and Regards,
    hari

  2. Simon Law says

    June 6, 2018 at 3:49 am

    Hi Hari,

    Currently the management of OCI Ravello Apps/VMs are all done via the Ravello GUI portal. This enables users to have a single place to manage all their applications regardless of the underlying cloud provider.

    However, more integration with the OCI dashboard is planned.

    Thanks,

    Simon Law

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Dream Lab with PCIe Gen 5.0 M.2 NVMe Storage
  • Backup solution that supports 15+ Hypervisors – Vinchin Backup and Recovery
  • Why NordVPN is Your Must-Have for Business Security and Personal Freedom
  • Agentless Backup Solutions for XCP-ng Hypervisor: External Vendor Options
  • Vinchin Earns Acclaimed Recognition in Gartner Peer Insights 2025 Report
  • VMware vSphere 9 Standard and Enterprise Plus – Not Anymore?
  • Free Virtual Backup Appliance from StarWind – With Community Support (example configuration for ESXi and Veeam Backup)
  • VMware vSphere Foundation (VVF 9) and VMware Cloud Foundation (VCF 9) Has been Released
  • Veeam Backup & Replication 12.3.2 – patch critical vulnerabilities for your dataprotection environments
  • Veeam confirming vSphere 9.0 and ESXi 9 upcoming support

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Hosted with HostColor.com