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