Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page provides information on the Licensing Server Controller.

Floatingpagetoc

 

 

Overview

...

The License Server Controller allows users to make adjustments to the Chaos License Server through the command line.

...

Code Block
vrlctl browser

 

 

Global options

Help

Adding the help option after a command prints additional information about a specific command. 

...

The version option prints the version of the Licensing Server Controller.

Code Block
vrlctl -v

 

 



Enabling Online Licensing without Internet connection

...

  1. In the command line, type vrlctl online getcsr to save an online licensing request file (cert.csr) in the current directory.
  2. Visit http://my.chaosgroup.com and follow the instructions to obtain an online licensing key file (cert.crt).
  3. Type vrlctl online enable to enable online licensing using the newly obtained key file from the current directory.

 

...