MySQL Forums
Forum List  »  InnoDB clusters

Re: createCluster Fails
Posted by: Benny Ben Ami
Date: June 02, 2021 12:32AM

Eventually, I've found out what is the problem.
I write it here, in case others will face the same issue.

RHEL implements SELinux (Security-Enhanced Linux). Part of its operation is blocking access to ports (in addition to the firewall).
MySQL Group Communication System Module (GCS) requires a range of ports that were blocked by the SELinux.
Running the following command fixed the issue:

semanage port -a -t mysqld_port_t -p tcp 30000-50000

Options: ReplyQuote


Subject
Views
Written By
Posted
817
June 01, 2021 05:35AM
Re: createCluster Fails
465
June 02, 2021 12:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.