Why not setting up Proxmox to establish free High Availability (HA) in a business and prevent data loss and provide services constantly?
For my project in Cloud Computing i tried to setup HA on a single Proxmox server by myself to see if live migration and failover is possible. The usage of HA is mainly to protect data from getting lost if a server goes down and also to offer the services of a server constantly. Another advantage of HA specially in Proxmox is, that you can easily live migrate nodes to a other host and then make maintenance work or inspection. It is also a open source software which means, it is for everyone free to get it. Following i will give you a short description of my steps to setup a stable HA on Proxmox. I used a single PC with this specs: CPU: 8 x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (1 Socket) RAM: 16GB HDD: 1TB Network Device (eno1) Proxmox version: 5.2.1 Proxmox is a complete opensource server virtualization management solution. It offers the ability to manage virtual server (VPS) technology with the Linux OpenVZ and KVM technologies. Proxmox offers a web interface accessible aft...