MySQL Forums
Forum List  »  InnoDB clusters

How to enable vip as "local address"
Posted by: Tobias Wolf
Date: April 20, 2017 01:56PM

Hi,

i'm getting the following error message when tyring to add a node to the cluster using a vip:

"[GCS] There is no local IP address matching the one configured for the local node"

$ ip a l
[...]
2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:50:56:bb:e5:2b brd ff:ff:ff:ff:ff:ff
inet 192.168.137.99/24 brd 192.168.137.255 scope global ens192
valid_lft forever preferred_lft forever
inet 192.168.137.129/24 brd 192.168.137.255 scope global secondary ens192
valid_lft forever preferred_lft forever
[...]

The address i'm trying to use is the 192.168.137.129. It is configured in /etc/hosts as 'mysql-node57-03'.

Why isn't the cluster, or GCS in common, not recognizing the vip as a "local address"?

ERROR: Error joining instance to cluster: 'mysql-node57-03@3306' - Query failed. 3096 (HY000): The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.. Query: START group_replication (RuntimeError)

Thanks and kind regards,
Tobias



Edited 1 time(s). Last edit at 04/20/2017 03:20PM by Tobias Wolf.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to enable vip as "local address"
2530
April 20, 2017 01:56PM


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.