You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the improvements suggested by Tim Jelinsky:
baseport is only listening on master. Only needed by replicas and maybe client during install or preregistered host. Often, firewall rules will prevent this from anything but replicas.
baseport_+ 1 is needed on replicas, but often large customers turn off listening on this port for the master.
baseport +2 is needed only on replicas and is only used FROM master. This can alos include replicas when they may be used in failover as master.
baseport +3 is only FROM the master. No other systems ever needs this. This can include replicas when they may be used in failover as master.
In 7.1, we have made addition to showmaster command. Check out showmaster -Avs:
Implement the improvements suggested by Tim Jelinsky:
showmaster -Avs: