Bug 582862
| Summary: | wget and rpm commands have errors in documentation | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Paul Wayper <paulway> |
| Component: | Docs Client Config Guide | Assignee: | John Ha <jha> |
| Status: | CLOSED DUPLICATE | QA Contact: | Martin Minar <mminar> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 530 | CC: | adstrong, cperry, mkoci, mminar |
| 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: | 2010-09-29 14:54:13 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: | |||
| Bug Blocks: | 608749 | ||
*** This bug has been marked as a duplicate of bug 488454 *** |
Description of problem: In section 2.2.1 ("Registering with Activation Keys"), the two commands given have mistakes in them. Version-Release number of selected component (if applicable): 5.3.0 Diffs of the two commands are: - rpm -Uvh\ http://your-satellite.com/pub/rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm + rpm -Uvh http://your-satellite-FQDN/pub/rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm (remove backslash, change host name to be consistent). - wget -0 - http://your-satellite-DQDN/pub/bootstrap.sh | bash \ && rhnreg_ks --activation-key my_key --serverUrl \ https://your-satellite-FQDN/XMLRPC + wget -O - http://your-satellite-FQDN/pub/bootstrap.sh | bash && rhnreg_ks --activation-key my_key --serverUrl https://your-satellite-FQDN/XMLRPC (change zero to upper case o, change DQDN to FQDN, remove backslashes). The backslashes make sense when they are included in a command listing because they would normally indicate that a line break should be ignored; in the documentation these are not needed as one can copy and paste the command as a single line.