PrizmDoc Viewer v13.6 - Updated
Command Line Mode
Administrator Guide > Deployment Licensing > Command Line Mode

Deployment Licensing

The Prizm Licensing Utility (PLU) can be used in the command-line mode for obtaining and installing deployment licenses.

Obtaining and Installing a License from the Service

Usage

deploy get <configuration file> <solution name> \[<access key> outputUrl\]

Parameters

Examples

The following example demonstrates obtaining and installing a deployment license:

java.exe –jar plu.jar deploy get "C:\\Path to\\YourSolutionName\_Config.txt" "Your Solution Name"

The following example demonstrates obtaining and installing a deployment license with the access key:

java.exe –jar plu.jar deploy get "C:\\Path to\\YourSolutionName\_Config.txt" "Your Solution Name" Your-Access-Key

The following example demonstrates obtaining and installing a deployment license with error handling to automatically output a URL to be used for licensing through the web portal. The URL should be opened from a browser on a computer with network connectivity. The URL will provide a license key:

java.exe –jar plu.jar deploy get "C:\\Path to\\YourSolutionName\_Config.txt" "Your Solution Name" outputUrl

Installing a License Generated through the Web Portal

Usage

deploy write <solution name> <license key>

Parameters

Examples

The following example demonstrates installing a deployment license generated through the web portal:

java.exe –jar plu.jar deploy write "Your Solution Name" 2.0.YourDeploymentLicenseKey

Installing the OEM License

Usage

deploy write <solution name> <license key>

Parameters

Examples

The following example demonstrates installing an OEM license:

java.exe –jar plu.jar deploy write "Your OEM Solution Name" 2.0.YourOemLicenseKey