]> git.proxmox.com Git - pve-docs.git/blame - sysadmin.adoc
remove attributes.txt (use asciidoc/asciidoc-pve.conf instead)
[pve-docs.git] / sysadmin.adoc
CommitLineData
80c0adcb 1[[chapter_system_administration]]
419ef454
DM
2Host System Administration
3==========================
194d2f29 4ifndef::manvolnum[]
5f09af76 5:pve-toplevel:
194d2f29 6endif::manvolnum[]
5f09af76 7
419ef454
DM
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
65647b07 12Administrator\'s Handbook] is available online, and provides a
419ef454
DM
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
419ef454 33
8c80c3fc
DM
34ifdef::wiki[]
35
36See Also
37--------
38
8c80c3fc
DM
39* link:/wiki/Package_Repositories[Package Repositories]
40
8c80c3fc
DM
41* link:/wiki/Network_Configuration[Network Configuration]
42
43* link:/wiki/System_Software_Updates[System Software Updates]
44
d9abb1d6
DC
45* link:/wiki/External_Metric_Server[External Metric Server]
46
897abbde
DC
47* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
48
8b849dc3
DM
49* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
50
8c80c3fc
DM
51* link:/wiki/ZFS_on_Linux[ZFS on Linux]
52
53endif::wiki[]
54
55
56ifndef::wiki[]
419ef454 57
d91f8c1e 58include::pve-package-repos.adoc[]
419ef454 59
d91f8c1e 60include::system-software-updates.adoc[]
202dc350 61
0bcd1f7f 62include::pve-network.adoc[]
69c356c4 63
4b985658
FG
64include::system-timesync.adoc[]
65
d9abb1d6
DC
66include::pve-external-metric-server.adoc[]
67
897abbde
DC
68include::pve-disk-health-monitoring.adoc[]
69
8b849dc3
DM
70include::local-lvm.adoc[]
71
9ee94323 72include::local-zfs.adoc[]
419ef454 73
8c80c3fc
DM
74endif::wiki[]
75
419ef454 76
9ee94323
DM
77////
78TODO:
419ef454
DM
79
80Working with 'systemd'
81----------------------
82
83Journal and syslog
84~~~~~~~~~~~~~~~~~~
85
86TODO: explain persistent journal...
87
69c356c4 88////