Configuring the Windows License Server in Online Environments¶
Online Environments
Configuring Proxy Settings¶
HP Anyware License Server connects to the Internet via a proxy server to activate, return and update its licenses. The proxy server is specified by its address and port number.
Proxy settings are configured by executing pcoip-configure-proxy
command. You must be logged in as a Windows administrator to run this command.
-
To configure and use a proxy, run
pcoip-configure-proxy
with-s
, where,- The address and port number of the proxy server are in the following format: <address>:<port>
- If the proxy server requires authentication, provide username and password with the
-u
and-p
options.
This example configures HP Anyware License Server to proxy Internet traffic via a proxy server at proxy.domain.local on port 1234:
pcoip-configure-proxy -s proxy.domain.local:1234
This example configures the license server to proxy Internet traffic via a proxy server at 192.168.0.12 on port 10443 and provides credentials using -u
and -p
.
pcoip-configure-proxy -s 192.168.0.12:10443 -u username -p password
Viewing Proxy Settings¶
Run pcoip-configure-proxy
with -v
. For example:
pcoip-configure-proxy -v
Clearing Proxy Settings¶
Run pcoip-configure-proxy
with -c
to clear proxy settings, which stops HP Anyware License Server to use a proxy. For example:
pcoip-configure-proxy -c