Updated on 2022-02-22 GMT+08:00

Cluster Node Overview

This section describes remote login, MRS cluster node types, and node functions.

MRS cluster nodes support remote login. The following remote login methods are available:

  • GUI login: Use the remote login function provided by the ECS management console to log in to the Linux interface of the Master node in the cluster.
  • SSH login: Applies to Linux ECSs only. You can use a remote login tool (such as PuTTY) to log in to an ECS. The ECS must have a bound EIP.

    For details about how to apply for and bind EIP for the Master node, see Virtual Private Cloud > User Guide > Elastic IP > Assigning an EIP and Binding It to an ECS.

    You can log in to a Linux ECS using either a key pair or password.

    If you use a key pair to access a node in a cluster, you need to log in to the node as user root. For details, see Logging In to an ECS Using a Key Pair (SSH).

    For details about how to access a cluster node using a password, see Logging In to an ECS Using a Password (SSH).

In an MRS cluster, a node is an ECS. Table 1 describes the node types and node functions.

Table 1 Cluster node types

Node Type

Functions

Master node

Management node of an MRS cluster. It manages and monitors the cluster. In the navigation tree of the MRS management console, choose Clusters > Active Clusters, select a running cluster, and click its name to switch to the cluster details page. On the Nodes tab page, view the Name. The node that contains master1 in its name is the Master1 node. The node that contains master2 in its name is the Master2 node.

You can log in to a Master node either using VNC on the ECS management console or using SSH. After logging in to the Master node, you can access Core nodes without entering passwords.

The system automatically deploys the Master nodes in active/standby mode and supports the high availability (HA) feature for MRS cluster management. If the active management node fails, the standby management node switches to the active state and takes over services.

To determine whether the Master1 node is the active management node, see Determining Active and Standby Management Nodes of Manager.

Core node

Work node of an MRS cluster. It processes and analyzes data and stores process data.

Task node

Compute node. It is used for auto scaling when the computing resources in a cluster are insufficient.