What Are You Doing Right Now
-
This is the bar we were in.
-
@scottalanmiller said:
@pchiodo and I were doing some pretty serious drinking the other night.
What do you mean pretty serious drinking ? haha
-
@Joy said:
@scottalanmiller said:
@pchiodo and I were doing some pretty serious drinking the other night.
What do you mean pretty serious drinking ? haha
They didn't smile once
-
Just wrote up a ton of database documentation for @Mike-Ralston
-
@nadnerB said:
@Joy said:
@scottalanmiller said:
@pchiodo and I were doing some pretty serious drinking the other night.
What do you mean pretty serious drinking ? haha
They didn't smile once
Ohh hahaha That's it?
@scottalanmiller is that true?
-
Good morning all. Lots of SpiceWorld planning going on here today.
-
Trying to figure out how to get out of the ProxMox trap I'm stuck in.
-
@johnhooks Make backups with $favoriteBackupApp and restore to Hyper-V or XenServer?
I'm trying to get RemoteApps to deploy... It's going... slowly.
-
@dafyre That's the rub. Their backup system uses .vma, which won't convert to anything. I'll have to shut everything down, move the raw files to something else and then reinstall. I started with it because you just pop in the ISO and 20 mins later you have the hypervisor with a nice web interface and automated backups. I didn't realize what I was getting into when I used it, or how they approached everyone in other forums.
-
@dafyre said:
@johnhooks Make backups with $favoriteBackupApp and restore to Hyper-V or XenServer?
I'm trying to get RemoteApps to deploy... It's going... slowly.
I haven't had a lot of luck with RemoteApps by themselves. I've found that third party program works much better.
-
@johnhooks said:
@dafyre That's the rub. Their backup system uses .vma, which won't convert to anything. I'll have to shut everything down, move the raw files to something else and then reinstall. I started with it because you just pop in the ISO and 20 mins later you have the hypervisor with a nice web interface and automated backups. I didn't realize what I was getting into when I used it, or how they approached everyone in other forums.
You can do that with pretty much every hypervisor, except the backup part... that would be third party application.
-
@coliver It was just nice that it was all packaged together, my laziness (and ignorance) got the best of me.
-
@johnhooks said:
@coliver It was just nice that it was all packaged together, my laziness (and ignorance) got the best of me.
Ah I see. Well since it is KVM under the hood I wonder if something like this would help: http://blogs.msdn.com/b/virtual_pc_guy/archive/2015/06/22/handy-tool-for-converting-kvm-vmware-images-to-hyper-v.aspx
-
@coliver Thanks! I'm trying to decide whether I want to stay on KVM (I'd just use CentOS, ProxMox doesn't use libvirt), Xen, Hyper-V, or try something like oVirt.
-
@johnhooks said:
@coliver Thanks! I'm trying to decide whether I want to stay on KVM (I'd just use CentOS, ProxMox doesn't use libvirt), Xen, Hyper-V, or try something like oVirt.
XenServer is my personal favorite I've been using it my home lab since... 2008. Super easy to use and open source if that is what you are after.
Hyper-V is what I use here. Free and easy to use... the new version that is coming out seems to have Linux virtualization in its sights.
-
@coliver That's good. I was leaning away from Hyper-V because all of our stuff is Linux. I had looked at XenServer but when I set everything up about 1.5 years ago, the only thing I could find for an interface was either XenCenter (Windows) or Xen Orchestra, which was a steep $70 a month for backups and importing/exporting vms with their interface.
However, I've been trying to force myself away from interfaces so that might work out well.
-
@johnhooks said:
@coliver That's good. I was leaning away from Hyper-V because all of our stuff is Linux. I had looked at XenServer but when I set everything up about 1.5 years ago, the only thing I could find for an interface was either XenCenter (Windows) or Xen Orchestra, which was a steep $70 a month for backups and importing/exporting vms with their interface.
You may have issues finding a third-party backup vendor for XenServer. It doesn't really have the backup API that Hyper-V and ESXi do. Mostly I see it being backed up at the agent level (an agent installed on each VM) which may not be exactly what you are after.
-
@coliver Can you do LVM snapshots?
-
@johnhooks said:
@coliver Can you do LVM snapshots?
I think so. You could probably use LVM to take point-in-time snaps of the virtual disks and then ship those to a different location. At that point though if you needed to restore something you would be restoring the entire VM.
-
I'm working out of Hyper-V a lot these days, and it works just as good as anything else out there... I am planning to switch my home server over to XenServer if I can ever get the time to do it, lol.