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