IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: What is UDP port 24884 used for?

EDR: What is UDP port 24884 used for?

Environment

  • EDR: 7.8.0 and higher

Question

What is UDP port 24884 used for on the EDR server?

Answer

Beginning with EDR 7.8.0, UDP port 24884 is part of the Jolokia agent which is used with the datastore process and IPv6. This was added to enable IPv6 support in 7.8.0.

To disable the use of this port:
  1. Log into the server.
  2. Edit /etc/cb/datastore/datastore.in
  3. Append additional text at the end of the following line:
(original line)
DATASTORE_OPTS="${DATASTORE_OPTS} -javaagent:/usr/share/cb/datastore/bin/jolokia-jvm-agent.jar=port=${DatastoreMetricsPort},host=localhost"

(modified line)
DATASTORE_OPTS="${DATASTORE_OPTS} -javaagent:/usr/share/cb/datastore/bin/jolokia-jvm-agent.jar=port=${DatastoreMetricsPort},host=localhost,discoveryEnabled=false"
  1. Repeat this process for all nodes, primary and secondary servers.
  2. Restart the cluster.

Additional Notes

  • Although disabling this port shouldn't have any adverse effect in the most common scenarios, it's recommended not to disable this port unless you have a specific need to do so. 
  • An enhancement request (CB-43427) has been created to disable this port by default in a future version of the product. 

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎11-13-2023
Views:
155
Contributors