Environment
- Cb Response: All versions
- OS Version: Supported Linux Server OS
Symptoms
- When running "yum update cb-enterprise" the upgrade throws an "[Errno 12] connect() timed out!" message within Terminal.

Cause
- Incorrect Base URL specified in CarbonBlack.repo file.
Resolution
1. Verify that the "baseurl" address is correct. At this time the correct URL is: "https://yum.distro.carbonblack.io/enterprise/stable/x86_64/
- View the CarbonBlack.repo file by running the command below:
# cat /etc/yum.repos.d/CarbonBlack.repo |

2. Edit the file and the "baseurl" value to the correct URL.
# vi /etc/yum.repos.d/CarbonBlack.repo |
3. Save the changes to CarbonBlack.repo
4. Attempt to update the Response server again by running:
# yum update cb-enterprise |
Additional Notes
Cb Response 6.2 Server/Cluster Management Guide