Created
October 18, 2022 19:47
-
-
Save adrianriobo/a0c74f846f08722259e5f815c75ac7a2 to your computer and use it in GitHub Desktop.
rh subscription management
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check state | |
sudo subscription-manager status | |
# Check subscriptions | |
sudo subscription-manager list --consumed | |
# Check product | |
sudo subscription-manager list | |
# Register | |
subscription-manager register --username <username> --password <password> --auto-attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment