Commit 1f60c68f by Avi Junowicz

What's needed to be changed when configuring a new VM (after copy)

parent 9f21a620
On the Physical server run virt-manager with X-session. Will open the KVM GUI for configuration
All KVM images are under /var/lib/libvirt/images on the physical server.
On the New VM change the following:
Network
vi /etc/network/interfaces
vi /etc/hosts
vi /etc/hostname
Make sure that you have the following parameters in the /etc/sysctl.conf file
_____________________________________
fs.file-max = 65535
vm.overcommit_memory = 1
vm.max_map_count = 262144
# Memory
kernel.shmmax=42949672960
kernel.shmall=10485760
_____________________________________
Reboot – reboot the server
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment