diff --git a/docs-2.0/9.about-license/1.license-overview.md b/docs-2.0/9.about-license/1.license-overview.md index b86fd782b51..8d23f006d53 100644 --- a/docs-2.0/9.about-license/1.license-overview.md +++ b/docs-2.0/9.about-license/1.license-overview.md @@ -4,36 +4,40 @@ NebulaGraph licenses are the legal permissions granted by Vesoft Co., Ltd., allowing you to utilize the capabilities of a NebulaGraph Enterprise Edition database and its associated software. You can buy a NebulaGraph license on a cloud marketplace or by contacting Vesoft's sales team. Currently, the only cloud marketplace available is the AWS Marketplace. You can purchase a NebulaGraph license from [NebulaGraph Enterprise (by Node)](https://aws.amazon.com/marketplace/pp/prodview-kvpxjh5b4dfno) on the AWS Marketplace. -After purchasing a NebulaGraph license, you must obtain a [license key](2.license-management-suite/2.license-center.md) by [binding an LMID through the LC](2.license-management-suite/2.license-center.md). Once the license key is obtained, you need to use the [LM](2.license-management-suite/3.license-manager.md) service to load the license key. When starting the NebulaGraph database and associated software, the LM service will check the validity of the license. If the license is valid, then the graph database and associated software will function normally. Otherwise, the graph database and associated software will not be functional. +After purchasing a NebulaGraph license, you must obtain a [license key](#license-key) by [binding an LMID through the LC](2.license-management-suite/2.license-center.md). Once the license key is obtained, you need to use the [LM](2.license-management-suite/3.license-manager.md) service to load the license key. When starting the NebulaGraph Enterprise and associated software, the LM service will check the validity of the license. If the license is valid, then the graph database and associated software will function normally. Otherwise, the graph database and associated software will not be functional. You can view the license information, including the expiration date, nodes purchased, and license key on the [LC](2.license-management-suite/2.license-center.md) or by using the [LM](2.license-management-suite/3.license-manager.md) client to query the license information via the command line. +## License key + +A license key is an encrypted string containing authorization information and serves as the unique credential for you to obtain access to the NebulaGraph Enterprise and its associated software features. There are two forms of License keys: online license keys and offline license keys. For more information, see [License key](2.license-management-suite/2.license-center.md#license-key). + ## Licensing process flowchart -![process flow](https://docs-cdn.nebula-graph.com.cn/figures/licensing_flowchart_2023-04-28_10-13-38-en.png) +![process flow](https://docs-cdn.nebula-graph.com.cn/figures/licensing_flowchart_2023-06-16_10-13-38-en.png) ## Licensing process ### Purchasing licenses on cloud marketplaces 1. [Create a contract for the purchase of a NebulaGraph license through a cloud marketplace service](3.purchase-license.md). -2. [Follow the setup account link to set up your LC account](2.license-management-suite/2.license-center.md). +2. [Follow the setup account link to set up your LC account](2.license-management-suite/2.license-center.md#set-up-an-lc-account). 3. Receive email attachments that contain NebulaGraph Edition and LM installation packages. -4. [Check the LMID on your LM](2.license-management-suite/3.license-manager.md). -5. [Bind the LMID on the LC](2.license-management-suite/2.license-center.md). -6. [Generate and load the license key](4.generate-and-load-license-key.md). -7. [Configure the LM address in the NebulaGraph and associated software](2.license-management-suite/3.license-manager.md). -8. Start NebulaGraph and associated software. +4. [View and copy the LMID](2.license-management-suite/3.license-manager.md#view-license-information) on your LM. +5. [Bind the LMID to generate a license key](2.license-management-suite/2.license-center.md#bind-lmid-to-generate-a-license-key) on LC. +6. [Load the license key](2.license-management-suite/3.license-manager.md#load-a-license-key) on LM. +7. [Configure the LM address](2.license-management-suite/3.license-manager.md#configure-lm) in the NebulaGraph and associated software. +8. [Start NebulaGraph](../4.deployment-and-installation/manage-service.md) and associated software. ### Purchasing licenses through Vesoft sales personnel 1. Contact Vesoft's sales personnel to purchase a NebulaGraph license and obtain NebulaGraph and LM installation packages. 2. [Receive an email to set up your LC account](2.license-management-suite/2.license-center.md). -3. [Check the LMID on your LM](2.license-management-suite/3.license-manager.md). -4. [Bind the LMID on LC](2.license-management-suite/2.license-center.md). -5. [Generate and load the license key](4.generate-and-load-license-key.md). -6. [Configure the LM address in NebulaGraph and associated software](2.license-management-suite/3.license-manager.md). -7. Start NebulaGraph and associated software. +4. [View and copy the LMID](2.license-management-suite/3.license-manager.md#view-license-information) on your LM. +5. [Bind the LMID to generate a license key](2.license-management-suite/2.license-center.md#bind-lmid-to-generate-a-license-key) on LC. +6. [Load the license key](2.license-management-suite/3.license-manager.md#load-a-license-key) on LM. +7. [Configure the LM address](2.license-management-suite/3.license-manager.md#configure-lm) in the NebulaGraph and associated software. +8. [Start NebulaGraph](../4.deployment-and-installation/manage-service.md) and associated software. diff --git a/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md b/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md index 057e86c1972..0e8dfc1ce99 100644 --- a/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md +++ b/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md @@ -2,9 +2,11 @@ License Center (LC) provided by Vesoft is an online platform for managing licenses that is accessible through public networks. On the LC platform, you can track all your purchased license information, including details such as license type, number of purchased resources, the status of the license, and expiration date. -On LC, you can bind an [LMID](3.license-manager.md) to generate a license key. The license key must then be loaded into the installed LM service. And after specifying the LM access address in the software, you can authorize the license which enables you to use the software NebulaGraph Enterprise Edition. +![lc_homepage](https://docs-cdn.nebula-graph.com.cn/figures/LChome_2023-06-16_17-40-58.png) -This article introduces the setup, homepage, license details page of LC, and how to bind an LMID on LC. +To generate a license key, you need to bind the [ID of your License Manager (LM)](#bind-lmid) on LC. The license key must then be loaded into the installed LM service. And after specifying the LM access address in the software, you can authorize the license which enables you to use NebulaGraph Enterprise. + +This article introduces how to set up an LC account, bind the LMID, and generate and load the license key. ## Preparations @@ -12,13 +14,20 @@ This article introduces the setup, homepage, license details page of LC, and how ## Set up an LC account +To use LC, you must first set up an LC account. + 1. Go to the LC account setup page. + + ![lc_login](https://docs-cdn.nebula-graph.com.cn/figures/LClogin_2023-06-16_15-05-01.png) The entry to the LC account setup page varies depending on how you purchased your license: + - For purchasing a license on a cloud marketplace, go to the cloud marketplace service page and then click **Click here to set up your account**. - For purchasing a license through Vesoft sales personnel, go to the email sent by Vesoft and then click **Setup License**. 2. Click **Register**. + + ![lc_register](https://docs-cdn.nebula-graph.com.cn/figures/LCregister_2023-06-16_15-06-40.png) 3. Fill in your email address, password, and company name, and tick the **I have read and agree to the Terms of Use and Privacy Policy** box. @@ -31,15 +40,50 @@ This article introduces the setup, homepage, license details page of LC, and how 5. Open the verification email you received, and click on **Activate** to go to the LC login page. 6. Enter your email address and password, and click **Login** to log in to LC. -## LC homepage -The LC homepage displays the entrance to the cloud marketplace where licenses can be purchased, as well as lists of purchased licenses. +## Bind LMID to generate a license key + +After you log in to LC, you can bind the ID of your LM to generate a license key. + +!!! caution + + Each license can only be bound to one LMID, and the unbinding of LMIDs is not supported. + +### Quickly bind LMID + +You are guided to bind the [LMID](3.license-manager.md#view-license-information) every time you log in to LC after you buy a new license. Binding the LMID is a prerequisite to generate a license key for using the license. You can also skip the quick binding and [bind the LMID on the license information page](#bind-lmid-on-the-license-information-page). -The **LICENSES LIST** section displays the information of all purchased licenses, including LMID (displayed as blank if LMID is not bound) and expiration date. If no licenses have been purchased, the list will be empty. +The following describes how to quickly bind the LMID: + +1. On the quick binding page, check the information of the purchased license, and click **Next**. + +2. Bind the LMID by the following steps and then click **Next**. + 1. Install the LM service. For how to install the LM service, see [LM](3.license-manager.md#install-and-start-lm). + 2. View the LMID. For how to view the LMID, see [LM](3.license-manager.md#view-license-information). + 3. Fill in the LMID and select **Online** or **Offline**. For more information, see [License details](#license-key). + 4. Click **BIND LMID** to complete the binding. -## License details +3. View the license key generated after binding the LMID and click **Close** to complete the binding. -In the **LICENSES LIST** section of the LC homepage, click **VIEW DETAILS** to access the license details page. +4. (Optional) Copy the license key and load it into the LM service. For how to load the license key, see [LM](3.license-manager.md#load-a-license-key). + +### Bind LMID on the license information page + +1. On the targeted **License Info** page, click **Bind License Manager ID**. +2. In the pop-up panel, enter the ID of your LM. For how to view LMID, see [LM](3.license-manager.md). +3. Select **Online** or **Offline**, and then click **CONFIRM** to bind the LMID. + + - Select **Online** to generate an online license key, so that LM can get the latest license information from LC every 1 ~ 2 hours. + + - Select **Offline** to generate an offline license key, which means LM obtains fixed license information. If you need to update the license information, you must obtain a new offline license key. + +4. In the **License Key** section, view the license key generated after binding the LMID. +5. (Optional) Copy the license key and load it into the LM service. For how to load the license key, see [LM](3.license-manager.md#load-a-license-key). + + +## License information + +In the **LICENSES LIST** section of the LC homepage, click **VIEW DETAILS** to access the **License Info** page. ### Basic information @@ -47,39 +91,27 @@ In the **LICENSES LIST** section of the LC homepage, click **VIEW DETAILS** to a - **License Type**: Currently limited to the purchase of node-based resources. - **Start At** and **Expire Time**: Indicates the active and expiry dates of the license. -### Purchased resources +### Resources In the **Purchased Resources** section, you can view the purchased query and storage node quantities and statuses, as well as the complimentary software names and statuses. ### License key -A license key is an encrypted string containing authorization information and serves as the unique credential for you to obtain access to the NebulaGraph Enterprise Edition database and its associated software features. There are two forms of License keys: online license keys and offline license keys. +After you bind the LMID, a license key is automatically generated and the **License Key** section displays the license key information. - Online license keys - When binding your LMID, select the **Online** mode to generate an online license key. After you enter the key into the LM service, the LM can retrieve the latest license information regularly". + When binding your LMID, select the **Online** mode to generate an online license key. After you [load the key into the LM service](3.license-manager.md#load-a-license-key), the LM can retrieve the latest license information regularly. - Offline license keys - When binding your LMID, select the **Offline** mode to generate an offline license key. Compared to an online license key, after you enter an offline license key into your LM, the LM service stores fixed license information. If the license information is updated, a new offline license key must be obtained. + When binding your LMID, select the **Offline** mode to generate an offline license key. Compared to an online license key, after you [load an offline license key into your LM](3.license-manager.md#load-a-license-key), the LM service stores fixed license information. If the license information is updated, a new offline license key must be obtained. -For information about how to bind the ID of your LM, see the following section **Bind LMID**. +### Subscription -### Subscriptions +This section is only displayed when you purchase a license on a cloud marketplace. the subscription ID of the cloud marketplace where your license is purchased, your subscription platform account, product ID, and subscription details. -This section displays the subscription ID of the cloud marketplace where your license is purchased, your subscription platform account, product ID, and subscription details. -## Bind LMID -1. On the targeted license details page, click **Bind License Manager ID**. -2. In the pop-up panel, enter the ID of your LM. For how to view LMID, see [LM](3.license-manager.md). -3. Select **Online** or **Offline**, and then click **CONFIRM** to bind the LMID. - - - Select **Online** to generate an online license key, so that LM can get the latest license information from LC every 1 ~ 2 hours. - - - Select **Offline** to generate an offline license key, which means LM obtains fixed license information. If you need to update the license information, you must obtain a new offline license key. - -!!! caution - Each license can only be bound to one LMID, and the unbinding of LMIDs is not supported. diff --git a/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md b/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md index 02e2126f752..0e4c0696dca 100644 --- a/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md +++ b/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md @@ -19,9 +19,9 @@ An LM is a single-process service. To ensure the reliability and continuity of t ## Install and start LM -An LM can be installed on Linux amd64 or arm64 systems. +An LM can be installed on Linux amd64 or arm64 systems or installed through Dashboard. -### TAR +### Using the TAR Package 1. Unpack the LM TAR package. @@ -62,7 +62,7 @@ An LM can be installed on Linux amd64 or arm64 systems. sudo systemctl enable yueshu-license-manager ``` -### RPM +### Using the RPM package 1. Unpack the LM RPM package. @@ -85,7 +85,7 @@ An LM can be installed on Linux amd64 or arm64 systems. sudo systemctl enable yueshu-license-manager ``` -### DEB +### Using the DEB package 1. Unpack the LM DEB package. @@ -108,6 +108,10 @@ An LM can be installed on Linux amd64 or arm64 systems. sudo systemctl enable yueshu-license-manager ``` +### Using Dashboard + +LM can be installed and started through Dashboard. For more information, see [Connect to Dashboard](../../nebula-dashboard-ent/3.connect-dashboard.md). + ## Use LM After your LM starts, in the LM installation path you can use the LM CLI to view license information. @@ -122,40 +126,47 @@ After your LM starts, in the LM installation path you can use the LM CLI to view When LM starts, its version information is printed in the logs. +### Load a license key + +After [generating a license key](2.license-center.md#bind-lmid-to-generate-a-license-key), you need to use the LM client tool to load the license key. + +```bash +./nebula-license-manager-cli load --key --force +``` + +- ``: The license key string, such as `MSY2-LGQ6O-69521-XXXXX-XXXXX`. +- `--force`: Loads the license key without checking the current license status. This flag is optional. + ### View license information ```bash -./nebula-license-manager-cli license info +./nebula-license-manager-cli info ``` - When the license key is not loaded, the output is as follows: ``` - ┌───────────────┬───────────┐ - │ LMID │ QPDH-XXXX │ - │ LicenseStatus │ NotExist │ - └───────────────┴───────────┘ + LMID: RUZB-XXXX + LicenseStatus: NotExist ``` - When the license key is loaded, the output is as follows: ``` - ┌───────────────┬───────────────────────────────┐ - │ LMID │ QPDH-XXXX │ - │ LicenseStatus │ Normal │ - │ LicenseKey │ PMSY2-LGQ6O-69521-XXXXX-XXXXX │ - │ Type │ NODE │ - │ Query Node │ X │ - │ Storage Node │ X │ - │ ExpireAt │ 2023-05-25 12:00:00 +0800 CST │ - └───────────────┴───────────────────────────────┘ + LMID: RUZB-XXXX + LicenseStatus: Normal + LicenseKey: MM90U-9H4Q0-W093M-XXXXX-XXXXX + Type: NODE + Query Node: 3 + Storage Node: 3 + ExpireAt: 2023-06-25 12:00:00 +0800 CST ``` The information items of the license in the output are described as follows: | Items | Description | | :--- | :--- | -| `LMID` | The ID of your LM. When you obtain a license key, this LMID needs to be bound. For more information, see [Obtain a license key](../4.generate-and-load-license-key.md).| +| `LMID` | The ID of your LM. When you obtain a license key, this LMID needs to be bound. For more information, see [Generate a license key](2.license-center.md#bind-lmid-to-generate-a-license-key).| | `LicenseStatus` | The status of the license. It includes:
`Normal`: The license can be used normally.
`NotExist`: The license key does not exist.
`Invalid`: The license key is invalid.
`Syncing`: Synchronizing the license information from [LC](2.license-center.md).
`Expiring`: The license is about to expire.
`Expired`: The license has expired.| | `LicenseKey` | An encrypted string containing authorization information, which is the only credential for you to obtain the authorization of the NebulaGraph database and its associated software. For details, see [License key](2.license-center.md). | | `Type` | The type of resources purchased. Currently, only node-based resources can be purchased.| @@ -163,23 +174,12 @@ The information items of the license in the output are described as follows: | `Storage Node` | The number of storage nodes purchased| | `ExpireAt` | The expiration time of the license. | -### Load a license key - -After [obtaining a license key](../4.generate-and-load-license-key.md), you need to use the LM client tool to load the license key. - -```bash -./nebula-license-manager-cli license load --key --force -``` - -- ``: The license key string, such as `MSY2-LGQ6O-69521-XXXXX-XXXXX`. -- `--force`: Loads the license key without checking the current license status. This flag is optional. - ### Synchronize license info When the license key loaded into LM is in online mode, the LM periodically synchronizes the license information from LC every 1 to 2 hours. You can also manually synchronize the license key using the following command. ```bash -./nebula-license-manager-cli license sync +./nebula-license-manager-cli sync ``` ### Check the license quota usage @@ -187,7 +187,7 @@ When the license key loaded into LM is in online mode, the LM periodically synch You can run the following command to check the current usage of the license quota (the number of nodes purchased) and the usage status of the associated software. ```bash -./nebula-license-manager-cli license usage +./nebula-license-manager-cli usage ``` ### View the license information on a specified LM @@ -195,11 +195,10 @@ You can run the following command to check the current usage of the license quot For a database administrator (DBA), there may be a need to view the license information on a specified LM. To achieve this, run the following command: ```bash -./nebula-license-manager-cli license --addr :9119 +./nebula-license-manager-cli --addr :9119 ``` - ``: The command to be executed. Options include `info`, `usage`, `sync`, and `load --key --force`. - - ``: The IP address of the host where the specified LM is located. diff --git a/docs-2.0/9.about-license/3.purchase-license.md b/docs-2.0/9.about-license/3.purchase-license.md index 61378dc9541..8949cedb1ea 100644 --- a/docs-2.0/9.about-license/3.purchase-license.md +++ b/docs-2.0/9.about-license/3.purchase-license.md @@ -16,16 +16,18 @@ You have registered an [AWS Marketplace](https://portal.aws.amazon.com/billing/s 1. Open the AWS Marketplace [NebulaGraph Enterprise (by Node)](https://aws.amazon.com/marketplace/pp/prodview-kvpxjh5b4dfno) service page. 2. Click **View purchase options** to enter the license purchase contract signing page. -3. Configure the contract items, including the license validity period, whether to enable auto-renewal, the number of query nodes, and the number of storage nodes. -4. Configure the contract items, which include the license validity period, auto-renewal setting, and the number of nodes to be purchased. +3. Configure the contract items, which include the license validity period, auto-renewal setting, and the number of nodes to be purchased. - **How long do you want your contract to run**: Choose the validity period for the license, either 1 month or 1 year. - - **Renewal Settings**: Whether to automatically renew the license after its validity period. If you choose **Yes**, the license will be automatically renewed after its validity period. If you choose **No**, the license will not be automatically renewed after its validity period. + - **Renewal Settings**: Whether to automatically renew the license after its validity period. + - **Yes**: The license will be automatically renewed after its validity period. + - **No**: The license will not be automatically renewed after its validity period. - **Contract Options**: Select the number of resources to purchase, currently supporting the purchase of query nodes and storage nodes. 4. Click **Create contract**. -5. In the pop-up panel, click **Pay now** to confirm the license purchase. -6. Click **Click here to set up your account** to jump to the LC registration page to [set up your LC account](2.license-management-suite/2.license-center.md). +5. In the pop-up panel, confirm purchase information and click **Pay now**. +6. Click **Set up your account** for LC registration and to start managing the license. For details, see [set up an LC account](2.license-management-suite/2.license-center.md#set-up-an-lc-account). + You can view the license information on LC. !!! note @@ -49,6 +51,11 @@ After purchasing the license, you can obtain the usage rights of the NebulaGraph ## Next to do +After purchasing a license, you must generate a [license key](2.license-management-suite/2.license-center.md) and then load it into the [LM](2.license-management-suite/3.license-manager.md) service. Following this, the NebulaGraph database and its associated software will verify the validity of the license key through the LM service at startup. If the license key is valid, the NebulaGraph database and associated software can operate normally. + - [Install LM](2.license-management-suite/3.license-manager.md) -- [Generate and load a license key](4.generate-and-load-license-key.md) +- [Generate the license key](2.license-management-suite/2.license-center.md#bind-lmid-to-generate-a-license-key) +- [Load the license key](2.license-management-suite/3.license-manager.md#load-a-license-key) + +For more information about how to use a license, see [Licensing process](1.license-overview.md#licensing-process). diff --git a/docs-2.0/9.about-license/4.generate-and-load-license-key.md b/docs-2.0/9.about-license/4.generate-and-load-license-key.md deleted file mode 100644 index 2af92fa1c37..00000000000 --- a/docs-2.0/9.about-license/4.generate-and-load-license-key.md +++ /dev/null @@ -1,53 +0,0 @@ -# Generate and load a license key - -After purchasing a license, you must generate a [license key](2.license-management-suite/2.license-center.md) and then load it into the [LM](2.license-management-suite/3.license-manager.md) service. Following this, the NebulaGraph database and its associated software will verify the validity of the license key through the LM service at startup. If the license key is valid, the NebulaGraph database and associated software can operate normally. This article introduces how to generate and load a license key. - -## Preparations - -- [You have purchased a license](3.purchase-license.md) -- [You have registered an LC account and logged in](2.license-management-suite/2.license-center.md) -- [You have installed LM](2.license-management-suite/3.license-manager.md) - -## Generate a license key - -1. Go to the [LC](2.license-management-suite/2.license-center.md) platform. -2. In the **LICENSE LIST** section, click the target license card. -3. On the **License Info** page, find the **Basic Info** section, and click **Bind License Manager ID**. -4. Bind the ID of your License Manager (LMID). For details, see [Bind LMID](2.license-management-suite/2.license-center.md). - - !!! note - - You can choose a license key type based on your LM accessibility. - - - If your LM is accessible from the internet, you can select either **Online** or **Offline** mode. The **Online** mode is recommended, as it generates an online license key. - - If your LM is not accessible from the internet, then Offline mode is the only option available for generating an offline license key, as it can't reach out to the license server to validate the key itself. - -5. In the **License Key** section, you can see the corresponding license key information. - -## Load a license key - -1. Navigate to the directory where your LM is located (default path is `/usr/local/nebula-license-manager`). - - ```bash - cd /usr/local/nebula-license-manager - ``` - -2. Run the following command to load the license key. - - ```bash - ./nebula-license-manager-cli license load --key - ``` - - ``: Specifies the license key string, such as `MSY2-LGQ6O-69521-xxx`. - -3. After successfully loading the license key, run the following command to view the license information. - - ```bash - ./nebula-license-manager-cli license info - ``` - - The license information includes license status, license key, type, validity period, and number of nodes purchased. For more information, see [View license information](2.license-management-suite/3.license-manager.md). - -## Next to do - -After loading the license key in LM, you need to configure the LM address in the NebulaGraph database and associated software. Only then can you use the NebulaGraph database and associated software features normally. For details, see [Configure LM](2.license-management-suite/3.license-manager.md). diff --git a/docs-2.0/9.about-license/5.manage-license.md b/docs-2.0/9.about-license/4.manage-license.md similarity index 80% rename from docs-2.0/9.about-license/5.manage-license.md rename to docs-2.0/9.about-license/4.manage-license.md index 803ab644298..e67eda28f46 100644 --- a/docs-2.0/9.about-license/5.manage-license.md +++ b/docs-2.0/9.about-license/4.manage-license.md @@ -4,13 +4,14 @@ This article provides instructions on managing licenses, including license renew ## Preparations -[You have generated and loaded a license key](4.generate-and-load-license-key.md) +- [You have generated a license key on LC](2.license-management-suite/2.license-center.md#bind-lmid-to-generate-a-license-key) +- [You have loaded the license key into the LM](2.license-management-suite/3.license-manager.md#load-a-license-key) ## Renew licenses - For licenses purchased through Vesoft's sales team, you need to contact the sales team to renew them. - For licenses purchased on the cloud marketplace platform, follow these steps for renewal: - 1. Navigate to the **LICENSES LIST** section on the [LC](2.license-management-suite/2.license-center.m) homepage, and find the target license card. + 1. On the [LC](2.license-management-suite/2.license-center.m) homepage, navigate to the **LICENSES LIST** section, and find the target license card. 2. Click **RENEW** to enter the cloud marketplace renewal page. 3. Click **Modify renewal terms** and select the renewal period, which can be either 1 month or 1 year. 4. Click **Modify renewal**. @@ -31,7 +32,7 @@ This article provides instructions on managing licenses, including license renew ## View online and offline license keys 1. In the **LICENSES LIST** section of the LC homepage, find the target license card. -2. Click **VIEW DETAILS** to enter the license details page. -3. In the **Basic Info** section, click **EDIT LICENSE MANAGER**. +2. Click **VIEW DETAILS** to enter the license information page. +3. In the **Basic Info** section, click **EDIT LM ID**. 4. In the pop-up panel, select **Online** or **Offline**, and click **CONFIRM**. 5. In the **LICENSES KEY** section, view the corresponding license key in the selected mode. diff --git a/mkdocs.yml b/mkdocs.yml index 954f4d72117..d084cfa199b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -281,14 +281,13 @@ nav: - Meta Service: 1.introduction/3.nebula-graph-architecture/2.meta-service.md - Graph Service: 1.introduction/3.nebula-graph-architecture/3.graph-service.md - Storage Service: 1.introduction/3.nebula-graph-architecture/4.storage-service.md -#ent - About Vesoft licenses: +#ent - About NebulaGraph licenses: #ent - License overview: 9.about-license/1.license-overview.md #ent - License management suites: #ent - Suite overview: 9.about-license/2.license-management-suite/1.suite-overview.md #ent - License Center: 9.about-license/2.license-management-suite/2.license-center.md #ent - License Manager: 9.about-license/2.license-management-suite/3.license-manager.md #ent - Purchase licenses: 9.about-license/3.purchase-license.md -#ent - Generate and load a license key: 9.about-license/4.generate-and-load-license-key.md #ent - Manage licenses: 9.about-license/5.manage-license.md - Quick start: - Getting started with NebulaGraph: 2.quick-start/1.quick-start-workflow.md