From 70f1c578b2826a6b0495ec733dfa26d663b2e26a Mon Sep 17 00:00:00 2001 From: Peter Boy Date: Mar 29 2021 07:48:28 +0000 Subject: Added installation page, various content adjusted --- diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index e009a13..1350e13 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,4 +1,5 @@ * xref:index.adoc[Welcome] +* xref:server-installation.adoc[Server Installation] * xref:server-administration.adoc[Server Administration] * xref:server-virtualization.adoc[Virtualization] ** xref:virtualization-install.adoc[Add Virtualization Support] diff --git a/docs/modules/ROOT/pages/server-administration.adoc b/docs/modules/ROOT/pages/server-administration.adoc index b817fbc..90ccb7a 100644 --- a/docs/modules/ROOT/pages/server-administration.adoc +++ b/docs/modules/ROOT/pages/server-administration.adoc @@ -13,21 +13,7 @@ First Draft! Please comment on server mailing list == What You Find Here -Basic installation and system administration is covered by Fedora's overall Installation Guide (link) and System Administration Guide (link). But there are several of Fedora Server specific topics which are not included. There are such basic items as hard disk partitioning to more advanced security considerations up to virtualization. - -== Basic System Installation -(to be decided: alternatively: expand Fedora central Installation and System Administration Guides) - -=== Disk Partitioning - -- What default partitioning does -- Raid system -- Hard disk larger than 2 TB in Raid set-ups -- UEFI boot - -=== Networking -- Static configuration, appropriate for servers -- Post F32 network config file locations +Basic system administration is covered by Fedora's overall System Administration Guide (link). But there are several of Fedora Server specific topics which are not included. There are such basic items as storage organization to more advanced security considerations up to virtualization. == Post Installation security enhancements - Installing fail2ban (short step-by-step installation guide the Fedora way) diff --git a/docs/modules/ROOT/pages/server-installation.adoc b/docs/modules/ROOT/pages/server-installation.adoc new file mode 100644 index 0000000..b895516 --- /dev/null +++ b/docs/modules/ROOT/pages/server-installation.adoc @@ -0,0 +1,50 @@ += Fedora Server Installation Guides +Peter Boy; Jan Kuparinen +:page-authors: {author}, {author_2} + +[sidebar] +**** +Author: Peter Boy (pboy) | Creation Date: 2021-04-05 | Last update: 2021-04-05**** | Related Fedora Version(s): 34 +**** +[NOTE] +==== +First Draft! Please comment on server mailing list +==== + +- Fedora Server uses the Fedora standard installation system: Anaconda +- Follow Procedures as described in the Fedora Installation Guide +- However, there are some peculiarities and differences for Fedora Server Edition that should be noted in deviation or in addition to the explanations there. They are explained in the following. + +Basic installation is covered by Fedora's overall Installation Guide (link). But there are several of Fedora Server specific topics which are not included. + +== Choosing the right installation medium + +- Choose Fedora Server Edition iso, either full installation or netinstall +- avoid using any of the other iso files and then select "Fedora Server". The program and the GUI look alike, but the underlying tailoring of anaconda is different! + + +== Disk Partitioning + +- What default partitioning does +- Raid system +- Hard disk larger than 2 TB in Raid set-ups +- UEFI boot + +== Networking +- Static configuration, appropriate for servers +- Post F32 network config file locations + +== Creating Users + +- root, don't modify security settings +- If no direkt terminal access: create fall back user with password authentication active and administration privilege (group wheel & sudo su) + +== time zone and time synchronization + +- correct date & time is relevant for various security measures +- check time zone +- check activation if synchronization + + + + diff --git a/docs/modules/ROOT/pages/server-virtualization.adoc b/docs/modules/ROOT/pages/server-virtualization.adoc index 8b36ace..494be2a 100644 --- a/docs/modules/ROOT/pages/server-virtualization.adoc +++ b/docs/modules/ROOT/pages/server-virtualization.adoc @@ -2,11 +2,11 @@ [sidebar] **** -Author: Peter Boy (pboy) | Creation Date: 2021-03-10 | Last update: N/A | Related Fedora Version(s): 33 +Author: Peter Boy (pboy) | Creation Date: 2021-03-31 | Last update: N/A | Related Fedora Version(s): 33,34 **** [NOTE] ==== -First Draft! Please comment on server mailing list +**Beta 1**! Please comment on server mailing list ==== diff --git a/docs/modules/ROOT/pages/virtualization-install.adoc b/docs/modules/ROOT/pages/virtualization-install.adoc index 161377b..3edd875 100644 --- a/docs/modules/ROOT/pages/virtualization-install.adoc +++ b/docs/modules/ROOT/pages/virtualization-install.adoc @@ -4,11 +4,11 @@ Peter Boy; Jan Kuparinen [sidebar] **** -Author: Peter Boy (pboy) | Creation Date: 2021-03-10 | Last update: N/A | Affected Fedora Version(s): 33 +Author: Peter Boy (pboy) | Creation Date: 2021-03-31 | Last update: N/A | Affected Fedora Version(s): 33,34 **** [NOTE] ==== -First Draft! Please comment on server mailing list +**Beta 1******! Please comment on server mailing list ==== Libvirt is the standard virtualization method in Fedora and provides a management toolkit for KVM / QEMU. This includes a local virtual network for protected communication between the virtual guest systems with each other and with the host.