Required Customer Action
Operators using TCP Router should upgrade to a version of TAS 2.7-2.12 with routing-release 0.214.0 or later and make sure their router groups are safe and make changes as necessary before TAS 2.13.0. See the list of invalid ports here.
Current Router Groups
Creating / Updating Router Groups
When a TCP Route is created using the same port as a system component, the TCP Router will silently fail. TCP Routes claim ports from router groups. Routing-release 0.214.0+ warns users when they have invalid router groups that overlap with system component ports. In TAS 2.13.0, invalid router groups will cause a deployment failure. VMware recommends using only ports 1024-2047 and 18000-32767 in router groups.
Product Version: Other
Find the value "TCP routing ports" value in OpsManager. You can find it the Networking Tab -> TCP Routing -> TCP routing ports.
This "TCP routing ports" value is used to seed a router group on the very first deploy of TAS. It is not used after the initial deploy. However, the value provided cannot overlap with the "Reserved System Component Ports", which are located immediately below "TCP routing ports" in OpsManager.
Update the "TCP routing ports" property to not conflict with the "Reserved System Component Ports". Changing this value will not affect on the router groups in the platform.
Look at tcp router stdout logs and search for a log line that includes “router-group-port-checker”. The error message should explain what action needs to be taken. Here are some examples:
{ "timestamp": "2021-05-03T21:08:32.733453194Z", "level": "info", "source": "tcp-router", "message": "tcp-router.router-group-port-checker-success: No conflicting router group ports.", "data": {} }
{ "timestamp": "2021-05-03T20:59:43.127270911Z", "level": "error", "source": "tcp-router", "message": "tcp-router.router-group-port-checker-error: WARNING! In the future this will cause a deploy failure.", "data": { "error": "The reserved ports for router group 'group-1' contains the following reserved system component port(s): '14726, 14727, 14821, 14822, 14823, 14824, 14829, 15821, 17002'. Please update your router group accordingly.\nThe reserved ports for router group 'group-2' contains the following reserved system component port(s): '40177'. Please update your router group accordingly." } }