Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1130696

Summary: [Documentation] Installing Capsule: Remove spaces at the end of "subscription-manager repos --enable" lines
Product: Red Hat Satellite Reporter: Pavel Moravec <pmoravec>
Component: Docs Install GuideAssignee: David O'Brien <daobrien>
Status: CLOSED CURRENTRELEASE QA Contact: Athene Chan <achan>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0.3CC: bbuckingham, mmurray, shughes, xdmoon
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-11 12:29:58 UTC Type: Bug
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: 1115190    

Description Pavel Moravec 2014-08-16 11:52:57 UTC
Description of problem:
"Procedure 5.1. To Install a Satellite Capsule Server on a Certificate-managed System:" has step 4:

# subscription-manager repos --enable rhel-6-server-rpms \ 
--enable rhel-server-rhscl-6-rpms \ 
--enable rhel-server-6-satellite-capsule-6-beta-rpms

where the first 2 lines end by "\ ". Copy&pasting the command to terminal raises error "-bash: --enable: command not found" due to the extra space at the end of line.

Please remove the spaces there to allow copy&paste, as bash understands commands split to multiple lines just when each line ends just by '\'.


Version-Release number of selected component (if applicable):
6.0.3


How reproducible:
100%


Steps to Reproduce:
Try to copy&paste Step 4 of "Installing a Red Hat Satellite Capsule Server"


Actual results:
lines end by "\ "


Expected results:
they need to end by "\"

Additional info:

Comment 4 Bryan Kearney 2014-09-11 12:29:58 UTC
This was delivered with Satellite 6.0 which was released on 10 September 2014.