Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 1.88 KB

proc_preparing-a-host-for-external-databases.adoc

File metadata and controls

55 lines (51 loc) · 1.88 KB

Preparing a Host for External Databases

Install a freshly provisioned system with the latest {EL} 8 to host the external databases.

Prerequisite
  • The prepared host must meet {Project}'s {InstallingServerDocURL}storage-requirements_{project-context}[Storage Requirements].

Procedure
  1. Use the instructions in {InstallingServerDocURL}attaching-infrastructure-subscription_{project-context}[Attaching the {Project} Infrastructure Subscription] to attach a {Project} subscription to your server.

  2. Disable all repositories and enable only the following repositories:

    # subscription-manager repos --disable '*'
    # subscription-manager repos \
    --enable={RepoRHEL8BaseOS} \
    --enable={RepoRHEL8AppStream}
  3. Enable the following module:

    # dnf module enable {dnf-module}