]> git.proxmox.com Git - pve-docs.git/blame_incremental - sysadmin.adoc
add pveperf to index.adoc
[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
30
31ifdef::wiki[]
32
33See Also
34--------
35
36* link:/wiki/Package_Repositories[Package Repositories]
37
38* link:/wiki/Network_Configuration[Network Configuration]
39
40* link:/wiki/System_Software_Updates[System Software Updates]
41
42* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
43
44* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
45
46* link:/wiki/ZFS_on_Linux[ZFS on Linux]
47
48endif::wiki[]
49
50
51ifndef::wiki[]
52
53include::pve-package-repos.adoc[]
54
55include::system-software-updates.adoc[]
56
57include::pve-network.adoc[]
58
59include::pve-disk-health-monitoring.adoc[]
60
61include::local-lvm.adoc[]
62
63include::local-zfs.adoc[]
64
65endif::wiki[]
66
67
68////
69TODO:
70
71Working with 'systemd'
72----------------------
73
74Journal and syslog
75~~~~~~~~~~~~~~~~~~
76
77TODO: explain persistent journal...
78
79////