Command |
Description |
Options Help |
license oem update |
Updates the license for an OEM or a third party module installed on the ESX host. The command writes a license key or a base64 encoded blob of licensing data to a file and then executes a script provided by the module vendor that activates the module license. |
- --asset | -a
- License asset identifier that uniquely identifies the module to be licensed.
- --blob | -b
- Base64 encoded blob of licensing data to activate the license asset with. Mutually exclusive with the --key parameter.
- --force | -f
- If set this flag will cause the license asset specific licensing data already existing to be overwritten with the one provided with either the --key or the --blob parameters.
- --help | -h
- Show the help message.
- --key | -k
- License key to activate the license asset with. Mutually exclusive with the --blob parameter.
|