Name | Description | Status |
alcdef | Machine to support Brian Warner's ALCDEF database - epalmer - OVA file exported to storage3:/proxmox-vms/images/111/ | Sent to Jesse - deleted |
ArchiveDemo | Exported to Storage 3 | Sent to Jesse - deleted |
CentOS7 | Exported to storage 3 | Delete? |
ComaFactory | old comafactory - Pamela approved deletion | Deleted |
Dover | Old domain controller - Exported to Serenity:/data/Exports | Delete? |
Edge2 | Old Finance Server - Exported to proxmox-vms01 | Do we need this? |
MacVM | OS X virtual machine - Testing - Exported to Storage 3 | Delete? |
newweb | Main PSI WWW Running? old.psi.edu atsa.psi.edu | Need to export ova. |
Oort | Document mgmt/file sharing | Delete? |
PDS-Training | Exported to proxmox-vms01 | Sent to Jesse - deleted |
psiapps_old | Financial app server - Old mark toy psihub - psihub.psi.edu - Exported to storage 3 | See if this is needed? |
SBN-Processing | PDS | Export OVA failed. Jesse may not need this anymore |
SBNMirror | REverse Proxy for sbn-archicve maintenance - Exported to Storage 3 | Sent to Jesse - deleted |
web | project web hosting - CentOS7 - Apache cams - videostream.cgi main - web.psi.edu meeting - meeting.psi.edu retreat - retreat.psi.edu spc - spc.psi.edu tetracorder - tetracorder.psi.edu trex - trexold.psi.edu venus - venus.psi.edu | Need to export ova. |
webdev | epo - epodev.psi.edu trexdev - trexdev.psi.edu meeting - webdev.psi.edu research - research.psi.edu cams (videostream.cg- 1webdev - webdev.psi.edu | Deleted |
Converting oVirt VM to Proxmox VM
In oVirt:
Go to compute > virtual machines > select vm > three dot menu > export as OVA > badger > /proxmox-vms (or some other storage)
In Proxmox
Make a directory for the VM:
`mkdir /mnt/pve/proxmox-vms/images/{vm-id-here}/`
Move the ova file to the directory you just created such as:
`mv /mnt/pve/proxmox-vms/vm.ova /mnt/pve/proxmox-vms/images/{vm-id-here}`
Change into the new directory and extract the OVA Tarball into an ovf file:
`cd /mnt/pve/proxmox-vms/images/{vm-id-here}`
`tar -xf vm-name.ova` (This will take some time)
Use qm to convert the new ovf file:
`qm importovf 112 ./{vm-name}.ovf proxmox-vms --format qcow2`
Add the qcow2 extention: (May need to use .raw extention instead. Need to test)
`mv {disk-image-name} {disk-image-name}.qcow2`
Edit the configuration file to include the new disk:
`echo "ide1: proxmox-vms:{vm-id-here}/{same-file-as-earlier}.qcow2" >> /etc/pve/qemu-server/{vm-id-here}.conf`
In proxmox GUI:
Add the disk to the boot order option for the vm.
Then you need to fix /etc/fstab and make sure the drive names match. Probably ideal to convert the fstab entries to use the UUID after.