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 1110545

Summary: 2.4.1 : Updated Disconnected Installation Instructions
Product: Red Hat Satellite Reporter: Mike McCune <mmccune>
Component: Docs Install GuideAssignee: Athene Chan <achan>
Status: CLOSED CURRENTRELEASE QA Contact: Megan Lewis <melewis>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.4CC: cwelton, mmccune, 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-07-02 14:07:40 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 Mike McCune 2014-06-17 22:20:01 UTC
In Section 2.4.1 we need the following updated:

## Step 5:

yum install katello-utils python-qpid-qmf python-qpid  qpid-cpp-server-store

## Step 9:

sudo service qpidd start
sudo chkconfig qpidd on
sudo service mongod start
sleep 10
sudo chkconfig mongod on
sudo -u apache pulp-manage-db
sudo service httpd restart
sudo chkconfig pulp_workers on
sudo service pulp_workers start
sudo chkconfig pulp_celerybeat on
sudo service pulp_celerybeat start
sudo chkconfig pulp_resource_manager on
sudo service pulp_resource_manager start

This is to reflect the additional configuration and packages necessary for Pulp 2.4

Comment 1 RHEL Program Management 2014-06-17 22:39:06 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 3 Mike McCune 2014-06-18 05:09:40 UTC
Also need to add a step after (7) that instructs to turn auth=no in:

/etc/qpid/qpidd.conf

# Configuration file for qpidd. Entries are of the form: 
#   name=value 
#
# (Note: no spaces on either side of '=').
# Run "qpidd --help" or see "man qpidd" for more details.

auth=no


This would be a new step (8)

Comment 4 Athene Chan 2014-06-18 06:15:35 UTC
Hi Mike,

Does "auth=no" mean no authentication required? I'd like to know so we can explain it on the step.

Thank you,
Athene

(In reply to Mike McCune from comment #3)
> Also need to add a step after (7) that instructs to turn auth=no in:
> 
> /etc/qpid/qpidd.conf
> 
> # Configuration file for qpidd. Entries are of the form: 
> #   name=value 
> #
> # (Note: no spaces on either side of '=').
> # Run "qpidd --help" or see "man qpidd" for more details.
> 
> auth=no
> 
> 
> This would be a new step (8)

Comment 7 Mike McCune 2014-06-19 18:42:07 UTC
*** Bug 1041557 has been marked as a duplicate of this bug. ***

Comment 8 Bryan Kearney 2014-07-02 14:07:40 UTC
This was delivered with 6.0.3, which is the Satellite 6 Beta.