You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/09/09 09:06:29 UTC

[cloudstack-documentation] branch 4.14 updated: Firewalld notice on cloudstack-setup-databases (#143)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.14 by this push:
     new f12abed  Firewalld notice on cloudstack-setup-databases (#143)
f12abed is described below

commit f12abed06c76a30d007309a42a327ed90b7571a7
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Wed Sep 9 11:06:20 2020 +0200

    Firewalld notice on cloudstack-setup-databases (#143)
    
    * Update _database.rst
    
    * Update _second_mgt.rst
---
 source/installguide/management-server/_database.rst   | 9 ++++++++-
 source/installguide/management-server/_second_mgt.rst | 6 ++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/source/installguide/management-server/_database.rst b/source/installguide/management-server/_database.rst
index 46a9f13..3fb2903 100644
--- a/source/installguide/management-server/_database.rst
+++ b/source/installguide/management-server/_database.rst
@@ -385,5 +385,12 @@ same node for MySQL. See `“Install the Database on the Management Server Node
       cloudstack-setup-management
 
    You should get the output message “CloudStack Management Server setup is
-   done.”
+   done!”
 
+   .. warning::
+      On RHEL and CentOS systems, firewalld (installed by default) will override all 
+      iptables rules set by the cloudstack-setup-management script, 
+      so ensure that the firewalld is disabled or ensure the correct firewalld rules
+      are in place to allow traffic to ports 8080, 8250 and 9090 to the management server.
+      
+   
diff --git a/source/installguide/management-server/_second_mgt.rst b/source/installguide/management-server/_second_mgt.rst
index 4526bfd..f079d75 100644
--- a/source/installguide/management-server/_second_mgt.rst
+++ b/source/installguide/management-server/_second_mgt.rst
@@ -64,6 +64,12 @@ OS for the Management Server.
 
    The Management Server on this node should now be running.
    If the servlet container is Tomcat7 the argument --tomcat7 must be used.
+   
+   .. warning::
+      On RHEL and CentOS systems, firewalld (installed by default) will override all 
+      iptables rules set by the cloudstack-setup-management script, 
+      so ensure that the firewalld is disabled or ensure the correct firewalld rules
+      are in place to allow traffic to ports 8080, 8250 and 9090 to the management server.
 
 #. Repeat these steps on each additional Management Server.