]> git.proxmox.com Git - pve-docs.git/blame - sysadmin.adoc
Add documentation on bootloaders (systemd-boot)
[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
bc7e0c70 29topics. They either explain things which are different on {pve}, or
419ef454
DM
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
118dceac 53* link:/wiki/Certificate_Management[Certificate Management]
8c80c3fc
DM
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
118dceac 75include::certificate-management.adoc[]
aeecd9ea 76
62de1c14
SI
77include::system-booting.adoc[]
78
8c80c3fc
DM
79endif::wiki[]
80
419ef454 81
9ee94323
DM
82////
83TODO:
419ef454
DM
84
85Working with 'systemd'
86----------------------
87
88Journal and syslog
89~~~~~~~~~~~~~~~~~~
90
91TODO: explain persistent journal...
92
69c356c4 93////