Hello everyone, after reading this: https://www.howtoforge.com/installi...ment-of-vms-through-ispconfig-3-debian-6.0-p2 I'm running on a dedicated server on debian 8, On this server i want to have 2 vps on, what is the best, easier solution to do that? Is it possible to do that directly on ispconfig? Do i have to install proxmox, or other? thank you
If you want ispconfig to manage the vps, you must use openvz. You can install the openvz.org tools on jessie, and use the kernel from their wheezy repo (https://download.openvz.org/debian/); see https://openvz.org/Installation_on_Debian Note that wheezy kernel does not support systemd, run 'apt-get install -y sysvinit-core' to switch to sysvinit. (https://bugs.openvz.org/browse/OVZ-6232) Proxmox could be used on jessie, though it does not support openvz currently, so you'd be using lxc containers. I have no experience with it, so can't give any direction on what to do, but there are pro's and con's to consider.
Thank you Jesse for your answer, I'm going to install ispconfig now, and i'll put openvz too on it. If someone have tips or other answer, i'm open about learning!
ok, thank you for your answer florian, i'll try it. What about docker, i don't know if i am next, but i've just seen this tutorial: https://www.howtoforge.com/tutorial/how-to-use-docker-introduction/ Seems to be very interesting, but i have to see how it work, i'm noob
You mean the new RHEL7 based 3.10.0 kernel? The old 2.6.32 is based on RHEL6 kernel, and does work on jessie; if the RHEL7 kernel works on ubuntu, do you have any pointers to setting it up? (I don't see anything in brief searching, but I'd like to give the same process a try on jessie.) Code: root# cat /etc/issue Debian GNU/Linux 8 \n \l root# uname -a Linux openvz-3 2.6.32-openvz-042stab113.21-amd64 #1 SMP Wed Mar 23 11:06:59 MSK 2016 x86_64 GNU/Linux root#
Hello sjau, i want to do the same, but i have problems trying to have network working. I install a kvm, but network don't work. I follow this tutorial: https://www.howtoforge.com/tutorial/how-to-install-proxmox-ve-4-on-debian-8-jessie/ Can you help me having this working?
thank you for your answer, i'm installing a clean installation of jessie now. Going to try installing proxmox just after that. My project is to have proxmox on the dedicated server, and having 3 kvm on it. One with ubuntu, and two with jessie ( one of them with ispconfig) With what i've read that it is possible to do that with only my dedicated server ip. If you have tips on doing that... Thanks
well, all I can say is that it worked for me. In addition the host server for me uses encrypted raid1. First I did just a normal jessie install as I wanted and then I just followed those instructions.