In certain large industries it feels like there's more urgency to migrate off of VMware than there is to do genAI stuff.
Do others sense this? If so, what options do you see for folks to keep their servers but move off of VMware? Is it all RedHat?
Do others sense this? If so, what options do you see for folks to keep their servers but move off of VMware? Is it all RedHat?
Our Hyper-V environment came online a few months ago. It was already included with our ELA with Microsoft so we were able to splash out a bit for some higher tier support.
Granted, we have a separate team working on "genAI stuff."
We started converting virtual machines about 3 weeks ago and we've gotten through ~500 of about 3500 or so.
Our grant based HPC environment is just moving back to bare metal. The VM conversion is just for ad-hoc HPC and then all of our general infrastructure. Some of our larger application servers (SAP Hana) are possibly staying on VMWare if SAP won't support them on Hyper-V.
This summer sucked big time but we'll make it.
"If you are a Global 2000 company, VMware wants your business — from the rest, not so much,”
[1] https://www.networkworld.com/article/4053783/broadcoms-vmwar...
HPE did a big brain move to support multiple hypervisor backends with their own frontend. The only way to go forward imho.
I'm using Proxmox at my current $dayjob, and we're quite happy with it. I come from a big VMware shop and I think most businesses could easily replace VMware with Proxmox.
I think Proxmox should just launch an Enterprise contract, regardless of the cost, just have one. Because right now I think the main obstacle halting adoption is their lack of any Enterprise SLA.
On a personal level I would love to see KubeVirt, or Openshift with KubeVirt, take over more. It just seems like a genius move to use the already established APIs of kubernetes with a hypervisor runtime.
"Premium"
What's a business day? I wouldn't call that a 24/7 SLA.
In the end we're going with hpe.
Deleted Comment
I forgot about MSFT's ability to bundle Hyper-V though which seems to come up in this thread a lot.
Love the username.
Migrating part of the farm and A/B testing shows good results and we’ll be able to complete it in-place before the next pizzo payment to Broadcom is due.
Thanks for the nudge, Broadcom! As far as I’m concerned, Broadcom and Oracle are tied for first on my “do not voluntarily do business with” list. Equaling Oracle in this way is a feat…
If you are on a perpetual license you can put the management vlan on a network not connected to the internet if it wasn't already and realistically this buys a few years. You will not be able to patch, eventually auditors will not accept that. For the rest not on perpetual licensing, when the licensing expires you will not be able to power on machines, if they reboot they stay off.
About half of clients we are migrating to hyper-v. Most are already running windows servers. There are some differences but hyperv covers the important features and the licensing is basically already included. Beeam makes the virtual to virtual move a lot easier, this is what most of our customers use for backups
For a good chunk they are migrating to azure or another hosted environment. If you don't have a main office with a file server or some more demanding line of business apps this is a pretty easy move.
A few are going to nutanix. Or more of expanding nutanix.
Some shops here migrate to proxmox as a UI because of certification requirements, but I migrated some of my customers to cockpit dashboard, and some to kubernetes. It's always a matter of scale and provisioning requirements.
Cockpit is my favorite so far because it's easy to setup, but its focus isn't cluster scale, which is what most larger companies need. You have to setup basically two cockpit variants: the webui and lots of cockpit server daemons (aka libvirtd on remote machines). The webui then uses SSH to login to other machines to manage them (e.g. via the known_hosts file on the webui server). [3]
Proxmox is pretty old and Perl, but it's doable. Usually storage clustering is a bit painful because you need something on a filesystem layer like ceph clusters.
There's also openshift but no idea if that is an IBM/RedHat lock-in as well, so the SMEs didn't want that risk.
[1] https://cockpit-project.org/
[2] https://www.proxmox.com/en/
[3] https://cockpit-project.org/guide/latest/feature-machines.ht...
Kind of sad seeing businesses getting screwed by closed source proprietary software, then making the same choices all over again.
Nutanix also seeing huge demand.
Not everyone is repeating their mistakes, with Proxmox and Xcp-ng seeing huge new level of business, as well, which is nice.
I'm part of the Apache CloudStack project and that too is seeing unparalleled levels of demand. The KVM hypervisor has sort of become the de facto choice, thanks to virt-v2v tool which can help migrate VMware guests.
Dead Comment
If I were running the migration, my preferred pathway would’ve been to Apache Cloudstack. We had the expertise to pull it off, and it would’ve freed us from vendor partners. Nutanix was really only on the list purely from its technology portfolio; its lack of profitability and shifting towards SaaS for features like cost analysis meant that we’d be moving into a similarly bad situation as VMware at the time (wholly beholden to their business priorities instead of our own), which I didn’t care for.
There’s a lot of options out there, most of which are built atop either KVM/QEMU or OpenStack. Virtuozzo’s offerings impressed me, but the lack of a “comprehensive” product was a turnoff. Oxide was incredibly interesting from a simplicity and integration perspective, but the appetite wasn’t there to try a startup’s product. Microsoft and Oracle were both ruled out due to higher costs and more onerous licensing than VMware/Broadcom, while IBM/OpenShift were ruled out as our private cloud estate was 100% VMs with only ~20% of our internal products capable of containerization support.
The biggest advice I can give is to understand your workload today, and determine options accordingly. Everyone’s pitching K8s and containers, but if your estate is majority VMs, then a lot of those options just aren’t worthwhile.
Without that your options for HA shared storage is Ceph (which proxmox makes decently easy to run), or NFS.
1. Proxmox cannot even join a network using DHCP requiring manual IP configuration.
2. Disk encryption is a hell instead of checkbox in installer
3. Wi-Fi - no luck (rarely used for real servers, but frequently for r&d racks)
Of course, it is a Debian core underneath and a lot of things are possible given enough time and persistence, but other solutions have them out of the box.
FWIW, I use Proxmox at home. It’s a bit obtuse at times, but it runs like a champ on my N100-based NUCs.