New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
Limitations include:
If you're using it for personal use, you'll be fine. If you're looking to use it in a production environment, then would probably not be recommended since you can't take any backups.
T> @MasonR said:
Thanks for the details..
Actually I have a single Cpu Xeon E3-1245v6 - 4C 64gb ram 500gb ssd raid 10 server and want to use it for my 3 websites and need to create 3 vps for that. It's a production site and for development I was using 2 vps and a server, for which I use proxmox ve 4. But after update to pve 5 every thing is ruined as I kept backup of all my vps so that's not a problem.
Can I use esxi 6.5 for that as I have vps level backup. Please suggest as don't have much knowledge for that and I kept expenses as low as possible.
I also studied about xen orchestra but it seems a bit difficult to manage the free version
@DrMak stealing from this reddit topic -
Personally I'd recommend sticking with Proxmox. Do a reinstall of 4.x or if feeling adventurous of 5.0 and call it a day. The good news is since you've already been using it that you're already familiar with how to operate it and utilize its features. I have an ESXi node at home, but after finally using Proxmox on a dedi I have, I'll be replacing ESXi with Proxmox.
You can export the VM but you need to shut it down first.
There are also ways to create backups using snapshots and command line tools, and automate it using cron...
I think it's better to reinstall proxmox 4.x for your production and try ESXi for your dev
No, you do not. Actually, even with free ESXi you can do full proper snapshot-backup of running VM (using ghettoVCB). Compared to this, Proxmox is way behind because it still can not do proper live backup of running VM...
To do an .OVF export you need to shut the vm down.
GhettoVCB ( https://github.com/lamw/ghettoVCB )
works but, as said on the github page "it utilizes resources available to the ESXi Shell running the backups as opposed to following the traditional method of offloading virtual machine backups through a VCB proxy."
Meaning you need spare resources on the VSphere machine that could have been used by production servers instead.
It does work but not that well for production stuff.
You do NOT need to shut the VM down. You can back-up running VM, including its memory content (something Proxmox still can not do). After restoring, it will be in exactly the same state...
It really depends on what is running in those VM-s. In many systems there are periods of very low usage, and there it is not an issue at all.