|
1 | 1 | # CentOS 6 ELS |
2 | 2 |
|
3 | | -## Supported Architecture and Packages |
| 3 | +## Installation |
4 | 4 |
|
5 | | -Supported architecture is x86_64. For other architectures, please contact our [sales@tuxcare.com](mailto:sales@tuxcare.com). |
| 5 | +<ELSPrerequisites> |
6 | 6 |
|
7 | | -The list of supported packages is provided [here](https://cve.tuxcare.com/els/projects?os=ed7974b4-29fc-4e1c-999f-6c76e065e48f&project=&version=&packages=&orderBy=project-asc). |
| 7 | +* A valid TuxCare ELS license key |
| 8 | +* Root access to the server |
| 9 | +* TCP port 443 open to `cln.cloudlinux.com`, `repo.cloudlinux.com`, and `els-rollout.cloudlinux.com` |
| 10 | +* Architecture: x86_64. For other architectures, please contact our [sales@tuxcare.com](mailto:sales@tuxcare.com). |
8 | 11 |
|
9 | | -## Connecting to ELS repository |
| 12 | +</ELSPrerequisites> |
10 | 13 |
|
11 | | -To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository. |
| 14 | +<ELSSteps> |
12 | 15 |
|
13 | | -### Outbound Firewall Settings |
14 | | - |
15 | | -To use Endless Lifecycle Support for CentOS 6, you need to open TCP port 443 to the following destinations: |
16 | | - |
17 | | -* [cln.cloudlinux.com](http://cln.cloudlinux.com) |
18 | | -* [repo.cloudlinux.com](http://repo.cloudlinux.com) |
19 | | -* [els-rollout.cloudlinux.com](https://els-rollout.cloudlinux.com/) |
20 | | - |
21 | | -## Installing the repository |
22 | | - |
23 | | -1. Download an installation script: |
| 16 | +1. Download the install script: |
24 | 17 |
|
25 | 18 | ``` |
26 | 19 | wget https://repo.els.tuxcare.com/centos6-els/install-centos6-els-repo.sh |
27 | 20 | ``` |
28 | 21 |
|
29 | | -2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server. |
| 22 | +2. Run with your license key. |
| 23 | + |
| 24 | + The script registers the server in the CLN with the key, adds a PGP key to the server. |
30 | 25 |
|
31 | 26 | ``` |
32 | 27 | sh install-centos6-els-repo.sh --license-key XXXXXXXX |
@@ -59,36 +54,17 @@ To use Endless Lifecycle Support for CentOS 6, you need to open TCP port 443 to |
59 | 54 | Description : CentOS Server simulate els release files |
60 | 55 | ``` |
61 | 56 |
|
62 | | -## Security Updates |
63 | | - |
64 | | -TuxCare provides security updates as a part of ELS for OS along with OpenSCAP scanning instructions - [learn more](/els-for-os/machine-readable-security-data/). |
65 | | - |
66 | | -* **CentOS 6 ELS OVAL stream**: [oval.xml](https://security.tuxcare.com/oval/els_os/centos6els/oval.xml) |
67 | | -* **CentOS 6 ELS CSAF data**: [security.tuxcare.com/csaf/v2/els_os/centos6els/](https://security.tuxcare.com/csaf/v2/els_os/centos6els/) |
68 | | -* **CentOS 6 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/centos6els](https://cve.tuxcare.com/rss_feed/els/releases/centos6els) |
69 | | - |
70 | | -## Removing the ELS repository |
71 | | - |
72 | | -1. List ELS repository file (ending with `-els.repo`) in the repository folder: |
73 | | - |
74 | | - ``` |
75 | | - ls -l /etc/yum.repos.d/*-els.repo |
76 | | - ``` |
77 | | - |
78 | | - Example output: |
79 | | - ``` |
80 | | - -rw-r--r-- 1 root root 210 Aug 2 2021 /etc/yum.repos.d/centos6-els.repo |
81 | | - ``` |
82 | | - |
83 | | - Remove the file to disable the ELS repository: |
| 57 | +</ELSSteps> |
84 | 58 |
|
85 | | - ``` |
86 | | - rm /etc/yum.repos.d/centos6-els.repo |
87 | | - ``` |
| 59 | +## What's next? |
88 | 60 |
|
89 | | -2. Uninstall the `els-define` package: |
| 61 | +<WhatsNext hide-title> |
90 | 62 |
|
91 | | - ``` |
92 | | - yum remove els-define |
93 | | - ``` |
| 63 | +*  [OVAL](https://security.tuxcare.com/oval/els_os/centos6els/oval.xml) — OVAL security data |
| 64 | +*  [CSAF](https://security.tuxcare.com/csaf/v2/els_os/centos6els/) — CSAF security advisories |
| 65 | +*  [RSS](https://cve.tuxcare.com/rss_feed/els/releases/centos6els) — Release notifications |
| 66 | +*  [Machine-Readable Security Data](/els-for-os/machine-readable-security-data/) — Errata, OVAL, CSAF |
| 67 | +*  [Supported packages list](https://cve.tuxcare.com/els/projects?os=ed7974b4-29fc-4e1c-999f-6c76e065e48f&project=&version=&packages=&orderBy=project-asc) — Full list of packages covered by ELS |
| 68 | +*  [Managing the ELS repository](/els-for-os/managing-els-repository/) — Updates, local mirror, and other repository operations |
94 | 69 |
|
| 70 | +</WhatsNext> |
0 commit comments