Bug 1008892 - 4.4.2. Summary of Enhanced Entitlement Reporting Configuration
Summary: 4.4.2. Summary of Enhanced Entitlement Reporting Configuration
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Docs Installation Guide
Version: 560
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Macpherson
QA Contact: Dan Macpherson
URL:
Whiteboard:
Depends On:
Blocks: sat560-docs
TreeView+ depends on / blocked
 
Reported: 2013-09-17 09:59 UTC by Rich Jerrido
Modified: 2013-10-11 10:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-11 10:43:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Rich Jerrido 2013-09-17 09:59:14 UTC
Description of problem: 

In section 4.4.2. Summary of Enhanced Entitlement Reporting Configuration under the "Installation and Configuration of a Subscription Asset Manager server" step, we specify:


# mkdir /mnt/cdrom
# mount -o loop SAM.iso /mnt/cdrom
# cd /mnt/cdrom
# install_packages --enhanced_reporting

Which fails with:

-bash: install_packages: command not found

As the current working directory (/mnt/cdrom) is not in the user's path. 

Expected Results:

We should specify


# mkdir /mnt/cdrom
# mount -o loop SAM.iso /mnt/cdrom
# cd /mnt/cdrom
# ./install_packages --enhanced_reporting

Comment 2 Clifford Perry 2013-10-11 10:43:42 UTC
https://access.redhat.com/site/documentation/en-US/Red_Hat_Satellite/5.6/html-single/Installation_Guide/index.html

Installation and Configuration of a Subscription Asset Manager server
    Install a Subscription Asset Manager (SAM) 1.3 server on a different server from Satellite 5.6. When installing from ISO, make sure to run the install_packages script with the --enhanced_reporting to install the SAM 1.3 with Enhanced Entitlements Reporting:

    # mkdir /mnt/cdrom
    # mount -o loop SAM.iso /mnt/cdrom
    # cd /mnt/cdrom
    # ./install_packages --enhanced_reporting
    # katello-configure --deployment=sam --user-pass=PASSWORD
    # chkconfig mongod on
    # service mongod start


Note You need to log in before you can comment on or make changes to this bug.