Installing license keys

To install a license key

Admin panel

  1. On the Settings > Licenses screen, click Register key.

  2. In the Register key window, paste the license key, and then click Done.

The expiration date or storage capacity will change according to what the key grants.

Command-line interface

Use the following command:

vinfra cluster license load <license-key>
<license-key>
License key to register.

For example, to install the license from the key A38600-3P6W74-RZSK58-Y9ZH05-2X7J48, run:

# vinfra cluster license load A38600-3P6W74-RZSK58-Y9ZH05-2X7J48

You can view the details of the currently installed license in the vinfra cluster license show output:

# vinfra cluster license show
+---------------+------------------------+
| Field         | Value                  |
+---------------+------------------------+
| capacity      | 7036767043584000       |
| expiration_ts | 1549583999             |
| free_size     | 7036766991361913       |
| keynumber     | VZSTOR.74418710.0000   |
| spla          | registered: false      |
|               | registration_url: null |
| status        | active                 |
| total_size    | 7036767043584000       |
| used_size     | 52222087               |
+---------------+------------------------+