Minion fails to start, other process using port 5000
book
Article ID: 289517
calendar_today
Updated On:
Feedback
Subscribe
Products
Carbon Black EDR (formerly Cb Response)
Show More
Show Less
Issue/Introduction
One or more minions fails to start when a cluster start command is issued
Service failing to start is `cb-coreservices`
/var/log/cb/coreservices/debug.log on Master shows connection to node fails
/var/log/cb/coreservices/startup.log on failing Minion shows connection over :: (IPv4 localhost) on port 5000 failed
Environment
EDR Server: All Supported Versions
Clustered environment
Cause
Port 5000 in use by another process
Resolution
Stop Cluster services from Primary (Cluster > steps 1, 2)
Connect to secondary and launch terminal
Find ports being used by Process name and Process ID (PID)
netstat -tulpn
Get more information on Process using port 5000 from above
ps aux|grep <ProcesName>
Kill process using port 5000 by PID
kill -9 <PID>
Start Cluster services from Primary (Cluster > step 3)
Additional Information
Work with administrator for 3rd-party application to change the port for that program away from port 5000 to avoid the need to do these steps each time
Feedback
thumb_up
Yes
thumb_down
No