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