During a RU9 upgrade on Symantec Endpoint Protection (SEP) for Linux, some users may encounter a failure with the error:Could not resolve host: ent-shasta-rrs.symantec.com; Name or service not known
SEP 14.3 RU9 Linux Agent
Running the upgrade command: installagent.sh --update-kmod produced errors indicating the Linux SEP repository was inaccessible:curl#6 - "Could not resolve host: ent-shasta-rrs.symantec.com; Name or service not known"
Lux logs confirmed that the proxy configuration appeared correct:Protocol: HTTPHost: XX.XX.XX.XXPort: XXXX
The cafconfig.ini file also contained valid proxy settings:[proxy-config]proxy-mode=Manualproxy-uri=http://XX.XX.XX.XX:XXproxy-username=%PROXY_USERNAME%proxy-password=%PROXY_PASSWORD%proxy-host=XX.XX.XX.XXproxy-port=XXXXproxy-https-port=XXXX
Running curl -vv to either URLs with the proxy environment variable successfully accessed the repository:
< HTTP/1.1 200 Connection established.https://linux-repo.us.securitycloud.symantec.com/SAL/1.4/rhel9/x86_64/repodata/repomd.xmlhttps://ent-shasta-rrs.symantec.com/linuxrepo/SAL/1.4/rhel9/x86_64/repodata/repomd.xml
To temporary resolve the issue Add the proxy configuration directly to /etc/yum.conf as follows:
After re-run the RU9 installer.