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 1393550

Summary: Error in awk script: 'print $1' should be 'print $2'
Product: Red Hat Satellite Reporter: Stephen Wadeley <swadeley>
Component: Docs Hammer CLI GuideAssignee: satellite-doc-list
Status: CLOSED DUPLICATE QA Contact: satellite-doc-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: UnspecifiedCC: dmoessne
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-10 09:51:07 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:

Description Stephen Wadeley 2016-11-09 20:10:07 UTC
Document URL: 


https://access.redhat.com/documentation/en/red-hat-satellite/6.2/paged/hammer-cli-guide/82-applying-errata-to-a-host

Section Number and Name: 

Example 8.2. Applying All Available Errata to a Host

Describe the issue: 

'print $1' should be 'print $2'

it is the second column in the awk for the errata ID not the first

Suggestions for improvement: 

Additional information: 


https://access.redhat.com/documentation/en/red-hat-satellite/6.2/paged/hammer-cli-guide/82-applying-errata-to-a-host#comment-1119351

Comment 1 Stephen Wadeley 2016-11-10 09:51:07 UTC
Closing as duplicate of BZ#1393728 because that bug also has suggestion for removing blank lines.

*** This bug has been marked as a duplicate of bug 1393728 ***