How to Migrate Oracle VM to Oracle Linux KVM
How to Migrate Oracle VM to Oracle Linux KVM
1 de 12 04/04/2022 11:30 a. m.
How to Migrate Oracle VM to Oracle Linux KVM https://blogs.oracle.com/scoter/post/how-to-migrate-oracle-vm-to-oracle-...
Introduction
Target of this document it to automate the migration from other hypeviror solutions to Oracle Linux KVM
managed by Oracle Linux Virtualization Manager.
Oracle VM 3.4
libvirt, qemu and virt-v2v correctly installed and con�gured on KVM host
2 de 12 04/04/2022 11:30 a. m.
How to Migrate Oracle VM to Oracle Linux KVM https://blogs.oracle.com/scoter/post/how-to-migrate-oracle-vm-to-oracle-...
Older releases could work but the same had never been tested
The conversion server must have su�cient disk space to store converting VM’s disk image plus 1GB
Setup
With proper OLVM/OL-KVM setup up&running proceed with following steps:
· Install "qemu-block-curl" RPM on the desired OL-KVM Server (the server where the migration will be
managed/executed)
NB: the only RPM that has to be installed from "ol7_developer_kvm_utils" Yum channel is "qemu-block-curl"
So, to keep the entire system supported, other packages do not have to be updated from
"ol7_developer_kvm_utils" Yum channel.
To accomplish this requirement, execute following steps:
· Edit "/etc/yum.repos.d/oraclelinux-developer-ol7.repo" and add following line:
[ol7_developer_kvm_utils]
name=Oracle Linux $releasever KVM Utilities for Development and test ($basearch)
baseurl=https://yum$ociregion.oracle.com/repo/OracleLinux/OL7/developer/kvm/utils/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
includepkgs=qemu-block-curl*
3 de 12 04/04/2022 11:30 a. m.