Bug 1008892

Summary: 4.4.2. Summary of Enhanced Entitlement Reporting Configuration
Product: Red Hat Satellite 5 Reporter: Rich Jerrido <rjerrido>
Component: Docs Installation GuideAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 560CC: cperry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-11 10:43:42 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: 924180    

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