Bug 1024438

Summary: Section 2.1: Need to update order of yum-utils installation
Product: Red Hat Satellite Reporter: Mike McCune <mmccune>
Component: Docs Install GuideAssignee: Athene Chan <achan>
Status: CLOSED NOTABUG QA Contact: Dan Macpherson <dmacpher>
Severity: low Docs Contact:
Priority: low    
Version: 6.0.2CC: achan, mmurray
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-19 01:42:04 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:

Description Mike McCune 2013-10-29 16:28:35 UTC
http://deathstar1.usersys.redhat.com:3000/builds/14370-Installation_Guide/#Installing_Red_Hat_Satellite

The docs state that yum-utils is a pre-req for Satellite 6 but you can't install it without being registered. 

It is confusing as a user because if they see:

"Oh, yum-utils is a pre-req, let me install it first"

it will fail because the system most likely isn't registered with subscription-manager like outlined in the following steps.  

We should order it such that:

1) Verify the availability of Satellite channels with the following command as the root user:

2) Subscribe to the pool using the following command:

 # subscription-manager subscribe --pool=[pool id]

3) Install yum-utils if not already installed:

 # yum install yum-utils

4) Disable all existing repositories:

 # yum-config-manager --disable "*"

....

Comment 1 RHEL Program Management 2013-10-29 16:36:31 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

Comment 7 Dan Macpherson 2013-11-11 06:24:22 UTC
Downgrading the severity of this bug. The instructions have been corrected, but minor styling issue exist.