Skip to content

Commit

Permalink
Update 3.how-to-set-solution.md (#999)
Browse files Browse the repository at this point in the history
* 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
izhuxiaoqing authored Dec 31, 2021
1 parent 77845c9 commit 97f4d96
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs-2.0/nebula-cloud/3.how-to-set-solution.md
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.

0 comments on commit 97f4d96

Please sign in to comment.