]> git.proxmox.com Git - pve-docs.git/blame_incremental - sysadmin.adoc
fix #3884: Add section for kernel samepage merging
[pve-docs.git] / sysadmin.adoc
... / ...
CommitLineData
1[[chapter_system_administration]]
2Host System Administration
3==========================
4ifndef::manvolnum[]
5:pve-toplevel:
6endif::manvolnum[]
7
8The following sections will focus on common virtualization tasks and explain the
9{pve} specifics regarding the administration and management of the host machine.
10
11{pve} is based on https://www.debian.org/[Debian GNU/Linux] with additional
12repositories to provide the {pve} related packages. This means that the full
13range of Debian packages is available including security updates and bug fixes.
14{pve} provides it's own Linux kernel based on the Ubuntu kernel. It has all the
15necessary virtualization and container features enabled and includes
16https://zfsonlinux.org[ZFS] and several extra hardware drivers.
17
18For other topics not included in the following sections, please refer to the
19Debian documentation. The
20https://debian-handbook.info/download/stable/debian-handbook.pdf[Debian
21Administrator\'s Handbook] is available online, and provides a comprehensive
22introduction to the Debian operating system (see xref:Hertzog13[]).
23
24ifdef::wiki[]
25
26See Also
27--------
28
29* link:/wiki/Package_Repositories[Package Repositories]
30
31* link:/wiki/Network_Configuration[Network Configuration]
32
33* link:/wiki/System_Software_Updates[System Software Updates]
34
35* link:/wiki/External_Metric_Server[External Metric Server]
36
37* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
38
39* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
40
41* link:/wiki/ZFS_on_Linux[ZFS on Linux]
42
43* link:/wiki/Certificate_Management[Certificate Management]
44endif::wiki[]
45
46
47ifndef::wiki[]
48
49include::pve-package-repos.adoc[]
50
51include::system-software-updates.adoc[]
52
53include::pve-network.adoc[]
54
55include::system-timesync.adoc[]
56
57include::pve-external-metric-server.adoc[]
58
59include::pve-disk-health-monitoring.adoc[]
60
61include::local-lvm.adoc[]
62
63include::local-zfs.adoc[]
64
65include::local-btrfs.adoc[]
66
67include::pvenode.adoc[]
68
69include::certificate-management.adoc[]
70
71include::system-booting.adoc[]
72
73include::kernel-samepage-merging.adoc[]
74
75endif::wiki[]
76
77
78////
79TODO:
80
81Working with 'systemd'
82----------------------
83
84Journal and syslog
85~~~~~~~~~~~~~~~~~~
86
87TODO: explain persistent journal...
88
89////