Skip to content

Commit

Permalink
mark ent-content (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 20, 2022
1 parent 2c8e1b6 commit 36c54f4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 10 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 @@ -343,6 +343,7 @@ $ ./nebula-graphd --version
Run `rpm -qa |grep nebula` to check the version of Nebula Graph.


{{ ent.ent_begin }}
### "How to scale out or scale in? (Enterprise Edition only)"

- You can scale Graph and Storage services with Dashboard Enterprise Edition. For details, see [Scale](../nebula-dashboard-ent/4.cluster-operator/4.manage.md).
Expand All @@ -366,6 +367,7 @@ Nebula Graph {{ nebula.release }} does not provide any commands or tools to supp

You also need to run [Balance Data and Balance leader](../8.service-tuning/load-balance.md) after scaling in/out storaged.

{{ ent.ent_end }}

### "After changing the name of the host, the old one keeps displaying `OFFLINE`. What should I do?"

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 @@ This topic describes how to use the Dag Controller.

!!! enterpriseonly

Only available for the Nebula Graph Enterprise Edition.
To apply for the Dag Controller installation package, send mail at `[email protected]`.

## Version compatibility

Expand Down Expand Up @@ -93,7 +93,7 @@ There are some differences between installation packages and commands in differe
3. Install the 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 is a high-performance graph computing framework tool that perfo

!!! enterpriseonly

Only available for the Nebula Graph Enterprise Edition.
To apply for the Nebula Analytics installation package, send mail at `[email protected]`.

## Scenarios

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 @@ For more details, see [Workflows](../nebula-explorer/workflow/workflows.md).

!!! enterpriseonly

Nebula Explorer is only available in the enterprise version.
To apply for the Nebula Explorer installation package, send mail at `[email protected]`.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ In this part, you can view the information of **Cluster Name**, **Creation Time*

In the upper right of the **Information** section, click ![watch](https://docs-cdn.nebula-graph.com.cn/figures/watch.png) to view the cluster details, including name, creation time, account name, version, and the role of the account name.

{{ ent.ent_begin }}
!!! enterpriseonly

For Enterprise Edition, there is a **License** section.

- Displays the license details of the cluster, including the usage status, the organization, the creation time, the expiration time, the cluster versions supported by the license, and the license type.

- Supports uploading new licenses. **When the license expires, you cannot perform operations on the current cluster.** Click **Upload License** to upload a new license.

{{ ent.ent_end }}

### Node

Expand Down
5 changes: 4 additions & 1 deletion 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,7 +18,8 @@ On this page, the information of all nodes will be shown, including the cluster
- Click **Edit Node** to modify the SSH port, SSH user, and SSH password.

- If a node has no service, you can **Delete Node**.


{{ ent.ent_begin }}
## Scale

!!! enterpriseonly
Expand All @@ -41,6 +42,8 @@ In the **Services** section below, green indicates services that will be added s

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

{{ ent.ent_end }}

## Service

- On this page, you can select the service type, service status, and host to filter the shown data, quickly select one or multiple services, and start/stop/restart the service with one click.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nebula Explorer (Explorer in short) is a browser-based visualization tool. It is

!!! enterpriseonly

Explorer is only available in the enterprise version.
To apply for the Nebula Explorer installation package, send mail at `[email protected]`.

!!! Note

Expand Down
5 changes: 4 additions & 1 deletion 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,11 @@ RPM and DEB are common package formats on Linux systems. This topic shows how to

The console is not complied or packaged with Nebula Graph server binaries. You can install [nebula-console](https://github.com/vesoft-inc/nebula-console) by yourself.

{{ ent.ent_begin }}
!!! enterpriseonly

For the Enterprise Edition, please send email to [email protected].

{{ ent.ent_end }}
## Prerequisites

Wget installed.
Expand Down Expand Up @@ -155,7 +156,9 @@ Wget installed.

## Next to do

{{ ent.ent_begin }}
- (Enterprise Edition)[Deploy license](https://docs.nebula-graph.com.cn/{{nebula.release}}/4.deployment-and-installation/deploy-license)
{{ ent.ent_end }}

- [Start Nebula Graph](https://docs.nebula-graph.io/{{nebula.release}}/2.quick-start/5.start-stop-service/) <!--这里用外链。-->

Expand Down
6 changes: 4 additions & 2 deletions docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Nebula Graph supports managing services with scripts or systemd.
Nebula Graph supports managing services with scripts.

{{ ent.ent_begin }}
!!! enterpriseonly

Managing Nebula Graph with systemd is only available in the Nebula Graph Enterprise Edition.
You can also manage Nebula Graph with systemd in the Nebula Graph Enterprise Edition.

!!! danger

The two methods are incompatible. It is recommended to use only one method in a cluster.
{{ ent.ent_end }}

## Manage services with script

Expand Down

0 comments on commit 36c54f4

Please sign in to comment.