4.1. Managing Licenses

4.1.1. vinfra cluster license load

Load a license from a key.

usage: vinfra cluster license load --key <license-key> --type <license-type>
--key <license-key>
License key to register. Specify this option multiple times to register multiple keys.
--type <license-type>
License type (prolong or upgrade)

Example:

# vinfra cluster license load --key A38600ML-3P6W746P-RZSK58BV-Y9ZH05Q5-2X7J48J6-KVRXRYPY-\
Z2FK7ZQ6-Y7FGZNYF --type upgrade
+------------+------------------------+
| Field      | Value                  |
+------------+------------------------+
| capacity   | 10995116277760         |
| expiration | 2021-01-10T12:42:00    |
| free_size  | 10973383165601         |
| spla       | registered: false      |
|            | registration_url: null |
| status     | active                 |
| total_size | 10995116277760         |
| used_size  | 21733112159            |
+------------+------------------------+

This command install the license from the key A38600-3P6W74-RZSK58-Y9ZH05-2X7J48.

4.1.2. vinfra cluster license show

Show details of the installed license:

usage: vinfra cluster license show

Example:

# vinfra cluster license show
+------------+------------------------+
| Field      | Value                  |
+------------+------------------------+
| capacity   | 10995116277760         |
| expiration | 2021-01-10T12:42:00    |
| free_size  | 10973383165601         |
| spla       | registered: false      |
|            | registration_url: null |
| status     | active                 |
| total_size | 10995116277760         |
| used_size  | 21733112159            |
+------------+------------------------+

This command shows the details of the currently installed license.