]> git.proxmox.com Git - pve-docs.git/blame_incremental - sysadmin.adoc
pve-network.adoc: move network docu into separate file
[pve-docs.git] / sysadmin.adoc
... / ...
CommitLineData
1Host System Administration
2==========================
3include::attributes.txt[]
4
5{pve} is based on the famous https://www.debian.org/[Debian] Linux
6distribution. That means that you have access to the whole world of
7Debian packages, and the base system is well documented. The
8https://debian-handbook.info/download/stable/debian-handbook.pdf[Debian
9Administrator\'s Handbook] is available online, and provides a
10comprehensive introduction to the Debian operating system (see
11xref:Hertzog13[]).
12
13A standard {pve} installation uses the default repositories from
14Debian, so you get bug fixes and security updates through that
15channel. In addition, we provide our own package repository to roll
16out all {pve} related packages. This includes updates to some
17Debian packages when necessary.
18
19We also deliver a specially optimized Linux kernel, where we enable all
20required virtualization and container features. That kernel includes
21drivers for http://zfsonlinux.org/[ZFS], and several hardware drivers.
22For example, we ship Intel network card drivers to support their
23newest hardware.
24
25The following sections will concentrate on virtualization related
26topics. They either explains things which are different on {pve}, or
27tasks which are commonly used on {pve}. For other topics, please refer
28to the standard Debian documentation.
29
30System requirements
31-------------------
32
33For production servers, high quality server equipment is needed. Keep
34in mind, if you run 10 Virtual Servers on one machine and you then
35experience a hardware failure, 10 services are lost. {pve}
36supports clustering, this means that multiple {pve} installations
37can be centrally managed thanks to the included cluster functionality.
38
39{pve} can use local storage (DAS), SAN, NAS and also distributed
40storage (Ceph RBD). For details see xref:chapter-storage[chapter storage].
41
42Minimum requirements, for evaluation
43~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
45* CPU: 64bit (Intel EMT64 or AMD64)
46
47* RAM: 1 GB RAM
48
49* Hard drive
50
51* One NIC
52
53Recommended system requirements
54~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
56* CPU: 64bit (Intel EMT64 or AMD64), Multi core CPU recommended
57
58* RAM: 8 GB is good, more is better
59
60* Hardware RAID with batteries protected write cache (BBU) or flash
61 based protection
62
63* Fast hard drives, best results with 15k rpm SAS, Raid10
64
65* At least two NICĀ“s, depending on the used storage technology you need more
66
67
68include::getting-help.adoc[]
69
70include::pve-package-repos.adoc[]
71
72include::pve-installation.adoc[]
73
74include::system-software-updates.adoc[]
75
76include::pve-network.adoc[]
77
78include::local-zfs.adoc[]
79
80
81////
82TODO:
83
84Working with 'systemd'
85----------------------
86
87Journal and syslog
88~~~~~~~~~~~~~~~~~~
89
90TODO: explain persistent journal...
91
92////