Redeeming Subscriptions on a Machine through the Command Line
The machine subscriptions are redeemed by running the redeem
command, with an email address to send the redemption email to when the process is complete.
# subscription-manager redeem --email=jsmith@example.com
In a multi-organization environment, it is also necessary to specify the organization which issued the activation keys. For example:
# subscription-manager redeem --email=jsmith@example.com --org="IT Dept"
The machine must be registered first so that the subscription service can properly identify the system and its subscriptions.