Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.how-to-set-solution.md #999

Merged
merged 4 commits into from
Dec 31, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
# How to configure a Solution
izhuxiaoqing marked this conversation as resolved.
Show resolved Hide resolved

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.
izhuxiaoqing marked this conversation as resolved.
Show resolved Hide resolved
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.
izhuxiaoqing marked this conversation as resolved.
Show resolved Hide resolved

!!! 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.