CB Response: CB Taxii Script is Locked and Not Running
book
Article ID: 287579
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Environment
- CB Response Server: Version 6.1.2 and Higher
- CB Taxii Threat Feed: Version 1.5 and Higher
Cause
The CB Taxii connector is protected from running multiple instances at once.
Resolution
- Wait 10 minutes to see if the connector is no longer running.
- If the process is still running:
- Find the CB Taxii process ID:
ps -ef | grep cb
- Kill the process:
kill -9 <pid_here>
- Verify the process is no longer running:
ps -ef | grep cb
- Remove the process ID file:
rm /var/run/cb/cbtaxii.py.pid
- Remove the lock file if needed.
- Confirm that the integration is able to run:
/usr/share/cb/integrations/cbtaxii/cbtaxii -c /etc/cb/integrations/cbtaxii/cbtaxii.conf
- Verify that the CB Taxii service starts within the startup log:
tail /var/log/cb/integrations/cbtaxii/startup.log
Feedback
thumb_up
Yes
thumb_down
No