Bug 1013650 - Unify use of restricted commands in service setup.
Summary: Unify use of restricted commands in service setup.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: GA
: EAP 6.3.0
Assignee: Misha H. Ali
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-30 14:07 UTC by Petr Kremensky
Modified: 2014-08-14 15:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 14873, Installation Guide-6.2-1 Build Date: 18-09-2013 14:19:43 Topic ID: 3758-493935 [Latest]
Last Closed: 2014-06-28 15:26:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1014557 0 unspecified CLOSED [Doc Bug Fix] Unify the typography of commands in Installation guide. 2021-02-22 00:41:40 UTC

Internal Links: 1014557

Description Petr Kremensky 2013-09-30 14:07:39 UTC
Title: Configure JBoss EAP 6 as a Service in Red Hat Enterprise Linux (Zip, Installer)

Describe the issue:
During the whole procedure "Procedure 3.18. Setup the Service" of starting EAP as service we are logged in as user "user", who is using sudo to perform restricted commands:
 - [user@host bin]$ sudo service jboss-as-standalone.sh start
But out-of-nowhere we are running last command as root:
 - [root@host ~]# chkconfig jboss-as-standalone.sh on

Suggestions for improvement:
We should unify these commands to use only sudo, so the last command will look like:
 - [user@host bin]$ sudo chkconfig jboss-as-standalone.sh on

Additional information:
Last command should use bold font type same as is used by other commands.

Comment 1 Petr Kremensky 2013-10-02 10:54:35 UTC
Best would be to use only:
sudo chkconfig jboss-as-standalone.sh on
as described in BZ1014557

Comment 3 Scott Mumford 2014-02-26 05:14:55 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 4 Scott Mumford 2014-02-26 05:16:17 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 5 Petr Kremensky 2014-02-26 08:04:05 UTC
Verified during EAP 6.3.0.DR1 testing cycle.


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