diff --git a/docs-2.0/20.appendix/0.FAQ.md b/docs-2.0/20.appendix/0.FAQ.md index c96eabcc67..1356392bee 100644 --- a/docs-2.0/20.appendix/0.FAQ.md +++ b/docs-2.0/20.appendix/0.FAQ.md @@ -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)。 @@ -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` 怎么办? diff --git a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md index 57f7ecfdaa..ce7174ed0e 100644 --- a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md +++ b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md @@ -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 diff --git a/docs-2.0/graph-computing/0.deploy-controller-analytics.md b/docs-2.0/graph-computing/0.deploy-controller-analytics.md index 6001aaeab6..c70daafe26 100644 --- a/docs-2.0/graph-computing/0.deploy-controller-analytics.md +++ b/docs-2.0/graph-computing/0.deploy-controller-analytics.md @@ -8,7 +8,7 @@ Dag Controller 可以结合 Nebula Analytics 进行复杂的图计算。例如 D !!! enterpriseonly - 仅企业版支持本功能。 + 如需获取 Dag Controller 安装包,请发送邮件至 inquiry@vesoft.com。 ## 版本兼容性 @@ -93,7 +93,7 @@ Dag Controller、Nebula Analytics 版本和 Nebula Graph 内核的版本对应 3. 安装 Dag Controller。 ``` - $ sudo rpm -ivh --prefix + $ sudo rpm -ivh --prefix $ sudo chown : -R ``` diff --git a/docs-2.0/graph-computing/nebula-analytics.md b/docs-2.0/graph-computing/nebula-analytics.md index c2b3ba609a..5676a5aa17 100644 --- a/docs-2.0/graph-computing/nebula-analytics.md +++ b/docs-2.0/graph-computing/nebula-analytics.md @@ -4,7 +4,7 @@ Nebula Analytics 是一款高性能图计算框架工具,支持对 Nebula Grap !!! enterpriseonly - 仅企业版支持本功能。 + 如需获取 Nebula Analytics 安装包,请发送邮件至 inquiry@vesoft.com。 ## 适用场景 diff --git a/docs-2.0/graph-computing/use-explorer.md b/docs-2.0/graph-computing/use-explorer.md index f1594e7a9e..8531f9615b 100644 --- a/docs-2.0/graph-computing/use-explorer.md +++ b/docs-2.0/graph-computing/use-explorer.md @@ -6,4 +6,4 @@ Nebula Explorer 提供 Workflow 功能进行可视化图计算。 !!! enterpriseonly - Explorer 仅在企业版提供。 + 如需获取 Nebula Explorer 安装包,请发送邮件至 inquiry@vesoft.com。 diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/1.overview.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/1.overview.md index f6fdedaa07..8a0fe33f0b 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/1.overview.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/1.overview.md @@ -42,6 +42,8 @@ Dashboard 的集群总览页面分为五个部分: 在**集群信息**区域右上方,单击![watch](https://docs-cdn.nebula-graph.com.cn/figures/watch_cn.png)进入集群信息详情页面,查看集群的详细信息,包括名字、创建时间、创建用户、版本、创建用户的角色。 + +{{ ent.ent_begin }} !!! enterpriseonly 针对 Nebula Graph 企业版集群,页面还会显示**证书**区域: @@ -50,6 +52,7 @@ Dashboard 的集群总览页面分为五个部分: - 提供上传证书功能。**集群 License 过期后,无法进行当前集群的操作**。可单击**上传证书**上传新的 License 文件。 +{{ ent.ent_end }} ### 节点监控 diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/4.manage.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/4.manage.md index c8695dfa0e..c5f7c072bb 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/4.manage.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/4.manage.md @@ -18,6 +18,7 @@ - 当节点上无服务时,可以**删除节点**。 +{{ ent.ent_begin }} ## 扩缩容 !!! enterpriseonly @@ -39,6 +40,8 @@ ![扩缩容](https://docs-cdn.nebula-graph.com.cn/figures/scaling-ds-2022_4-14_cn.png) +{{ ent.ent_end }} + ## 服务管理 - 在服务管理页面,用户可以选择服务类型、服务状态、Host 对展示的数据进行筛选,快速选中一个或多个服务,一键启动/停止/重启服务。 diff --git a/docs-2.0/nebula-explorer/about-explorer/ex-ug-what-is-explorer.md b/docs-2.0/nebula-explorer/about-explorer/ex-ug-what-is-explorer.md index 4e625bb0f4..9428468ffd 100644 --- a/docs-2.0/nebula-explorer/about-explorer/ex-ug-what-is-explorer.md +++ b/docs-2.0/nebula-explorer/about-explorer/ex-ug-what-is-explorer.md @@ -4,7 +4,7 @@ Nebula Explorer (简称 Explorer)是一款可以通过 Web 访问的可视 !!! enterpriseonly - Explorer 仅在企业版提供。 + 如需获取 Nebula Explorer 安装包,请发送邮件至 inquiry@vesoft.com。 !!! Note diff --git a/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md b/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md index d5037bcc83..3d92cf6647 100644 --- a/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md +++ b/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md @@ -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 企业版请发送邮件至 inquiry@vesoft.com。 +{{ ent.ent_end }} + ## 前提条件 安装 wget @@ -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/) diff --git a/docs-2.0/reuse/source_manage-service.md b/docs-2.0/reuse/source_manage-service.md index f2807e659f..f4a705f205 100644 --- a/docs-2.0/reuse/source_manage-service.md +++ b/docs-2.0/reuse/source_manage-service.md @@ -1,13 +1,16 @@ -Nebula Graph 支持通过脚本或 systemd 管理服务。 +Nebula Graph 支持通过脚本管理服务。 + +{{ ent.ent_begin }} !!! enterpriseonly - 仅企业版支持使用 systemd 管理服务。 - + 企业版还支持使用 systemd 管理服务。 + !!! danger 这两种方式互不兼容,选择使用其中一种。 +{{ ent.ent_end }} ## 使用脚本管理服务 使用脚本`nebula.service`管理服务,包括启动、停止、重启、中止和查看。