Configure a proxy server on Windows or Linux
To configure a proxy server on Windows
- Add the proxy server entry in the environment variable with the http_proxy name and the <proxy_server> value.
For example:
http_proxy=http://<username>:<password>@proxy_server_ip:<port> - Add the proxy server details in the
avupdate-savapilib-product.conffile which is available at NetBackup malware scanner installed path.For example:
proxy-username=<username> proxy-password=<password_paintext> proxy-host=<proxy_server_ip> proxy-port=<proxy_server_port> update-auth-type=any receive-timeout=600000 connect-timeout=600000
To configure a proxy server on Linux
- Add proxy server entry in the environment variable with http_proxy name.
For example:
http_proxy=http://<username>:<password>@proxy_server_ip:<port>This variable should be added in the
.bashrcfile of the scan host. - Add the proxy server details in the
avupdate-savapilib-product.conffile.For example:
proxy-username=<username> proxy-password=<password_paintext> proxy-host=<proxy_server_ip> proxy-port=<proxy_server_port> update-auth-type=any receive-timeout=600000 connect-timeout=600000
- In the
savapilogs, verify if the correct proxy settings are used for malware scanning.