6.2. Registering Clients Manually
To register clients manually, complete the following procedure on each client that you register.
Procedure
Remove the
katello-ca-consumer
package 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-consumer
package 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.rpm
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Register the client and include the
--serverurl
and--baseurl
options: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/repos
Copy to Clipboard Copied! Toggle word wrap Toggle overflow