Commit aaabe51 1 parent eccda1f commit aaabe51 Copy full SHA for aaabe51
File tree 6 files changed +8
-4
lines changed
3.create-import-dashboard
6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Nebula Dashboard(简称Dashboard)是一款用于监控和管理Nebula Graph
52
52
53
53
| Nebula Graph版本| Dashboard企业版本(commit id)|
54
54
| :---| :---|
55
- | {{ nebula.release }} | {{dashboard-ent.release}} |
55
+ | {{ nebula.release }} | {{dashboard-ent.release}}(79248d9) |
56
56
57
57
## Nebula Explorer
58
58
Original file line number Diff line number Diff line change 8
8
9
9
在同一集群下,服务需要统一版本。不支持在同一集群中导入不同版本的Nebula Graph实例。
10
10
11
- 1 . 在集群列表页面 ,点击 ** 导入集群** 标签。
11
+ 1 . 在集群管理页面 ,点击 ** 导入集群** 标签。
12
12
2 . 在导入集群页面,输入连接Nebula Graph的信息:
13
13
- Graphd Host:<其中一个Graphd进程的虚机IP>:<端口号>。本示例设置为 ` 192.168.8.157:9669 ` 。
14
14
- 用户名:连接Nebula Graph的账号,本示例设置为` vesoft ` 。
26
26
- 对节点进行 ** 授权** ,授权需输入每个节点的 SSH 用户名及密码。
27
27
- ** 批量授权** 需要上传CSV文件。请根据下载的CSV文件,编辑每个节点授权信息,尽量确保节点信息正确,否则容易造成上传失败。
28
28
![ 批量授权] ( ../figs/ds-026.png )
29
- - 页面中节点状变为 ** 已授权** ,则该节点授权成功。
29
+ - 页面中节点状态变为 ** 已授权** ,则该节点授权成功。
30
30
![ 授权] ( ../figs/ds-027.png )
31
31
32
32
4 . 确保所有节点都授权成功,点击 ** 导入集群** 。
Original file line number Diff line number Diff line change @@ -39,4 +39,8 @@ Meta服务主要存储Nebula Graph数据库中的元数据。一旦Meta服务出
39
39
- 确保License已拷贝至Dashboard目录中,且执行了` bash ./scripts/start.sh ` 命令。
40
40
- 确保License未过期。
41
41
42
- 用户也可以在Dashboard目录中执行` cat logs/webserver.log ` 查看各个模块的启动信息。如果满足以上条件,仍无法启动Dashboard,请前往 [ Nebula Graph 官方论坛] ( https://discuss.nebula-graph.com.cn/ " 点击前往 Nebula Graph 官方论坛 ") 咨询。
42
+ 用户也可以在Dashboard目录中执行` cat logs/webserver.log ` 查看各个模块的启动信息。如果满足以上条件,仍无法启动Dashboard,请前往 [ Nebula Graph 官方论坛] ( https://discuss.nebula-graph.com.cn/ " 点击前往 Nebula Graph 官方论坛 ") 咨询。
43
+
44
+ ## 是否可以手动添加Nebula Graph安装包?
45
+
46
+ Dashboard支持手动添加安装包,可以点击 [ 如何获取 Nebula Graph] ( https://nebula-graph.com.cn/download/ ) 下载所需系统和版本的RPM包或DEB包,添加到` dashboard/download/nebula-graph ` 路径下。在创建、扩容集群时,可选择添加的包进行部署。
You can’t perform that action at this time.
0 commit comments