Red Hat 16 лицензий
Возможно будет интересно, что RedHat дает 16 лицензий, которые аналогичны платным лицензиям, только без службы поддержки.
Соответственно можно развернуть 16 виртуалок или 1 на железе и 15 виртуалок.
Есть выбор, как ОС использовать для домашнего ПК или в роли сервера с разными пакетами.
Ну и насколько я понял, многие начали переходить и переводить свои проекты с Ubuntu и CentOS на RedHat.
Проверка на практике:
Red Hat Subscription Management
Red Hat Enterprise Linux provided via this subscription is for individual developers only.
======================================================
Команды:
Команда для регистрации системы:
subscription-manager register --username=admin --password=secret --auto-attach
subscription-manager register --auto-attach
subscription-manager unregister
==
# subscription-manager attach --auto
Once
done, review the status using the command " # subscription-manager
status" and it should be "current". If still not working then do a
complete clean up of subscriptions from your system and re-register it.
Run the below commands in the same order:
# subscription-manager remove --all
# subscription-manager unregister
# subscription-manager clean
# yum clean all
# rm -rf /var/cache/yum/*
# subscription-manager register
# subscription-manager attach --auto
Once this is done, verify the subscription status and checkout the populate the repository:
# subscription-manager status
# yum repolist
Комментарии
Отправить комментарий