mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-06 13:17:48 +03:00
67ad1994c7
seems like Bullseye is not yet ready, so the download for current stable is 404, link to general "get book" page, which also provides a donation option and so better for the project. Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
99 lines
2.3 KiB
Plaintext
99 lines
2.3 KiB
Plaintext
[[chapter_system_administration]]
|
|
Host System Administration
|
|
==========================
|
|
ifndef::manvolnum[]
|
|
:pve-toplevel:
|
|
endif::manvolnum[]
|
|
|
|
The following sections will focus on common virtualization tasks and explain the
|
|
{pve} specifics regarding the administration and management of the host machine.
|
|
|
|
{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.
|
|
{pve} provides its own Linux kernel based on the Ubuntu kernel. It has all the
|
|
necessary virtualization and container features enabled and includes
|
|
https://zfsonlinux.org[ZFS] and several extra hardware drivers.
|
|
|
|
For other topics not included in the following sections, please refer to the
|
|
Debian documentation. The
|
|
https://debian-handbook.info/get[Debian
|
|
Administrator\'s Handbook] is available online, and provides a comprehensive
|
|
introduction to the Debian operating system (see xref:Hertzog13[]).
|
|
|
|
ifdef::wiki[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
* link:/wiki/Package_Repositories[Package Repositories]
|
|
|
|
* link:/wiki/Network_Configuration[Network Configuration]
|
|
|
|
* link:/wiki/System_Software_Updates[System Software Updates]
|
|
|
|
* link:/wiki/Host_Bootloader[Host Bootloader]
|
|
|
|
* link:/wiki/Time_Synchronization[Time Synchronization]
|
|
|
|
* link:/wiki/External_Metric_Server[External Metric Server]
|
|
|
|
* link:/wiki/Disk_Health_Monitoring[Disk Health Monitoring]
|
|
|
|
* link:/wiki/Logical_Volume_Manager_(LVM)[Logical Volume Manager (LVM)]
|
|
|
|
* link:/wiki/ZFS_on_Linux[ZFS on Linux]
|
|
|
|
* link:/wiki/BTRFS[BTRFS]
|
|
|
|
* link:/wiki/Certificate_Management[Certificate Management]
|
|
|
|
* link:/wiki/Kernel_Samepage_Merging_(KSM)[Kernel Samepage Merging (KSM)]
|
|
|
|
endif::wiki[]
|
|
|
|
|
|
ifndef::wiki[]
|
|
|
|
include::pve-package-repos.adoc[]
|
|
|
|
include::system-software-updates.adoc[]
|
|
|
|
include::pve-network.adoc[]
|
|
|
|
include::system-timesync.adoc[]
|
|
|
|
include::pve-external-metric-server.adoc[]
|
|
|
|
include::pve-disk-health-monitoring.adoc[]
|
|
|
|
include::local-lvm.adoc[]
|
|
|
|
include::local-zfs.adoc[]
|
|
|
|
include::local-btrfs.adoc[]
|
|
|
|
include::pvenode.adoc[]
|
|
|
|
include::certificate-management.adoc[]
|
|
|
|
include::system-booting.adoc[]
|
|
|
|
include::kernel-samepage-merging.adoc[]
|
|
|
|
endif::wiki[]
|
|
|
|
|
|
////
|
|
TODO:
|
|
|
|
Working with 'systemd'
|
|
----------------------
|
|
|
|
Journal and syslog
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
TODO: explain persistent journal...
|
|
|
|
////
|