From 48cdd736cc5ec571ae410da02234a562ea23e09c Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:41:09 +0800 Subject: [PATCH 1/2] Update 2.import-cluster.md --- .../3.create-import-dashboard/2.import-cluster.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md b/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md index a04cb3f0fda..d83b6966eb2 100644 --- a/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md +++ b/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md @@ -9,6 +9,10 @@ This topic introduces how to import clusters using Dashboard. The current versio - In the same cluster, the service versions need to be unified. Importing Nebula Graph examples from different versions in the same cluster is not supported. - The installation path of Nebula Graph needs to be the default installation path `/usr/local`. +1. In the configuration file of each service, change the IP in `_server_addrs` and `local_ip` to the server's IP, and then start Nebula Graph. + + For details, see [Configurations](../../5.configurations-and-logs/1.configurations/1.configurations.md) and [Manage Nebula Graph services](../../4.deployment-and-installation/manage-service.md). + 1. In the **Cluster management** page, click **Import cluster**. 2. In the **Import cluster** page, enter the information of **Connect to Nebula Graph**. - Graphd Host: :n. In this example, the IP is `192.168.8.157:9669`. @@ -26,9 +30,12 @@ This topic introduces how to import clusters using Dashboard. The current versio - Enter the cluster name, 15 characters at most. In this example, the cluster name is `create_1027`. - **Authorize** the node. The SSH username and password of each node are required. - **Batch authorization** requires uploading the CSV file. Edit the authentication information of each node according to the downloaded CSV file. Ensure that the node information is correct, otherwise upload failure may happen. - ![Batch authentication](../figs/ds-026.png) + + ![Batch authentication](../figs/ds-026.png) + - If the node status on the page becomes **authorized**, the node authentication is successful. - ![Authorize](../figs/ds-027.png) + + ![Authorize](../figs/ds-027.png) 4. Ensure that all nodes are authorized successfully. Click **Import cluster**. From d60f48b7a07ce31af704b6241506f5af2ad5b423 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 7 Dec 2021 10:01:07 +0800 Subject: [PATCH 2/2] Update docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md Co-authored-by: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> --- .../3.create-import-dashboard/2.import-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md b/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md index d83b6966eb2..7b7ee031631 100644 --- a/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md +++ b/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md @@ -9,7 +9,7 @@ This topic introduces how to import clusters using Dashboard. The current versio - In the same cluster, the service versions need to be unified. Importing Nebula Graph examples from different versions in the same cluster is not supported. - The installation path of Nebula Graph needs to be the default installation path `/usr/local`. -1. In the configuration file of each service, change the IP in `_server_addrs` and `local_ip` to the server's IP, and then start Nebula Graph. +1. In the configuration files of each service, change the IP in `_server_addrs` and `local_ip` to the server's IP, and then start Nebula Graph. For details, see [Configurations](../../5.configurations-and-logs/1.configurations/1.configurations.md) and [Manage Nebula Graph services](../../4.deployment-and-installation/manage-service.md).