-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d99981
commit ca03d0a
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,16 @@ The license file contains information such as `issuedDate` and `expirationDate`. | |
|
||
For the upload address of the license file for ecosystem tools, refer to the document of [Ecosystem tools overview](../20.appendix/6.eco-tool-version.md). | ||
|
||
## Renew a Nebula Graph Enterprise Edition license | ||
|
||
1. Email us at `[email protected]` to apply for a new license file `nebula.license`. | ||
2. In `share/resources/` under the installation directory of each Meta service, replace the old license file with the new one. | ||
3. Restart Storage and Graph services. For information about how to restart services, see [Start Nebula Graph](manage-service.md). If your license expires within the buffer period (14 days by default), you do not have to restart Storage and Graph services. | ||
|
||
!!! note | ||
|
||
The Graph and Storage services are automatically stopped when your license expires beyond the buffer period after expiration. To ensure that the service is running properly, please renew your license in time. | ||
|
||
## View the license | ||
|
||
- View the License file directly | ||
|
@@ -90,4 +100,4 @@ The license file contains information such as `issuedDate` and `expirationDate`. | |
|
||
- View the License file with HTTP port | ||
|
||
When the Nebula Graph cluster is running normally, you can view the license file with the HTTP port (default port is 19559) of the meta service. For example: `curl -G "http://192.168.10.101:19559/license"`. | ||
When the Nebula Graph cluster is running normally, you can view the license file with the HTTP port (default port is 19559) of the meta service. For example: `curl -G "http://192.168.10.101:19559/license"`. |