-
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.
Update 3.how-to-set-solution.md (#999)
* Update 3.how-to-set-solution.md * Update 3.how-to-set-solution.md * Update 3.how-to-set-solution.md * Update 3.how-to-set-solution.md
- Loading branch information
1 parent
77845c9
commit 97f4d96
Showing
1 changed file
with
49 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Configure a Solution | ||
|
||
Solution refers to the Nebula Graph database running on Nebula Graph Cloud. After subscribing Nebula Graph Cloud on Azure, you need to configure your Solutions on the Cloud platform to complete the purchase. This topic describes how to configure a Solution. | ||
|
||
## Configuration workflow | ||
|
||
1. To complete your purchase after subscribing Nebula Graph Cloud on Azure, click **Configure account now** on the page and the system will jump to the Nebula Graph Cloud login page. | ||
2. Log in to the Azure account that has subscribed the Solution service in Nebula Graph Cloud. | ||
1. Select a **region** in the **Provider** section. | ||
|
||
!!! caution | ||
|
||
The region of the database you select should be in the same area as that of your business to avoid performance and speed problems. | ||
|
||
2. Configure the type and the number of the query engine and the type, the number, and the disk size of the storage engine in the **Instance** section. | ||
|
||
!!! caution | ||
|
||
It is recommended to configure at least 2 query engines and 3 storage engines to ensure high service availability. | ||
|
||
3. Enter the specified Azure account mailbox as the Root user in the **Nebula Graph** section. | ||
4. Click **Next** at the bottom of this page. | ||
5. After confirmation, click **Create** at the bottom of this page. | ||
3. For now, you have completed the configuration of the Solution. If the status of the Solution is **running** on the Cloud homepage, the Solution has been created successfully. | ||
|
||
## Solution status | ||
|
||
You may see the following status and corresponding description on the Solution page. | ||
|
||
|Status| Description | | ||
|:---|:---| | ||
| **creating** | The resources required by a Solution are ready and the Solution will be created automatically. At this time, the Solution is in the **creating** state, which may last from several minutes to over ten minutes. | | ||
| **starting** | After you have restarted a Solution, it will be in the **starting** state for a while. | | ||
| **stopping** | After you have clicked **Stop Solution**, the Solution will be in the **stopping** state for a while. | | ||
| **deleting** | After you have clicked **Delete Solution**, the Solution will be in the **deleting** state for a while. | | ||
| **running** | After you create a Solution, it will be in the **running** state for a long time. | | ||
| **stopped** | After you stop a Solution, it will be in the **stopped** state for a long time. | | ||
| **deleted** | After you delete a Solution, it will be in the **deleted** state for a long time. | | ||
| **create_failed** | If you failed to create a Solution, the Solution will be in the **create_failed** state for a long time. | | ||
| **stop_failed** | If you failed to stop a Solution, the Solution will be in the **stop_failed** state for a long time. | | ||
| **start_failed** | If you failed to start a Solution, the Solution will be in the **start_failed** state for a long time. | | ||
|
||
!!! caution | ||
|
||
If a Solution stays in an intermediate state for a long time and the page remains unchanged after refreshing, it means that there is an exception and you need to submit an order to solve the problem. | ||
|
||
!!! caution | ||
|
||
If a Solution is in the state of **create_failed**, **stop_failed**, or **start_failed**, you can execute `CREATE`, `STOP`, or `START` again. |