Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1113205 - [Doc] Add the full path into the command to be certain it succeeds
[Doc] Add the full path into the command to be certain it succeeds
Status: CLOSED CURRENTRELEASE
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Installation_and_Configuration_Guide (Show other bugs)
5.0 (RHEL 7)
Unspecified Linux
high Severity high
: ---
: 5.0 (RHEL 7)
Assigned To: Deepti Navale
: Documentation, Triaged
Depends On:
Blocks: 1207474
  Show dependency treegraph
 
Reported: 2014-06-25 11:54 EDT by Ryan Hallisey
Modified: 2015-04-17 02:09 EDT (History)
3 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2015-04-17 02:09:21 EDT
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)

  None (edit)
Description Ryan Hallisey 2014-06-25 11:54:30 EDT
Description of problem:

2.4.2.1. Enable SSL on the RabbitMQ Message Broker

If you follow steps 1-3 exactly, the user will not be in the correct directory
and step 4 will not work properly.

1) # mkdir /etc/pki/rabbitmq

2) # echo SSL_RABBITMQ_PW > /etc/pki/rabbitmq/certpw

3)
# chmod 700 /etc/pki/rabbitmq
# chmod 600 /etc/pki/rabbitmq/certpw

step 4): # certutil -N -d /etc/pki/rabbitmq -f certpw

The result of doing this step is:

[root@localhost ~]# certutil -N -d /etc/pki/rabbitmq -f certpw
No password file "certpw" exists.
Invalid password.
[root@localhost ~]# ls /etc/pki/rabbitmq/
cert8.db  certpw  key3.db  secmod.db

Either 1) Add a second step to step one to make sure the user is in the correct
directory or 2) use the path to certpw file. I would recommend using the path
like below.

# certutil -N -d /etc/pki/rabbitmq -f /etc/pki/rabbbitmq/certpw

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Installation_and_Configuration_Guide/sect-Install_and_Configure_the_RabbitMQ_Message_Broker.html
Comment 1 Ryan Hallisey 2014-06-25 12:05:05 EDT
There are many more occurances on the same page and should all be fixed like I said before, or now that I see more cases of this, I think maybe we should go with my first idea and just tell the user to cd to the directory.
Comment 3 Summer Long 2014-06-29 18:24:52 EDT
Assigning to Bruce Reeler, as the author for SSL issues.
Comment 5 Andrew Dahms 2015-03-30 00:40:42 EDT
Assigning to Deepti for review.

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