Bug 636703
Summary: | Additional Documentation for Client Configuration Guide for registering with satellite server ( | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Xixi <xdmoon> |
Component: | Docs Client Config Guide | Assignee: | Lana Brindley <lbrindle> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 530 | CC: | cperry, lbrindle, mhideo, pnovotny |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-16 22:11:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 644720 | ||
Bug Blocks: | 677505 |
Description
Xixi
2010-09-23 00:19:52 UTC
This is slated for inclusion in the Satellite 5.5 documentation. If there is any other source content that is not listed (or linked to) in this bug, please link to it. LKB Added to content specification for 5.4.1. LKB <section id="register-clients"> <title>Registering Clients to &RHN; &SAT;</title> <indexterm> <primary><application>registering</application> </primary> </indexterm> <para> To register a system with a &SAT;, you will need the fully qualified domain name (FQDN) and the SSL cert of the &SAT;. </para> <orderedlist> <listitem> <para> Download the SSL certificate to the client: </para> <screen> cd /usr/share/rhn/ wget http://satellite.example.com/pub/RHN-ORG-TRUSTED-SSL-CERT <screen> </listitem> <listitem> <para> Edit the <filename>/etc/sysconfig/rhn/up2date</filename> file: </para> <screen> serverURL=https://satellite.example.com/XMLRPC noSSLServerURL=http://satellite.example.com/XMLRPC sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT </screen> </listitem> <listitem> <para> Register the machine: </para> <screen> rhn_register </screen> </listitem> </orderedlist> </section> Updated in revision 1-7. LKB Taking this bug for verification. (In reply to comment #3) > <section id="register-clients"> > <title>Registering Clients to &RHN; &SAT;</title> > <indexterm> > <primary><application>registering</application> > </primary> > </indexterm> > <para> > To register a system with a &SAT;, you will need the fully qualified domain > name (FQDN) and the SSL cert of the &SAT;. > </para> > <orderedlist> > <listitem> > <para> > Download the SSL certificate to the client: > </para> > <screen> > cd /usr/share/rhn/ > wget http://satellite.example.com/pub/RHN-ORG-TRUSTED-SSL-CERT > <screen> > </listitem> > <listitem> > <para> > Edit the <filename>/etc/sysconfig/rhn/up2date</filename> file: > </para> > <screen> > serverURL=https://satellite.example.com/XMLRPC > noSSLServerURL=http://satellite.example.com/XMLRPC > sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT > </screen> > </listitem> > <listitem> > <para> > Register the machine: > </para> > <screen> > rhn_register > </screen> > </listitem> > </orderedlist> > </section> > > Updated in revision 1-7. > > LKB Verified in Satellite 5.4.1 "Client Configuration Guide", section "2.2. Configuring the Client Applications". This book has now been dropped to translation (RT#75265). No further updates can be accepted. Please raise a new bug for any changes. LKB 5.4.1 Satellite books are now available on docs.redhat.com. Please raise a new bug for any issues. LKB |