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