You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/de/agent_linux_legacy.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Die Themen, für die der Modus des Agenten keine Rolle spielt, können Sie im Ar
49
49
== Installation
50
50
51
51
Je nach Paketmanagement stehen drei Installationsmöglichkeiten zur Auswahl:
52
-
Entweder DEB- oder RPM-Pakete für Debian, Ubuntu, RHEL, SLES (und deren Derivate), ein TGZ-Archiv für alle anderen Distributionen (kommerzielle Editionen) oder ebenfalls für weitere Distributionen ein Shellskript ({RE}).
52
+
Entweder DEB- oder RPM-Pakete für Debian, Ubuntu, Red Hat Enterprise Linux (RHEL), SLES (und deren Derivate), ein TGZ-Archiv für alle anderen Distributionen (kommerzielle Editionen) oder ebenfalls für weitere Distributionen ein Shellskript ({RE}).
Copy file name to clipboardExpand all lines: src/common/en/agent_linux_legacy.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The issues for which the agent mode does not matter can be found in the article
49
49
== Installation
50
50
51
51
Depending on the package management, there are three installation options to choose from:
52
-
Either DEB or RPM packages for Debian, Ubuntu, RHEL, SLES (and their derivatives), a TGZ archive for all other distributions (commercial editions) or likewise a shell script ({RE}) for any other distributions.
52
+
Either DEB or RPM packages for Debian, Ubuntu, Red Hat Enterprise Linux (RHEL), SLES (and their derivatives), a TGZ archive for all other distributions (commercial editions) or likewise a shell script ({RE}) for any other distributions.
Copy file name to clipboardExpand all lines: src/onprem/de/install_packages_redhat.asciidoc
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
// -*- coding: utf-8 -*-
2
2
include::global_attr.adoc[]
3
-
= Installation unter Red Hat und Derivaten
3
+
= Installation unter Red Hat Enterprise Linux
4
4
:revdate: 2024-03-14
5
-
:title: Installation unter Red Hat und Derivaten
6
-
:description: Hier erfahren Sie, wie Sie {CMK} unter der Linux-Distribution Red Hat Enterprise Linux (RHEL) und ihren Derivaten installieren.
5
+
:title: Installation unter Red Hat Enterprise Linux
6
+
:description: Hier erfahren Sie, wie Sie {CMK} unter der Linux-Distribution Red Hat Enterprise Linux (RHEL) und binärkompatiblen Distributionen installieren.
7
7
8
8
{related-start}
9
9
xref:intro_setup#[{CMK} aufsetzen]
@@ -18,7 +18,7 @@ xref:install_packages#[Grundsätzliches zur Installation von {CMK}]
18
18
Software aus Drittquellen wird nicht benötigt.
19
19
Damit alle benötigten Pakete fehlerfrei nachinstalliert werden können, benötigen Sie eine korrekte Konfiguration der Software-Quellen.
20
20
21
-
Bei Red Hat und allen seinen Derivaten wie CentOS, AlmaLinux oder Rocky Linux muss das _EPEL (Extra Packages for Enterprise Linux)_-Repository als Paketquelle eingerichtet werden.
21
+
Bei Red Hat Enterprise Linux (RHEL) und allen binärkompatiblen Distributionen wie CentOS, AlmaLinux oder Rocky Linux muss das _EPEL (Extra Packages for Enterprise Linux)_-Repository als Paketquelle eingerichtet werden.
22
22
23
23
Dies geschieht mit Hilfe eines RPM-Pakets, welches mit dem Befehl `yum` installiert wird.
24
24
@@ -36,7 +36,7 @@ Hier ein Beispiel für die Installation der EPEL-Paketquelle für die Version 8:
Damit Sie EPEL auf Red Hat und Derivaten nutzen können, benötigen Sie noch die Paketquelle für optionale RPMs, sofern diese nicht bereits bei der Installation des Betriebssystems eingerichtet worden ist.
39
+
Damit Sie EPEL auf RHEL und Derivaten nutzen können, benötigen Sie noch die Paketquelle für optionale RPMs, sofern diese nicht bereits bei der Installation des Betriebssystems eingerichtet worden ist.
40
40
Ohne diese Quelle werden Ihnen die Pakete `freeradius-utils`, `graphviz-gd` und `php-mbstring` fehlen.
41
41
42
42
Seit Version 8.x genügt hier die Aktivierung der sogenannten PowerTools mithilfe des Dandified YUM in den freien Derivaten bzw. dem `subscription-manager` in RHEL.
@@ -49,7 +49,7 @@ CentOS ab 8.4, AlmaLinux und Rocky Linux:
Da Red Hat und damit auch die Derivate standardmäßig Security-Enhanced Linux (SELinux) und eine lokale Firewall mitliefern, müssen hier gegebenenfalls noch Anpassungen vorgenommen werden.
62
+
Da RHEL und damit auch die Derivate standardmäßig Security-Enhanced Linux (SELinux) und eine lokale Firewall mitliefern, müssen hier gegebenenfalls noch Anpassungen vorgenommen werden.
63
63
Erlauben Sie zunächst, dass der Webserver auf die Netzwerkschnittstellen zugreifen darf:
64
64
65
65
[{shell}]
@@ -126,7 +126,7 @@ Alternativ können Sie den Schlüssel aber auch über link:http://keys.gnupg.net
126
126
////
127
127
128
128
Danach importieren Sie den Schlüssel in die Liste der vertrauenswürdigen Signaturen.
129
-
Unter Red Hat und allen Derivaten ist auch dafür das Tool `rpm` zuständig:
129
+
Unter RHEL und allen Derivaten ist auch dafür das Tool `rpm` zuständig:
Copy file name to clipboardExpand all lines: src/onprem/de/kerberos.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Was Sie auf der Seite von {CMK} benötigen, zeigt Ihnen diese Anleitung.
20
20
Folgende Voraussetzungen müssen erfüllt sein, um die Konfiguration in {CMK} nachträglich auf SSO (Single Sign-On) mit Kerberos umzustellen:
21
21
22
22
* Die Apache-Version ist 2.4 oder neuer.
23
-
* Auf dem {CMK}-Server ist das Modul `libapache-mod-auth-kerb` installiert (bzw. `mod_auth_kerb` unter RHEL/CentOS oder `apache2-mod_auth_kerb` unter SUSE).
23
+
* Auf dem {CMK}-Server ist das Modul `libapache-mod-auth-kerb` installiert (bzw. `mod_auth_kerb` unter Red Hat Enterprise Linux und CentOS oder `apache2-mod_auth_kerb` unter SUSE).
24
24
* Der Kerberos-Client ist auf dem {CMK}-Server installiert und konfiguriert.
25
25
* Eine Keytab wurde -- z.B. in der {CMK}-Instanz unter `~/etc/apache/cmk_http.keytab` -- erstellt und darf nur von dem Instanzbenutzer gelesen werden.
26
26
* Der {CMK}-Server wurde als _Service Principal_ eingerichtet.
Copy file name to clipboardExpand all lines: src/onprem/de/omd_https.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Wir gehen im weiteren Verlauf der Einrichtung zudem davon aus, dass eine auf dem
32
32
Dafür ist das Modul `mod_rewrite` nötig.
33
33
Schließlich wird noch `mod_headers` benötigt, damit der als link:https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html[Reverse Proxy^] konfigurierte extern erreichbare Apache dem xref:ports#loopback[Site Apache] die Request Header weiterleitet.
34
34
35
-
Die geladenen Apache-Module können Sie sich mit dem Kommando `apachectl` anzeigen lassen (alte CentOS- und RHEL-Versionen benötigen möglicherweise stattdessen `httpd`).
35
+
Die geladenen Apache-Module können Sie sich mit dem Kommando `apachectl` anzeigen lassen. Alte Red Hat Enterprise Linux (RHEL) und CentOS-Versionen benötigen möglicherweise stattdessen `httpd`.
36
36
Mit `grep` prüfen Sie gleich, ob alle drei benötigten Module vorhanden sind:
Copy file name to clipboardExpand all lines: src/onprem/de/update_matrix.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Aktivieren Sie JavaScript, um an dieser Stelle die Kompatibilitätsmatrix für U
119
119
120
120
Um einen Ausblick auf die Unterstützung durch künftige {CMK}-Versionen zu ermöglichen und Updates von Distributionen und {CMK} besser planen zu können, hat die {comfull} sich einige Regeln gegeben:
121
121
122
-
* _Enterprise-Distributionen_ (SLES, RHEL) werden bis 10 Jahre nach deren Erscheinungsdatum oder bis zum offiziellen Support-Ende durch den Distributor unterstützt.
122
+
* _Enterprise-Distributionen_ (SLES, Red Hat Enterprise Linux) werden bis 10 Jahre nach deren Erscheinungsdatum oder bis zum offiziellen Support-Ende durch den Distributor unterstützt.
123
123
* _Community-Distributionen_ (Debian, Ubuntu) werden bis 5 Jahre nach deren Erscheinungsdatum oder bis zum offiziellen Support-Ende durch den Distributor unterstützt, sofern es sich um LTS-Releases handelt.
124
124
125
125
In beiden Fällen ist der frühere Zeitpunkt entscheidend.
Copy file name to clipboardExpand all lines: src/onprem/en/install_packages_redhat.asciidoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
// -*- coding: utf-8 -*-
2
2
include::global_attr.adoc[]
3
-
= Installation on Red Hat and derivatives
3
+
= Installation on Red Hat Enterprise Linux
4
4
:revdate: 2024-03-14
5
-
:title: Installation on Red Hat and derivatives
6
-
:description: Learn how to install {CMK} on the Linux distribution of Red Hat Enterprise Linux (RHEL) and its derivatives.
5
+
:title: Installation on Red Hat Enterprise Linux
6
+
:description: Learn how to install {CMK} on the Linux distribution of Red Hat Enterprise Linux (RHEL) and binary compatible distributions.
7
7
8
8
{related-start}
9
9
xref:intro_setup#[Setting up {CMK}]
@@ -18,7 +18,7 @@ xref:install_packages#[Basic information on the installation of {CMK}]
18
18
Third-party software is not required.
19
19
In order that all necessary packages can be subsequently installed, a correct configuration of the software sources is necessary.
20
20
21
-
With Red Hat and all its derivatives such as CentOS, AlmaLinux or Rocky Linux, the _EPEL (Extra Packages for Enterprise Linux)_ repository must be set up as a package source.
21
+
With Red Hat Enterprise Linux (RHEL) and all binary compatible distributions such as CentOS, AlmaLinux or Rocky Linux, the _EPEL (Extra Packages for Enterprise Linux)_ repository must be set up as a package source.
22
22
23
23
You can do this with the help of an RPM package, which can be installed with the `yum` command.
24
24
@@ -49,7 +49,7 @@ CentOS from 8.4, AlmaLinux and Rocky Linux:
Since Red Hat and thus also the derivatives also deliver Security-Enhanced Linux (SELinux) and a local firewall by default, adjustments may still have to be made here.
62
+
Since RHEL and thus also the derivatives also deliver Security-Enhanced Linux (SELinux) and a local firewall by default, adjustments may still have to be made here.
63
63
As the first step you will need to allow your web server to access the network interfaces:
64
64
65
65
[{shell}]
@@ -115,7 +115,7 @@ First, load the key directly from our website:
115
115
----
116
116
117
117
Then import the key to the list of trusted signatures.
118
-
On Red Hat and all derivatives this is yet another job for `rpm`:
118
+
On RHEL and all derivatives this is yet another job for `rpm`:
Copy file name to clipboardExpand all lines: src/onprem/en/kerberos.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ These instructions will show you how to do this.
20
20
The following prerequisites must be satisfied before the configuration in {CMK} can be retroactively altered to SSO (Single Sign-On) with Kerberos:
21
21
22
22
* The Apache-Version is 2.4 or newer.
23
-
* On the {CMK} server the module `libapache-mod-auth-kerb` is installed (or `mod_auth_kerb` under RHEL/CentOS or `apache2-mod_auth_kerb` under SUSE).
23
+
* On the {CMK} server the module `libapache-mod-auth-kerb` is installed (or `mod_auth_kerb` under Red Hat Enterprise Linux and CentOS or `apache2-mod_auth_kerb` under SUSE).
24
24
* The Kerberos client is installed and configured on the {CMK} server.
25
25
* A Keytab -- e.g. as `/etc/krb5.keytab` -- has been installed and may be read by the site user.
26
26
* The {CMK} server has been set up as the _Service Principal_.
Copy file name to clipboardExpand all lines: src/onprem/en/omd_https.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ We also assume in the further course of the setup that a connection coming in on
31
31
This requires the `mod_rewrite` module.
32
32
Finally, `mod_headers` is needed so that the externally accessible Apache configured as a link:https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html[Reverse Proxy^] forwards the request headers to the xref:ports#loopback[site Apache].
33
33
34
-
You can display the currently installed Apache modules with the `apachectl` command (old CentOS and RHELversions may need `httpd` instead).
34
+
You can display the currently installed Apache modules with the `apachectl` command. Old Red Hat Enterprise Linux (RHEL) and CentOS versions may need `httpd` instead.
35
35
Use `grep` to check immediately whether all three required modules are present:
Copy file name to clipboardExpand all lines: src/onprem/en/update_matrix.asciidoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,8 @@ Activate JavaScript to display the compatibility matrix for Ubuntu here.
115
115
== OS support policy in {CMK}
116
116
117
117
In order to provide an outlook for the support by future {CMK} versions and to be able to plan updates of distributions and {CMK} better, {comfull} has set itself some rules:
118
-
119
-
* _Enterprise distributions_ (SLES, RHEL) will be supported for up to 10 years after their release date, or until the official end of support by the distributor.
118
+
RHEL
119
+
* _Enterprise distributions_ (SLES, Red Hat Enterprise Linux) will be supported for up to 10 years after their release date, or until the official end of support by the distributor.
120
120
* _Community distributions_ (Debian, Ubuntu) are supported for up to 5 years after their release date, or until the official end of support by the distributor, provided they are LTS releases.
121
121
122
122
In both cases, the earlier point in time is decisive.
0 commit comments