X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=sysadmin.adoc;h=3f626197d5237110ecb50acea31e80c109ad1c53;hb=60ed554faca57ba18f1b199a4f90c5578f88d91c;hp=c52c3fe7ca177ffc430759aecbf9c71fdb4bb28d;hpb=5f09af76d7282a043be8fa5439349272f506cf02;p=pve-docs.git diff --git a/sysadmin.adoc b/sysadmin.adoc index c52c3fe..3f62619 100644 --- a/sysadmin.adoc +++ b/sysadmin.adoc @@ -1,36 +1,25 @@ +[[chapter_system_administration]] Host System Administration ========================== -include::attributes.txt[] - -ifdef::wiki[] +ifndef::manvolnum[] :pve-toplevel: -endif::wiki[] +endif::manvolnum[] -{pve} is based on the famous https://www.debian.org/[Debian] Linux -distribution. That means that you have access to the whole world of -Debian packages, and the base system is well documented. The -https://debian-handbook.info/download/stable/debian-handbook.pdf[Debian -Administrator\'s Handbook] is available online, and provides a -comprehensive introduction to the Debian operating system (see -xref:Hertzog13[]). +The following sections will focus on common virtualization tasks and explain the +{pve} specifics regarding the administration and management of the host machine. -A standard {pve} installation uses the default repositories from -Debian, so you get bug fixes and security updates through that -channel. In addition, we provide our own package repository to roll -out all {pve} related packages. This includes updates to some -Debian packages when necessary. - -We also deliver a specially optimized Linux kernel, where we enable all -required virtualization and container features. That kernel includes -drivers for http://zfsonlinux.org/[ZFS], and several hardware drivers. -For example, we ship Intel network card drivers to support their -newest hardware. - -The following sections will concentrate on virtualization related -topics. They either explains things which are different on {pve}, or -tasks which are commonly used on {pve}. For other topics, please refer -to the standard Debian documentation. +{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 it's 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/download/stable/debian-handbook.pdf[Debian +Administrator\'s Handbook] is available online, and provides a comprehensive +introduction to the Debian operating system (see xref:Hertzog13[]). ifdef::wiki[] @@ -39,16 +28,19 @@ See Also * link:/wiki/Package_Repositories[Package Repositories] -* link:/wiki/Network_Configuration[Network Configuration] +* link:/wiki/Network_Configuration[Network Configuration] * link:/wiki/System_Software_Updates[System Software Updates] +* 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/Certificate_Management[Certificate Management] endif::wiki[] @@ -60,12 +52,22 @@ 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::pvenode.adoc[] + +include::certificate-management.adoc[] + +include::system-booting.adoc[] + endif::wiki[]