6.2. Registering Clients Manually
To register clients manually, complete the following procedure on each client that you register.
Procedure
Remove the
katello-ca-consumerpackage if it is installed:yum remove 'katello-ca-consumer*'
# yum remove 'katello-ca-consumer*'Copy to Clipboard Copied! Toggle word wrap Toggle overflow Install the
katello-ca-consumerpackage from the load balancer:rpm -Uvh \ http://loadbalancer.example.com/pub/katello-ca-consumer-latest.noarch.rpm
# rpm -Uvh \ http://loadbalancer.example.com/pub/katello-ca-consumer-latest.noarch.rpmCopy to Clipboard Copied! Toggle word wrap Toggle overflow Register the client and include the
--serverurland--baseurloptions:subscription-manager register --org=Your_Organization \ --activationkey=Your_Activation_Key \ --serverurl=https://loadbalancer.example.com:8443/rhsm \ --baseurl=https://loadbalancer.example.com/pulp/repos
# subscription-manager register --org=Your_Organization \ --activationkey=Your_Activation_Key \ --serverurl=https://loadbalancer.example.com:8443/rhsm \ --baseurl=https://loadbalancer.example.com/pulp/reposCopy to Clipboard Copied! Toggle word wrap Toggle overflow