Skip to content

Commit

Permalink
update macro (#2005)
Browse files Browse the repository at this point in the history
* update macro

* update
  • Loading branch information
cooper-lzy authored Jul 20, 2022
1 parent 355b327 commit 009e22a
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ $ ./nebula-graphd --version

执行`rpm -qa |grep nebula`即可查看版本。

{{ ent.ent_begin }}
### 如何扩缩容(仅限企业版)

- 使用 Dashboard(企业版),在可视化页面对 graphd 和 storaged 进行快速扩缩容,详情参见[集群操作-扩缩容](../nebula-dashboard-ent/4.cluster-operator/4.manage.md)
Expand All @@ -369,6 +370,7 @@ Nebula Graph {{ nebula.release }} 未提供运维命令以实现自动扩缩容

storaged 扩缩容之后,还需要运行 [Balance Data 和 Balance Leader 命令](../8.service-tuning/load-balance.md)

{{ ent.ent_end }}

### 修改 Host 名称后,旧的 Host 一直显示 `OFFLINE` 怎么办?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Nebula Graph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都

## 关于 CPU 架构

{{ ent.ent_begin }}
!!! enterpriseonly

企业版支持在 ARM 架构(包括 Apple Mac M1 和华为鲲鹏)上运行。访问官网获取[商业支持](https://nebula-graph.com.cn/pricing/)。

{{ ent.ent_end }}

!!! note

Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/graph-computing/0.deploy-controller-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Dag Controller 可以结合 Nebula Analytics 进行复杂的图计算。例如 D

!!! enterpriseonly

仅企业版支持本功能
如需获取 Dag Controller 安装包,请发送邮件至 [email protected]

## 版本兼容性

Expand Down Expand Up @@ -93,7 +93,7 @@ Dag Controller、Nebula Analytics 版本和 Nebula Graph 内核的版本对应
3. 安装 Dag Controller。

```
$ sudo rpm -ivh <analytics_package_name> --prefix <install_path>
$ sudo rpm -ivh <dag_package_name> --prefix <install_path>
$ sudo chown <user>:<user> -R <install path>
```

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/graph-computing/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nebula Analytics 是一款高性能图计算框架工具,支持对 Nebula Grap

!!! enterpriseonly

仅企业版支持本功能
如需获取 Nebula Analytics 安装包,请发送邮件至 [email protected]

## 适用场景

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/graph-computing/use-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Nebula Explorer 提供 Workflow 功能进行可视化图计算。

!!! enterpriseonly

Explorer 仅在企业版提供
如需获取 Nebula Explorer 安装包,请发送邮件至 [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Dashboard 的集群总览页面分为五个部分:

**集群信息**区域右上方,单击![watch](https://docs-cdn.nebula-graph.com.cn/figures/watch_cn.png)进入集群信息详情页面,查看集群的详细信息,包括名字、创建时间、创建用户、版本、创建用户的角色。


{{ ent.ent_begin }}
!!! enterpriseonly

针对 Nebula Graph 企业版集群,页面还会显示**证书**区域:
Expand All @@ -50,6 +52,7 @@ Dashboard 的集群总览页面分为五个部分:

- 提供上传证书功能。**集群 License 过期后,无法进行当前集群的操作**。可单击**上传证书**上传新的 License 文件。

{{ ent.ent_end }}

### 节点监控

Expand Down
3 changes: 3 additions & 0 deletions docs-2.0/nebula-dashboard-ent/4.cluster-operator/4.manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- 当节点上无服务时,可以**删除节点**

{{ ent.ent_begin }}
## 扩缩容

!!! enterpriseonly
Expand All @@ -39,6 +40,8 @@

![扩缩容](https://docs-cdn.nebula-graph.com.cn/figures/scaling-ds-2022_4-14_cn.png)

{{ ent.ent_end }}

## 服务管理

- 在服务管理页面,用户可以选择服务类型、服务状态、Host 对展示的数据进行筛选,快速选中一个或多个服务,一键启动/停止/重启服务。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nebula Explorer (简称 Explorer)是一款可以通过 Web 访问的可视

!!! enterpriseonly

Explorer 仅在企业版提供
如需获取 Nebula Explorer 安装包,请发送邮件至 [email protected]

!!! Note

Expand Down
6 changes: 6 additions & 0 deletions docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ RPM 和 DEB 是 Linux 系统下常见的两种安装包格式,本文介绍如

部署 Nebula Graph 集群的方式参见[使用 RPM/DEB 包部署集群](https://docs.nebula-graph.com.cn/{{nebula.release}}/4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster/)。<!--这里用外链。-->

{{ ent.ent_begin }}
!!! enterpriseonly

企业版请发送邮件至 [email protected]

{{ ent.ent_end }}

## 前提条件

安装 wget
Expand Down Expand Up @@ -144,7 +147,10 @@ RPM 和 DEB 是 Linux 系统下常见的两种安装包格式,本文介绍如

## 后续操作

{{ ent.ent_begin }}
- (企业版)[设置 License](https://docs.nebula-graph.com.cn/{{nebula.release}}/4.deployment-and-installation/deploy-license)

{{ ent.ent_end }}

- [启动 Nebula Graph](https://docs.nebula-graph.com.cn/{{nebula.release}}/2.quick-start/5.start-stop-service/)<!--这里用外链。-->
- [连接 Nebula Graph](https://docs.nebula-graph.com.cn/{{nebula.release}}/2.quick-start/3.connect-to-nebula-graph/)<!--这里用外链。-->
9 changes: 6 additions & 3 deletions docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Nebula Graph 支持通过脚本或 systemd 管理服务。
Nebula Graph 支持通过脚本管理服务。

{{ ent.ent_begin }}

!!! enterpriseonly

仅企业版支持使用 systemd 管理服务。
企业版还支持使用 systemd 管理服务。

!!! danger

这两种方式互不兼容,选择使用其中一种。

{{ ent.ent_end }}
## 使用脚本管理服务

使用脚本`nebula.service`管理服务,包括启动、停止、重启、中止和查看。
Expand Down

0 comments on commit 009e22a

Please sign in to comment.