centos - 一台服务器,如何装多个Linux系统?
伊谢尔伦
伊谢尔伦 2017-04-17 13:06:05
0
18
1059
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(18)
黄舟

docker!

黄舟

Are you talking about docker?

伊谢尔伦

You can refer to VMware ESXi

Peter_Zhu

I have also considered the issue you mentioned, but since I don’t have the resources at hand and haven’t practiced it, I can only talk about it briefly, and I can’t guarantee its accuracy.
According to what you mean, vmware's vSphere may meet your requirements. But it seems that more than 1 server is needed. See picture
In addition to vmware products, there is also the open source software Xen. The advantage of Xen over vm workstation is that Xen is very resource-saving. In other words, if you are running 5 vm workstations now, it is very laggy. Maybe it will be smoother after switching to Xen. The following is from Baidu Encyclopedia:

Xen achieves high performance through a technology called paravirtualization (less performance loss, about 2% in typical cases, 8% in the worst case;
Compared with others that use full virtualization, the penalty is up to 20%
In contrast to other solutions that are attrition), Xen also performs extremely well even on some architectures (x86) that are extremely unfriendly to traditional virtualization technology

左手右手慢动作

Vagrant can be used to create vm, and the memory and CPU of each vm can be defined through Vagrantfile.
However, the VM must always run on a physical machine. If the physical machine hangs up, other VMs will definitely hang up as well.

Ty80

Obviously, what lz needs is a virtual machine, and this virtual machine runs on Linux, so that resources will not be occupied by windows.
Here is the list of virtual machines. If you want to be quick and convenient, first install a Linux on the server, and then install an openVZ virtual machine based on this Linux, so that you can use openvz to start multiple virtual machines at the same time. And openVZ can set the memory and CPU occupied by each virtual system

大家讲道理

XenServer works great

巴扎黑

There is also a joke, how is the poster’s computer defined? Haha, it’s not related to the topic, don’t blame me

迷茫

Still not clear about your needs, do you want 5 Linux to coexist on the server or do you want to run 5 Linux at the same time?

For multiple systems, you can install 5 Linuxes to coexist based on your hardware, but it is best to plan and partition them separately, so that only one system can be started at a time, but the system that is started can enjoy the entire CPU , and memory resources, even if one dies, it will not affect the others.

For running 5 Linux at the same time, currently I only know how to install them in virtual machines (vbox, vm) and let them run at the same time, but this still requires the host to provide CPU and memory resources. The distribution also said that you can make 5 of them with the same specifications to "equally share" the resources

洪涛

http://blog.csdn.net/p2227/article/details/7233032

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!