X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=sysadmin.adoc;h=0ba4bf134d6a62cd667d927f426570c5e30b590b;hp=520da278cf6c54a6a3962149182e15e36f08b173;hb=fa9b4ee121019cb4649a1c10c5d681d5a7e15d45;hpb=8c1189b640ae7d10119ff1c046580f48749d38bd diff --git a/sysadmin.adoc b/sysadmin.adoc index 520da27..0ba4bf1 100644 --- a/sysadmin.adoc +++ b/sysadmin.adoc @@ -1,6 +1,9 @@ +[[chapter_system_administration]] Host System Administration ========================== -include::attributes.txt[] +ifndef::manvolnum[] +:pve-toplevel: +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 @@ -27,81 +30,50 @@ 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. -System requirements -------------------- - -For production servers, high quality server equipment is needed. Keep -in mind, if you run 10 Virtual Servers on one machine and you then -experience a hardware failure, 10 services are lost. {pve} -supports clustering, this means that multiple {pve} installations -can be centrally managed thanks to the included cluster functionality. - -{pve} can use local storage (DAS), SAN, NAS and also distributed -storage (Ceph RBD). For details see xref:chapter-storage[chapter storage]. - -Minimum requirements, for evaluation -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* CPU: 64bit (Intel EMT64 or AMD64) - -* RAM: 1 GB RAM - -* Hard drive - -* One NIC - -Recommended system requirements -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* CPU: 64bit (Intel EMT64 or AMD64), Multi core CPU recommended - -* RAM: 8 GB is good, more is better - -* Hardware RAID with batteries protected write cache (``BBU'') or flash - based protection - -* Fast hard drives, best results with 15k rpm SAS, Raid10 - -* At least two NIC´s, depending on the used storage technology you need more ifdef::wiki[] See Also -------- -* link:/wiki/Getting_Help[Getting Help] - * link:/wiki/Package_Repositories[Package Repositories] -* link:/wiki/Installation[Installation] - * 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 Managment] endif::wiki[] ifndef::wiki[] -include::getting-help.adoc[] - include::pve-package-repos.adoc[] -include::pve-installation.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::certificate-managment.adoc[] + endif::wiki[]