]> git.proxmox.com Git - pve-docs.git/blame - sysadmin.adoc
add correct wiki titles
[pve-docs.git] / sysadmin.adoc
CommitLineData
419ef454
DM
1Host System Administration
2==========================
b7c3af6a 3include::attributes.txt[]
419ef454 4
5f09af76
DM
5ifdef::wiki[]
6:pve-toplevel:
7endif::wiki[]
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
897abbde
DC
46* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
47
8b849dc3
DM
48* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
49
8c80c3fc
DM
50* link:/wiki/ZFS_on_Linux[ZFS on Linux]
51
52endif::wiki[]
53
54
55ifndef::wiki[]
419ef454 56
d91f8c1e 57include::pve-package-repos.adoc[]
419ef454 58
d91f8c1e 59include::system-software-updates.adoc[]
202dc350 60
0bcd1f7f 61include::pve-network.adoc[]
69c356c4 62
897abbde
DC
63include::pve-disk-health-monitoring.adoc[]
64
8b849dc3
DM
65include::local-lvm.adoc[]
66
9ee94323 67include::local-zfs.adoc[]
419ef454 68
8c80c3fc
DM
69endif::wiki[]
70
419ef454 71
9ee94323
DM
72////
73TODO:
419ef454
DM
74
75Working with 'systemd'
76----------------------
77
78Journal and syslog
79~~~~~~~~~~~~~~~~~~
80
81TODO: explain persistent journal...
82
69c356c4 83////