Sha256: 925aee0b35b682759679ef267d8545116d1fd762c9303f5fba7509cb0fbb1601
Contents?: true
Size: 1.39 KB
Versions: 11
Compression:
Stored size: 1.39 KB
Contents
<div ng-controller="ContentHostRegisterController"><li> <p translate>Register using subscription-manager:</p> <p translate>Using an Activation Key:</p> <pre><code>subscription-manager register --org="{{ organization.label }}" --activationkey="<Activation Key Name>"</code></pre> <p translate>Using a username and password:</p> <pre><code>subscription-manager register --org="{{ organization.label }}" --environment="Library"</code></pre> </li> <li> <p translate>Install client package:</p> <p translate>To report package & errata information:</p> <pre><code>yum -y install katello-host-tools</code></pre> <p translate>Tracer helps administrators identify applications that need to be restarted after a system is patched. To optionally report tracer information:</p> <pre><code>yum -y install katello-host-tools-tracer</code></pre> <p ng-hide="remoteExecutionByDefault" translate>For remote actions via katello-agent:</p> <pre ng-hide="remoteExecutionByDefault" ><code>yum -y install katello-agent</code></pre> <section ng-hide="remoteExecutionByDefault" > <p bst-alert="warning" > <span translate> Katello-agent is deprecated and will be removed in a future release. </span> </p> </section> <p translate>Learn more about these packages in the <a href="https://theforeman.org/plugins/katello/">Documentation</a> </p> </li></div>
Version data entries
11 entries across 11 versions & 1 rubygems