Este contenido no está disponible en el idioma seleccionado.

Chapter 14. Enabling the Red Hat Virtualization Manager Repositories


Register the system with Red Hat Subscription Manager, attach the Red Hat Virtualization Manager subscription, and enable Manager repositories.

Procedure

  1. Register your system with the Content Delivery Network, entering your Customer Portal user name and password when prompted:

    # subscription-manager register
    Copy to Clipboard Toggle word wrap
    Note

    If you are using an IPv6 network, use an IPv6 transition mechanism to access the Content Delivery Network and subscription manager.

  2. Find the Red Hat Virtualization Manager subscription pool and record the pool ID:

    # subscription-manager list --available
    Copy to Clipboard Toggle word wrap
  3. Use the pool ID to attach the subscription to the system:

    # subscription-manager attach --pool=pool_id
    Copy to Clipboard Toggle word wrap
    Note

    To view currently attached subscriptions:

    # subscription-manager list --consumed
    Copy to Clipboard Toggle word wrap

    To list all enabled repositories:

    # yum repolist
    Copy to Clipboard Toggle word wrap
  4. Configure the repositories:

    # subscription-manager repos \
        --disable='*' \
        --enable=rhel-8-for-x86_64-baseos-rpms \
        --enable=rhel-8-for-x86_64-appstream-rpms \
        --enable=rhv-4.4-manager-for-rhel-8-x86_64-rpms \
        --enable=fast-datapath-for-rhel-8-x86_64-rpms \
        --enable=jb-eap-7.4-for-rhel-8-x86_64-rpms \
        --enable=openstack-16.2-cinderlib-for-rhel-8-x86_64-rpms \
        --enable=rhceph-4-tools-for-rhel-8-x86_64-rpms
    Copy to Clipboard Toggle word wrap
  5. Enable the pki-deps module.

    # yum module -y enable pki-deps
    Copy to Clipboard Toggle word wrap
  6. Enable version 12 of the postgresql module.

    # yum module -y enable postgresql:12
    Copy to Clipboard Toggle word wrap
  7. Synchronize installed packages to update them to the latest available versions.

    # yum distro-sync
    Copy to Clipboard Toggle word wrap

Additional resources

For information on modules and module streams, see the following sections in Installing, managing, and removing user-space components

Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat