Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

MySQL NDB Cluster install on RHEL 7 fails

3809701Sep 18 2019

Hi,

I am currently trying to install MySQL NDB Cluster 7.6 using Auto-installer on RHEL 7 which currently fails with below error:

Running out of install dir: /opt/mysql/mysqlmedia/bin

Traceback (most recent call last):

  File "./ndb_setup.py", line 38, in <module>

    request_handler.main(mcc_config.install_prefix, mcc_config.abs_install_subdir)

  File "/opt/mysql/mysqlmedia/share/mcc/request_handler.py", line 770, in main

    if is_port_available(options.server_name, port_val):

  File "/opt/mysql/mysqlmedia/share/mcc/util.py", line 87, in is_port_available

    return try_connect(url_host, port, False, _retdict('ECONNREFUSED', True))

  File "/opt/mysql/mysqlmedia/share/mcc/util.py", line 63, in try_connect

    s = socket.create_connection((url_host, port))

  File "/usr/lib64/python2.7/socket.py", line 571, in create_connection

    raise err

socket.error: [Errno 97] Address family not supported by protocol

Would be great if anyone has come across this error before and had resolved it ?

Thank you,

Jai

Comments
Post Details
Added on Sep 18 2019
0 comments
165 views