태그: kvm

Ovirt : Convert physical/virtual systems to virtual using virt-p2v && virt-v2v then use it in ovirt DC

Here is the detailed process about virt-v2v and virt-p2v which can be used in an ovirt setup to migrate your physical and virtual systems to ovirt data center.!!! Below strings concludes about what is virt-v2v and virt-p2v, how it work, how it can be used for the conversion. It also includes how you can debug issues in this area. !!! I am sure there are many sysadmins who…

virt-v2v – Convert a guest to use KVM

SYNOPSIS virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest virt-v2v -ic vpx://vcenter.example.com/Datacenter/esxi vmware_guest \ -o rhev -os rhev.nfs:/export_domain –network rhevm virt-v2v -i libvirtxml guest-domain.xml -o local -os /var/tmp virt-v2v -i disk disk.img -o local -os /var/tmp virt-v2v -i disk disk.img -o glance virt-v2v -ic qemu:///system qemu_guest –in-place DESCRIPTION Virt-v2v converts guests from a foreign hypervisor to run on KVM. It can read Linux and…

KVM 포트 포워딩

# iptables -I FORWARD -m state -d 192.168.122.0/24 –state NEW,RELATED,ESTABLISHED -j ACCEPT : 192.168.122.0/24 아이피 대역에 모든 패킷 포워딩 # iptables -I FORWARD -m tcp -p tcp –dport 3389 -d 192.168.122.41 -j ACCEPT : 192.168.122.41 아이피의 3389 port에 대해서만 tcp 패킷 포워딩 # iptables -t nat -A PREROUTING -p tcp -d 211.117.2.22 –dport 3389 -j DNAT –to-destination 192.168.122.41:3389 : 211.117.2.22의…

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin