Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1f60c68f
authored
Jun 14, 2017
by
Avi Junowicz
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
What's needed to be changed when configuring a new VM (after copy)
parent
9f21a620
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
common/docs/What's needed to be changed when configuring a new VM.txt
common/docs/What's needed to be changed when configuring a new VM.txt
0 → 100644
View file @
1f60c68f
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment