Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1164362 - Installation guide section Installing the Server on Linux incorrectly refers to rhqctl.sh instead of rhqctl
Installation guide section Installing the Server on Linux incorrectly refers ...
Status: CLOSED CURRENTRELEASE
Product: JBoss Operations Network
Classification: JBoss
Component: Documentation (Show other bugs)
JON 3.2
Unspecified Unspecified
unspecified Severity medium
: GA
: JON 3.3.0
Assigned To: Jared MORGAN
Mike Foley
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-14 13:49 EST by Larry O'Leary
Modified: 2015-08-09 21:24 EDT (History)
2 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
An issue with how the rhqctl script was documented in the Installation Guide caused issues with executing the script correctly on Linux. A fix to the "Basic Setup: Installing the Server on Linux" section now removes the trailing .sh at the end of the command, which fixes the originally reported issue.
Story Points: ---
Clone Of:
Environment:
[Install_Guide] Ready for Review
Last Closed: 2014-12-11 09:00:05 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 1269603 None None None Never

  None (edit)
Description Larry O'Leary 2014-11-14 13:49:57 EST
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Operations_Network/3.2/html/Installation_Guide/install-rhel-jar.html

Section Number and Name:  ⁠2.7. Basic Setup: Installing the Server on Linux

Describe the issue: Step 5 incorrectly refers to rhqctl.sh instead of rhqctl. 

>    5. Run the JBoss ON control script to configure the server and other services. If the rhq-server.properties file is not edited, then the script prompts for a bind address for the server; this can be set to 0.0.0.0.
>
>    [root@server ~]# serverRoot/jon-server-3.2.0.GA/bin/rhqctl.sh install --start
>    23:07:00,901 INFO  [org.jboss.modules] JBoss Modules version 1.2.2.Final-redhat-1
>    ...

Suggestions for improvement: 
    5. Run the JBoss ON control script to configure the server and other services. If the rhq-server.properties file is not edited, then the script prompts for a bind address for the server; this can be set to 0.0.0.0.

    [root@server ~]# serverRoot/jon-server-3.2.0.GA/bin/rhqctl install --start
    23:07:00,901 INFO  [org.jboss.modules] JBoss Modules version 1.2.2.Final-redhat-1
    ...
Comment 1 Jared MORGAN 2014-11-16 18:08:05 EST
This string cited in #Description was controlled by an XML entity in the doc. I've changed the XML entity to read rhqctl instead of rhqctl.sh.

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