MySQL Forums
Forum List  »  InnoDB clusters

Re: mysqlrouters doesn't listen on port 6446 RW
Posted by: Surya v
Date: May 06, 2024 05:51AM

Even I am facing the same issue. Did we find any solution for this ?
For some reason, the router starts listening to the R/W ports and then it stops listening to these ports.

router-conf# netstat -tulnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:6447 0.0.0.0:* LISTEN 10942/mysqlrouter
tcp 0 0 0.0.0.0:6449 0.0.0.0:* LISTEN 10942/mysqlrouter
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 784/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 855/sshd: /usr/sbin
tcp 0 0 127.0.0.1:1431 0.0.0.0:* LISTEN 1018/sqlservr
tcp 0 0 0.0.0.0:1433 0.0.0.0:* LISTEN 1018/sqlservr
tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 1407/sshd: suryavar
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 10942/mysqlrouter
tcp6 0 0 :::22 :::* LISTEN 855/sshd: /usr/sbin
tcp6 0 0 ::1:1431 :::* LISTEN 1018/sqlservr
tcp6 0 0 :::1433 :::* LISTEN 1018/sqlservr
tcp6 0 0 ::1:6010 :::* LISTEN 1407/sshd: suryavar
udp 0 0 127.0.0.53:53 0.0.0.0:* 784/systemd-resolve
udp 0 0 192.168.81.39:68 0.0.0.0:* 782/systemd-network


I ran : mysqlrouter --bootstrap icadmin@innodb1:3306 --directory /home/suryavaradaraju/router-conf/ --user=root


where innodb1 is my primary instance



Edited 1 time(s). Last edit at 05/06/2024 05:51AM by Surya v.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqlrouters doesn't listen on port 6446 RW
178
May 06, 2024 05:51AM


Sorry, only registered users may post in this forum.

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.