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
Register your system with the Content Delivery Network, entering your Customer Portal user name and password when prompted:
subscription-manager register
# subscription-manager register
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteIf you are using an IPv6 network, use an IPv6 transition mechanism to access the Content Delivery Network and subscription manager.
Find the Red Hat Virtualization Manager subscription pool and record the pool ID:
subscription-manager list --available
# subscription-manager list --available
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Use the pool ID to attach the subscription to the system:
subscription-manager attach --pool=pool_id
# subscription-manager attach --pool=pool_id
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteTo view currently attached subscriptions:
subscription-manager list --consumed
# subscription-manager list --consumed
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To list all enabled repositories:
yum repolist
# yum repolist
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Configure the repositories:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Enable the pki-deps module.
yum module -y enable pki-deps
# yum module -y enable pki-deps
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Enable version 12 of the postgresql module.
yum module -y enable postgresql:12
# yum module -y enable postgresql:12
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Synchronize installed packages to update them to the latest available versions.
yum distro-sync
# yum distro-sync
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Additional resources
For information on modules and module streams, see the following sections in Installing, managing, and removing user-space components