===================================================================
Sign Up and Activate No-Cost Redhat Developer Subscription
===================================================================
****************************************************
Part One: Sign Up
****************************************************
- Users can avail no-cost subscription by joining the Red Hat Developer program at `developers.redhat.com/register `_ its absolutely free.
- User account will be created with a User ID & Password.
- 16 Entitlements are provided for free to subscribe for 16 Virtual Compute or Dedicated Compute without any restrictions to the system resources.
****************************************************
Part Two: To Activate RHEL Subscription in Computer
****************************************************
1) For activation of the RHEL subscription use the above User ID & Password to register server with Redhat Subscription Manager.
::
[root@vm-0982 ~]# subscription-manager register --username --password
2) To list available subscriptions provided for free entitlements and note down the Subscription Pool ID that you use to activate it on the server
::
[root@vm-0982 ~]# subscription-manager list --available
3) To activate a specific subscription use the Subscription Pool ID and the following the command.
::
[root@vm-0982 ~]# subscription-manager subscribe --pool=
(or)
Use the following command to attach any available subscription that matches the current system.
::
[root@vm-0982 ~]# subscription-manager attach --auto
4) To get the status of the consumed subscriptions use the following command.
::
[root@vm-0982 ~]# subscription-manager list --consumed
5) To check enabled subscriptions use the below command.
::
[root@vm-0982 ~]# subscription-manager list
6) If you want to remove active subscriptions from virtual machines then use the following below commands
::
[root@vm-0982 ~]# subscription-manager remove --all
[root@vm-0982 ~]# subscription-manager unregister
[root@vm-0982 ~]# subscription-manager clean
`No-cost Red Hat Enterprise Linux Individual Developer Subscription: FAQs `_
`How to Sign Up No-Cost Redhat Developer Subscription? `_