Skip to content

Cluster operation

This topic introduces the cluster operation of Dashboard, including cluster node, cluster service, cluster scaling, service configuration, and member management.

Node

On this page, the information of all nodes will be shown, including the cluster name, Host(SSH_User), CPU (Core), etc.

  • To add a node quickly, click Add node and enter the following information, the Host, SSH port, SSH user, SSH password, and select a NebulaGraph package.
  • Click the plus button to view the process name, service type, status, runtime directory of the corresponding node.

    • Click Node monitoring to jump to the detailed node monitoring page. For more information, see Cluster monitoring.
    • Click Edit node to modify the SSH port, SSH user, and SSH password.
    • If a node has no service, you can delete the node.

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.

Danger

If you click Stop/Restart, the running task will be stopped instantly, which may cause data inconsistency. It is recommended to perform this operation during the low peak period of the business.

Update config

On this page, you can modify configuration files of Storage and Graph services. For more information, see Storage service configuration and Graph service configuration. Updating configuration files is a batch operation, and each Storage/Graph configuration file will be modified.

  • After clicking Save, the configuration will take effect after the next service restart.
  • Click Save and restart to directly restart the service to make the configuration take effect immediately.

    Danger

    If you click Save and Restart, the running task will be stopped and the cluster will be restarted instantly, which may cause data inconsistency. It is recommended to perform this operation during the low peak period of the business.

Member management

Accounts with the role admin and cluster creators with the role user can add members to manage clusters. By default, the role of cluster creators is owner, and is displayed on the Member Management page. The role of added members is operator.

For more information about accounts and roles, see Authority management.

Add cluster members

The accounts of cluster members must be included in Dashboard accounts. For information about how to create an account, see Authority management.

You can follow the below steps to add cluster members.

  1. At the top navigation bar of the Dashboard Enterprise Edition page, click Cluster Management.
  2. On the right side of the target cluster, click Detail.
  3. On the left-side navigation bar of the page, click Operation->Member Management.
  4. On the Member Management page, click the search box at the top left.
  5. In the drop-down list, select the target account that you want to add to be the administrator of the cluster, and then click Add.

Other operations

  • At the top right of the Member Management page, you can search for cluster members.
  • Click delete to delete members.

Last update: March 13, 2023
Back to top