Dynamics Business Solutions
Dynamics Business Solutions

Dynamics Business Solutions
Veeam – Platform Plug‑ins – Oracle Linux Virtualization Manager Plug‑In
The Veeam Plug‑In for Oracle Linux Virtualization Manager (OLVM) integrates Oracle’s KVM‑based OLVM hypervisor into Veeam Backup & Replication, enabling agentless, image‑level backup and recovery of OLVM virtual machines. Designed for self‑managed, on‑premises deployments, this plug‑in extends Veeam’s platform coverage to include Oracle’s virtualization stack, allowing unified protection, DR, immutability, and cross‑hypervisor workload mobility.

This plug‑in is distributed through Veeam’s Additional Downloads → Virtualization Plug‑ins, and is included with VBR builds that support OLVM integration (v12.3.2+ and v13.x).

What’s Special About the OLVM Plug‑In

  • Native integration with OLVM APIs for agentless protection of Oracle KVM workloads.
  • Fully unified with Veeam Backup & Replication for scheduling, policy management, repositories, encryption, immutability, and monitoring.
  • Supports cross‑platform recoveries to VMware, Hyper‑V, Proxmox VE, Nutanix AHV, Scale Computing HyperCore, and public clouds.
  • No guest agents required for VM‑level image backups.
  • Veeam Explorers support for application‑item recovery (AD, SQL, Exchange, SharePoint, Oracle DB, PostgreSQL, etc.).
  • Long‑term storage freedom – store backups on immutable Linux repositories, object storage (AWS/Azure/GCS), tape, or archival tiers.

Key Capabilities

  • Agentless Image‑Level Backups
  1. Full and incremental backups using OLVM snapshots.
  2. VeeamZIP support for ad‑hoc, on‑demand OLVM VM backups.

Backup chain methods include:

  • Forever‑Forward Incremental
  • Forward Incremental (active/synthetic full)
  • Flexible Restore Options
  1. Restore OLVM VMs directly back to OLVM.
  2. Restore disks, files, and folders.
  3. Restore application items (Oracle DB, SQL, AD, Exchange, SharePoint, PostgreSQL).

Cross‑Hypervisor / Cross‑Platform Restore:
Restore OLVM backups to:

  1. VMware vSphere
  2. Microsoft Hyper‑V
  3. Nutanix AHV
  4. Proxmox VE
  5. Scale Computing HyperCore
  6. AWS / Azure / Google Cloud

Instant Recovery:
Instantly boot OLVM VMs on:

  1. VMware vSphere
  2. Hyper‑V
  3. Nutanix AHV
  • Worker‑Based Architecture

Backup and restore operations are handled by Veeam workers, deployed automatically by the plug‑in to offload data processing and optimize throughput.

Workers provide:

  1. Snapshot handling
  1. Changed block analysis
  2. Data transport to repositories
  • Storage, Immutability & DR
  1. Store backups on ANY Veeam repository type.
  2. Immutable copies on hardened Linux repositories.
  3. Object Lock immutability on S3/GCS/S3‑compatible storage.

Supports:

  • Backup Copy jobs
  • Archive tiers
  • Tape out for long‑term retention
  • Cloud DR scenarios

Deployment Requirements

According to Veeam’s published compatibility & system requirements:

Supported Veeam Versions

  • Veeam Backup & Replication 12.3.2 (Plug‑In v12.1.x)
  • VBR 13.x (Plug‑In v13.x builds: 13.2.x, 13.3.x)

Supported HyperCore/OLVM Version Info

OLVM versions formally supported correspond to Veeam’s Virtualization Plug‑in tier, available via Veeam Account → Additional Downloads.

Installation Notes

  • Plug‑in must be installed on the backup server (Windows‑based).
  • Requires .NET Core runtime (installed automatically).
  • New releases may need manual installation before VBR detects them.

Business Impact

  • Enterprise‑grade backup for Oracle’s virtualization platform with no agents or redesign needed.
  • Cost‑effective modernization path for customers migrating away from VMware while retaining Veeam.
  • Unify OLVM into a global Veeam protection strategy, simplifying operations across hypervisors.
  • Reduce cyber‑risk with immutable offsite backup copies, Object Lock, hardened Linux repos, and multi‑site DR.
  • Enable cross‑hypervisor recovery for migrations or emergency failover.

Bottom Line

Veeam Plug‑In for Oracle Linux Virtualization Manager (OLVM) extends Veeam’s proven backup engine into the Oracle virtualization ecosystem with agentless protection, cross‑platform recovery, immutability, and enterprise‑grade DR capabilities.
DBS ensures your OLVM protection is architected using best practices from worker placement to repository design, immutability strategy, and standardized restore runbooks delivering consistent, compliant, and rapid VM recovery across your Oracle‑virtualized environment.
Dynamics Business Solutions

How can we help?

Contact a Dynamics 365 sales representative.

  • See a live demo.
  • Set up a free trial.
  • Get answers and expert guidance.
  • Start transforming your business processes.

    * Required field


    I will receive information, tips, and offers about Solutions for Businesses and Organizations and other solutions, products and services.
    Privacy Statement


    I would like Dynamics Business Solutions to share my information with selected partners so that I can receive relevant information.
    Privacy Statement

    Dynamics Business Solutions

    How can we help?

    Contact a Dynamics 365 sales representative.

    • See a live demo.
    • Set up a free trial.
    • Get answers and expert guidance.
    • Start transforming your business processes.

      * Required field


      I will receive information, tips, and offers about Solutions for Businesses and Organizations and other solutions, products and services.
      Privacy Statement


      I would like Dynamics Business Solutions to share my information with selected partners so that I can receive relevant information.
      Privacy Statement

      Dynamics Business Solutions

      /* =============================== Mobile Popup Form Fix ================================ */ document.addEventListener('DOMContentLoaded', function () { console.log('Popup autofocus fix loaded'); function isMobile() { return window.innerWidth <= 768; } function scrollPopupToTop(popup) { if (!isMobile()) return; const popupContent = popup.querySelector('.brx-popup-content'); if (popupContent) { popupContent.scrollTop = 0; popupContent.scrollTo(0, 0); const logo = popupContent.querySelector('img, .brxe-image'); if (logo) { logo.scrollIntoView({ behavior: 'auto', block: 'start' }); } const inputs = popupContent.querySelectorAll('input, textarea, select'); inputs.forEach(function (input) { input.blur(); input.removeAttribute('autofocus'); }); } } document.addEventListener('click', function (e) { const target = e.target.closest('[data-interactions]'); if (!target) return; const interactions = target.getAttribute('data-interactions'); if ( interactions && interactions.includes('"action":"show"') && interactions.includes('"target":"popup"') ) { setTimeout(function () { const openPopup = document.querySelector('.brx-popup'); if (openPopup) { scrollPopupToTop(openPopup); } }, 200); } }); });