5.1. Managing licenses¶
5.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
orupgrade
)
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 installs the license from the key A38600-3P6W74-RZSK58-Y9ZH05-2X7J48
.
5.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.
Oct 06, 2020