2016-10-13 08:40:48 +02:00
[[chapter_system_administration]]
2016-01-05 10:24:31 +01:00
Host System Administration
==========================
2016-10-14 07:18:04 +02:00
ifndef::manvolnum[]
2016-10-08 17:22:48 +02:00
:pve-toplevel:
2016-10-14 07:18:04 +02:00
endif::manvolnum[]
2016-10-08 17:22:48 +02:00
2020-02-11 09:55:42 +01:00
The following sections will focus on common virtualization tasks and explain the
{pve} specifics regarding the administration and management of the host machine.
2016-01-05 10:24:31 +01:00
2020-02-11 09:55:42 +01:00
{pve} is based on https://www.debian.org/[Debian GNU/Linux] with additional
repositories to provide the {pve} related packages. This means that the full
range of Debian packages is available including security updates and bug fixes.
2022-11-09 12:58:27 +01:00
{pve} provides its own Linux kernel based on the Ubuntu kernel. It has all the
2020-02-11 09:55:42 +01:00
necessary virtualization and container features enabled and includes
https://zfsonlinux.org[ZFS] and several extra hardware drivers.
2016-01-05 10:24:31 +01:00
2020-02-11 09:55:42 +01:00
For other topics not included in the following sections, please refer to the
Debian documentation. The
2022-11-09 12:58:28 +01:00
https://debian-handbook.info/get[Debian
2020-02-11 09:55:42 +01:00
Administrator\'s Handbook] is available online, and provides a comprehensive
introduction to the Debian operating system (see xref:Hertzog13[]).
2016-01-05 10:24:31 +01:00
2016-09-12 10:42:02 +02:00
ifdef::wiki[]
See Also
--------
* link:/wiki/Package_Repositories[Package Repositories]
2020-02-11 09:55:45 +01:00
* link:/wiki/Network_Configuration[Network Configuration]
2016-09-12 10:42:02 +02:00
* link:/wiki/System_Software_Updates[System Software Updates]
2022-05-04 11:23:58 +02:00
* link:/wiki/Host_Bootloader[Host Bootloader]
2022-08-25 08:01:44 +02:00
* link:/wiki/Time_Synchronization[Time Synchronization]
2016-10-20 11:58:33 +02:00
* link:/wiki/External_Metric_Server[External Metric Server]
2016-10-06 15:49:19 +02:00
* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
2016-09-12 12:18:27 +02:00
* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
2016-09-12 10:42:02 +02:00
* link:/wiki/ZFS_on_Linux[ZFS on Linux]
2022-08-25 08:01:44 +02:00
* link:/wiki/BTRFS[BTRFS]
2019-02-14 16:06:11 +01:00
* link:/wiki/Certificate_Management[Certificate Management]
2022-05-04 11:23:58 +02:00
* link:/wiki/Kernel_Samepage_Merging_(KSM)[Kernel Samepage Merging (KSM)]
2016-09-12 10:42:02 +02:00
endif::wiki[]
ifndef::wiki[]
2016-01-05 10:24:31 +01:00
2016-01-19 17:03:26 +01:00
include::pve-package-repos.adoc[]
2016-01-05 10:24:31 +01:00
2016-01-19 17:03:26 +01:00
include::system-software-updates.adoc[]
2016-01-17 11:35:58 +01:00
2016-09-12 09:50:41 +02:00
include::pve-network.adoc[]
2016-05-01 11:52:18 +02:00
2016-10-07 15:28:31 +02:00
include::system-timesync.adoc[]
2016-10-20 11:58:33 +02:00
include::pve-external-metric-server.adoc[]
2016-10-06 15:49:19 +02:00
include::pve-disk-health-monitoring.adoc[]
2016-09-12 12:18:27 +02:00
include::local-lvm.adoc[]
2016-09-08 09:24:50 +02:00
include::local-zfs.adoc[]
2016-01-05 10:24:31 +01:00
2021-06-23 14:46:48 +02:00
include::local-btrfs.adoc[]
2020-05-06 10:30:34 +02:00
include::pvenode.adoc[]
2019-02-14 16:06:11 +01:00
include::certificate-management.adoc[]
2018-05-09 18:56:21 +02:00
2019-07-10 14:40:16 +02:00
include::system-booting.adoc[]
2022-02-25 17:29:48 +01:00
include::kernel-samepage-merging.adoc[]
2016-09-12 10:42:02 +02:00
endif::wiki[]
2016-01-05 10:24:31 +01:00
2016-09-08 09:24:50 +02:00
////
TODO:
2016-01-05 10:24:31 +01:00
Working with 'systemd'
----------------------
Journal and syslog
~~~~~~~~~~~~~~~~~~
TODO: explain persistent journal...
2016-05-01 11:52:18 +02:00
////