Article Number
000003163
Applies To
RSA Product Set: NetWitness Platform
RSA Product/Service Type: All nodes
RSA Version/Condition: 12.4 or later
Platform: CentOS
Issue
The
Precheck tool fails with the below error message:
Image descriptionThis probe checks for the existence of the yum.conf file and the presence of a proxy within the file.
Cause
The system upgrade fails if the proxy is present and enabled on any Node-X in the file
/etc/yum.conf.
Sample screenshot for the same:
Image descriptionTo ensure that upgrades and installations proceed smoothly, it is necessary to remove any proxy settings beforehand. This is because the process relies on receiving accurate responses to multiple API calls, which can misfire if a proxy is set up. After the upgrade or installation is complete, custom proxy settings can be re-added.
Resolution
1. SSH to the individual Node-X host where the proxy is configured.
2. Navigate to the /etc/yum.conf file and remove the proxy information. Follow these steps to remove the proxy information:
a) vi /etc/yum.conf and press i to get into insert mode.
b) Remove the following lines:
proxy= <porxy_URL>
proxy_username=<proxy_username>
proxy_password=<proxy_password>
c) Save the changes.
3. After saving file without proxy entries, precheck tool shows success for Yum Proxy Check probe. Sample screenshot for the same:
Image description
Notes
If looking for how to address the YUM Proxy error for the Admin server (Node0), please following the below link: