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!

Cb Response: Sensors not sending data after setting nginx sensor port

Cb Response: Sensors not sending data after setting nginx sensor port

Environment

  • Carbon Black Response
  • Clustered Environment
  • All

Objective

  • When changing the /etc/cb/nginx/conf.d/cb.conf (cb.multihome.conf) to have a different sensor communication port sensor will still be able to check in but data is not submitted to the minion.
  • Sensor Diagnostic file (SensorComms) shows custom port for the master, but remains 443 when pushing to the sensor.

Resolution

  • Update postgres with the below command to match the nginx sensor port without the brackets (<>)
    psql -p 5002 cb -c "UPDATE cluster_node_sensor_addresses SET port = <portnumber>";

Additional Notes

This field is only changed during the Cb Init or Add Node period. If the sensor ports were changed after, Postgres will not be updated automatically to match the configuration.

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎02-05-2018
Views:
872
Contributors