Use of License in DBPlusEngine-Proxy #
Background #
Function of License | Description |
---|---|
limit duration | Limit the duration of DBPlusEngine. |
limit resources | Limit the number of storage nodes created by the DBPlusEngine. |
limit Proxy | Limit the number of instances created by DBPlusEngine-Proxy in a single cluster. |
limit Driver | Limit the number of instances created by DBPlusEngine-Driver in a single cluster. |
limit versions | Limit the version of the DBPlusEngine instance in a stand-alone or cluster. |
MAC address of the hardware device | Limit the MAC address of the hardware device on which the computing nodes in the cluster. |
Notice #
The default storage directory for the License is: config.
Procedure #
- Execute the following command to view the license.
SHOW LICENSE INFO;
- Use the registration code to register the license.
REGISTER LICENSE '[license-key]';
- Use the license file to register the license.
REGISTER LICENSE '[Direct path/license-file]';
- Use the registration code file to preview the license.
SHOW LICENSE INFO 'license-key';
- Use the license file to preview the license.
SHOW LICENSE INFO 'Direct path/license-file';
Post-processing #
If the following error occurs, please obtain the latest license and update the license.
- No license prompt
FATAL: License not registered
- Incomplete license prompt
FATAL: Incomplete license
- License expiration prompt
FATAL: License is expired
- Illegal license prompt
ERROR: The xxx exceeds the limit of the license
No License or Performance After License Overrun #
- Can start cluster unable to execute RDL, RUL, and RAL, can execute a small amount of RQL
- DistSQL with the global release
- SHOW STORAGE UNITS
- SHOW *
- COUNT * RULES
- EXPORT DATABASE CONFIGURATION
- CONVERT YAML CONFIGURATION
- REGISTER LICENSE
- Transaction-related standard statements
- The number of instances exceeds the limit and can be executed
- SET INSTANCE STATUS
- DB’s SQL statement cannot be executed