Command Reference¶
Offline Environments Online Environments
For detailed information about all of these commands, including options and special forms, view the embedded main page documentation on the license server machine:
man <command-name>
Common Commands¶
pcoip-set-password¶
Sets the HP Anyware License Server's administrative password. See Setting the License Server's Administrator Password.
sudo pcoip-set-password
pcoip-get-license-server-id¶
Returns the unique ID of the HP Anyware License Server machine. This may be required in debugging or support situations.
pcoip-get-license-server-id
pcoip-list-licenses¶
Provides information about the PCoIP session licenses that have been activated on the HP Anyware License Server. See Viewing License Information.
pcoip-list-licenses
This command was formerly pcoip-view-license
. To ensure backward compatibility, both commands will work.
pcoip-support-bundler¶
Gathers information useful to Hp Anyware Support in troubleshooting and diagnosing problems. See Creating Support Bundles.
sudo pcoip-support-bundler
Commands for Offline Deployments¶
pcoip-activate-offline-license¶
Activates licenses when the HP Anyware License Server is not connected to the internet. See Activating Licenses in an Offline Environment.
Returning licenses in an offline environment¶
The pcoip-activate-offline-license
command is also used to return licenses in an offline environment. For more information, see Returning Licenses in Offline Environments.
Task | Command |
---|---|
Generate request file | pcoip-activate-offline-license -g -a <activation code> -c <license count> |
Process response file | pcoip-activate-offline-license -r <path/to/response.bin> |
Commands for Online Deployments¶
pcoip-activate-online-license¶
Activates licenses when the HP Anyware License Server is connected to the internet. See Activating Licenses in an Online Environment.
pcoip-activate-online-license -a <activation-code> -c <license count>
pcoip-return-online-license¶
Returns all previously activated PCoIP session licenses associated with the specified activation code using an internet connection. See Returning Licenses in Online Environments.
pcoip-return-online-license -a 1234-ABCD-EF12-5678
pcoip-configure-proxy¶
Views, sets, and clears proxy configuration for the HP Anyware License Server. See Configuring Proxy Settings.
Task | Command |
---|---|
Set proxy configuration: | sudo pcoip-configure-proxy -s proxy.domain.local:1234 |
Clear proxy configuration: | sudo pcoip-configure-proxy -c |
View proxy configuration: | sudo pcoip-configure-proxy -v |