Users Guide

Table Of Contents
configured proxy (system configured or user provided proxy) details for both host and remote systems. Proxy option with user
provided proxy details are used when the operating system is not configured with proxy details in the settings.
Following are the limitations for proxy:
Ensure to use --source-type=REPOSITORY for Linux operating system.
yum repository is not supported in proxy.
When the system proxy information is used, ensure environment variable echo $HTTP_PROXY or echo $HTTPS_PROXY
is updated while configuring system proxy through network settings when user details in system proxy for Linux operating
system is configured.
NOTE: The domain name, username, password, ip address provided are for reference purpose only.
Following are the format and example for user configured proxy:
Username and password along with http
User should provide user details when user credentials are provided in the system configuration. See the below format and
example
Format for Windows:
dsu /i --proxy="http://username:password@proxyserver:port"
Example for windows:
dsu /i --proxy="http://test:test$123@100.100.194.05:8990"
Format for Linux:
dsu -i --proxy=http://"Domain\username:password"@100.100.194.05:8990 --source-
type=REPOSITORY
Example for Linux:
dsu -i --proxy=http://"abc\test:test123"@100.100.194.05:8990 --source-type=REPOSITORY
When proxy is provided with domain name
Format:
dsu --proxy=https://"domain\username:password"@proxy-server:port
Example:
dsu --proxy= http://"abc\test:test123"@100.100.194.05:8990
Following are the format and example for system configured proxy on host servers:
Without username and password
Format:
dsu --proxy=http://proxy-server:port
Example:
dsu --proxy=http://100.100.194.05:8990
Without port
Format:
dsu --proxy=http://proxy-server
Example:
dsu --proxy=http://proxy-abc
Dell System Update Options
49