vPlus 7.0
  • Welcome to vPlus!
  • Overview
    • Main Features
    • Support Matrix
    • Components and Architecture
    • Typical Scenarios
    • Licensing
    • Product Life Cycle
  • Deployment
    • Component Requirements
    • Supported Platforms Requirements
    • Sizing Guide
      • Small
      • Medium
      • Large
    • Installation
      • Quick Installation Using All-in-one Script
      • Installing vPlus Offline
      • Adding vPlus Nodes
    • Initial Configuration
    • Backup Destinations
      • File System
        • Synthetic File System
          • XFS
          • DD Boost
        • isoLayer (Synthetic)
        • File System
          • Virtual Data Optimizer (VDO)
        • Catalogic Software vStor
      • Deduplication Appliances
        • Huawei OceanProtect
        • HPE StoreOnce
        • Exagrid
        • Neverfail HybriStor
      • Object Storage
        • Alibaba Cloud OSS
        • AWS S3 or S3-compatible
        • Ceph Rados Gateway
        • Cloudian S3
        • Wasabi
        • Google Cloud Storage
        • IBM Cloud Object Storage
        • Microsoft Azure Blob Storage
        • Nutanix Objects
        • OpenStack SWIFT
        • Oracle Cloud Infrastructure Object Storage
        • Scality RING
      • Tape Pools
    • High Availability
      • 2 Node Cluster
      • 3 Node Cluster
    • Common Tasks
      • Staging Space Configuration
      • Enabling HTTPS Connectivity for Nodes
      • LVM Setup on vPlus Node for Disk Attachment Backup Mode
      • Full Versions of libvirt/qemu Packages Installation
      • SSH Public Key Authentication
      • Enabling HTTP(S) Proxy for vPlus
  • Protecting Virtual Environments
    • Virtual Machines
      • Nutanix Acropolis Hypervisor (AHV)
      • Red Hat Openshift Virtualization
      • Red Hat Virtualization
      • oVirt
      • Oracle Linux Virtualization Manager
      • Oracle VM
      • Proxmox VE
      • KVM/Xen
      • OpenStack
      • OpenNebula
      • Virtuozzo
      • Citrix Hypervisor (XenServer)
      • XCP-ng
      • Huawei FusionCompute
      • SC//Platform
    • Cloud
      • Amazon EC2
      • GCP GCE
      • Azure Cloud
    • Containers
      • Red Hat OpenShift
      • Proxmox VE
    • Backup & Restore
  • Protecting Microsoft 365
    • Microsoft 365 Organization Management
      • Configure Microsoft 365 Access
      • Add Microsoft 365 Organization Manually
      • Add Microsoft 365 Organization Using the Setup Assistant
      • Account Auto-synchronization
    • Backup & Restore
    • Suppoted Sharepoint Templates and Limitations
  • Protecting Applications
    • Applications
      • PostgreSQL
      • DB2
      • Relax and Recover - ReaR
      • Git
      • oVirt/RHV/OLVM
      • Kubernetes/OpenShift etcd
    • Backup & Restore
  • Protecting Storage Providers
    • Storage Providers
      • File System
      • Ceph RBD
      • Nutanix Files
      • Nutanix Volume Groups
    • Backup & Restore
  • Administration
    • Dashboard
    • Virtual Environments
      • Instances
        • Backup On-Demand
        • Restore On-Demand
        • Snapshot Management
      • Virtualization Providers
      • Backup SLAs
        • Policies
        • Schedules
      • Snapshot SLAs
        • Policies
        • Schedules
      • Recovery Plans
        • Policies
        • Schedules
      • Mounted Backups (File-level Restore)
    • Storage
      • Instances
        • Backup On-Demand
        • Restore On-Demand
      • Infrastructure
      • Backup SLAs
        • Policies
        • Schedules
      • Snapshot SLAs
        • Policies
        • Schedules
      • Mounted Backups (File-level Restore)
    • Microsoft 365
      • Instances
      • Organizations
      • Backup SLAs
        • Policies
        • Schedules
      • Download
    • Applications
      • Instances
      • Execution Configurations
      • Backup SLAs
    • Reporting
      • Virtual Environments
      • Storage
      • Microsoft 365
      • Applications
      • Notifications
      • Audit Log
    • Nodes
      • Instances
      • Node Configurations
    • Access Management
      • Users
      • Groups
      • Roles
      • OS Credentials
    • Settings
      • Global Settings
      • Internal DB Backup
      • Notification Rules
      • Mailing Lists
      • Endpoints Global Settings
    • Upgrade
    • CLI Reference
    • CLI v2 Reference (technical preview)
  • Integration
  • Troubleshooting
    • How to Enable vPlus DEBUG Mode
    • Collecting Logs
    • External Log Targets
    • Disaster Recovery
  • Known Software Issues and Limitations
  • Glossary
Powered by GitBook
On this page
  • Deployment in Oracle VM environment
  • Backup Process (Deployment in Oracle VM environment)
  • Example - How to configure OVM protection with PowerProtect DD
  1. Protecting Virtual Environments
  2. Virtual Machines

Oracle VM

PreviousOracle Linux Virtualization ManagerNextProxmox VE

Deployment in Oracle VM environment

The Oracle VM environment requires you to create storage used for VM export. The export storage repository should also be accessible by vPlus Node in its staging directory. This implies that storage space doesn't have to be exported by vPlus Node - it can be mounted from an external source. The only requirement is to have it visible from both OVM hosts and Node itself. Keep in mind that ownership of the files on the share should allow both vPlus and OVM to read and write files.

Backup Process (Deployment in Oracle VM environment)

  • crash-consistent snapshot is taken by OVM during hot-clone of the VM

  • data + metadata exported by the manager to the vPlus staging space (visible as the export Storage Repository in OVM)

  • full backup only is supported

  • OVM exports are limited to 1 task per Storage Repository being used by VM (this is the limitation of OVM)

  • restore is done to the export Storage Repository, the administrator needs to clone the VM using manager UI

Note.

  • If the virtual machines are running on NFS storage, you must shut down the Oracle virtual machines to perform the backup

  • Make sure the NFS share have the vPlus user UID and GID

  • The directory under / vprotect_data needs to be the same name as the OVS server pool name

  • Oracle VM needs to disable services (nfslock , rpcbind**)**

  • Restore of VM is multi-step

    • Restore to the staging space on vNode

    • Move VM from the staging space to the Oracle protection repository

    • Migrate the VM into the Oracle server pool

Oracle VM environments require storage repositories to be defined for each server pool and must be mounted on vPlus node.

  1. Create a repository from NFS share on vPlus node

    • One server pool should have a separate subdirectory in the export path for example /vprotect_data/pool01, /vprotect_data/pool2 - each subdirectory is a separate NFS share

    • The export (staging) path in the above-mentioned scenario is still /vprotect_data, while pool01 and pool02 are server pool names

    • Specify mapping between server pool names and storage repository names in the hypervisor manager configuration

    • Note that the export must be set to use the UID and GID of the vprotect user

    • Example export configuration in /etc/exports to the selected hypervisor in the RHV cluster:

      /vprotect_data/pool01    10.50.1.101(fsid=6,rw,sync,insecure,
      all_squash,anonuid=993,anongid=990)
      /vprotect_data/pool02    10.50.1.102(fsid=7,rw,sync,insecure,
      all_squash,anonuid=993,anongid=990)

      where anonuid=993 and anongid=990 should have the correct UID and GID returned by command:

      [root@vProtect3 ~]# id vprotect
      uid=993(vprotect) gid=990(vprotect) groups=990(vprotect)
  2. Both import and export operations will be done using these NFS shares – restore will be done directly to this storage domain, so you can easily import the backup into the Oracle VM environment

    • Backups must be restored to the export path (the node automatically changes the names to the original paths that are recognized by the OVM manager).

Example - How to configure OVM protection with PowerProtect DD

Create a DDBoost device.

Create NFS share.

Mount the DDBoost device on vPlus Node.

Create symbolic links for the OVM Pool name (MyServerPool) to BoostFS mount point command, for example: ln -s /vprotect_data /MyServerPool

Create a Storage Server for DD NFS Share.

Create a Repository using DD.

Add the OVM Hypervisor Manager to vPlus.

Note. You can get the "Storage Repository ID"_ _from the "OVM repositories" menu shown in the previous step.

An example of how "OVM" objects should look after resource synchronization.

Example of Backup Destination Configuration.

That's it, now you should be able to back up your environment.