]> git.proxmox.com Git - pve-docs.git/blame - sysadmin.adoc
qm.adoc: fix/remove strange continuations
[pve-docs.git] / sysadmin.adoc
CommitLineData
80c0adcb 1[[chapter_system_administration]]
419ef454
DM
2Host System Administration
3==========================
b7c3af6a 4include::attributes.txt[]
194d2f29 5ifndef::manvolnum[]
5f09af76 6:pve-toplevel:
194d2f29 7endif::manvolnum[]
5f09af76 8
419ef454
DM
9{pve} is based on the famous https://www.debian.org/[Debian] Linux
10distribution. That means that you have access to the whole world of
11Debian packages, and the base system is well documented. The
12https://debian-handbook.info/download/stable/debian-handbook.pdf[Debian
65647b07 13Administrator\'s Handbook] is available online, and provides a
419ef454
DM
14comprehensive introduction to the Debian operating system (see
15xref:Hertzog13[]).
16
17A standard {pve} installation uses the default repositories from
18Debian, so you get bug fixes and security updates through that
19channel. In addition, we provide our own package repository to roll
20out all {pve} related packages. This includes updates to some
21Debian packages when necessary.
22
23We also deliver a specially optimized Linux kernel, where we enable all
24required virtualization and container features. That kernel includes
25drivers for http://zfsonlinux.org/[ZFS], and several hardware drivers.
26For example, we ship Intel network card drivers to support their
27newest hardware.
28
29The following sections will concentrate on virtualization related
30topics. They either explains things which are different on {pve}, or
31tasks which are commonly used on {pve}. For other topics, please refer
32to the standard Debian documentation.
33
419ef454 34
8c80c3fc
DM
35ifdef::wiki[]
36
37See Also
38--------
39
8c80c3fc
DM
40* link:/wiki/Package_Repositories[Package Repositories]
41
8c80c3fc
DM
42* link:/wiki/Network_Configuration[Network Configuration]
43
44* link:/wiki/System_Software_Updates[System Software Updates]
45
d9abb1d6
DC
46* link:/wiki/External_Metric_Server[External Metric Server]
47
897abbde
DC
48* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
49
8b849dc3
DM
50* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
51
8c80c3fc
DM
52* link:/wiki/ZFS_on_Linux[ZFS on Linux]
53
54endif::wiki[]
55
56
57ifndef::wiki[]
419ef454 58
d91f8c1e 59include::pve-package-repos.adoc[]
419ef454 60
d91f8c1e 61include::system-software-updates.adoc[]
202dc350 62
0bcd1f7f 63include::pve-network.adoc[]
69c356c4 64
4b985658
FG
65include::system-timesync.adoc[]
66
d9abb1d6
DC
67include::pve-external-metric-server.adoc[]
68
897abbde
DC
69include::pve-disk-health-monitoring.adoc[]
70
8b849dc3
DM
71include::local-lvm.adoc[]
72
9ee94323 73include::local-zfs.adoc[]
419ef454 74
8c80c3fc
DM
75endif::wiki[]
76
419ef454 77
9ee94323
DM
78////
79TODO:
419ef454
DM
80
81Working with 'systemd'
82----------------------
83
84Journal and syslog
85~~~~~~~~~~~~~~~~~~
86
87TODO: explain persistent journal...
88
69c356c4 89////