Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Isolating an MRS Cluster Node

Updated on 2024-09-23 GMT+08:00

If a host is found to be abnormal or faulty, affecting cluster performance or preventing services from being provided, you can temporarily exclude that host from the available nodes in the cluster. In this way, the client can access other available nodes. In scenarios where patches are to be installed in a cluster, you can also exclude a specified node from patch installation.

Only non-management nodes can be isolated.

You can isolate a host manually on MRS based on the actual service requirements or O&M plan.

Impact on the System

  • After a host is isolated, all role instances on the host will be stopped. You cannot start, stop, or configure the host and any instances on the host.
  • After a host is isolated, statistics of the monitoring status and indicator data of the host hardware and instances cannot be collected or displayed.
  • For some services, after a host is isolated, some instances on other nodes do not work, and the service configuration status may expire.
  • Retain the default SSH port (22) of the target node. Otherwise, the task described in this section will fail.

Prerequisites

  • The IAM users have been synchronized in advance. You can do this by clicking Synchronize next to IAM User Sync on the Dashboard page of the cluster details.
  • You have logged in to MRS Manager. For how to log in, see Accessing MRS Manager.

Isolating a Host on the Console

  1. Log in to the MRS console.
  2. On the Active Clusters page, select a running cluster and click its name to switch to the cluster details page.
  3. On the MRS details page, click Nodes.
  4. Unfold the node group information and select the check box of the target host.
  5. Choose Node Operation > Isolate Host.

    Figure 1 Isolating a host

  6. Confirm the information about the host to be isolated and click OK.

    When Operation successful is displayed, click Finish. The host is isolated successfully, and the value of Operating Status becomes Isolated.

    NOTE:

    The isolation of a host can be canceled and the host can be added to the cluster again. After the exception or fault of a host is handled, you must cancel the isolation of the host for proper usage.

  7. Cancel the isolation status of the host before using the host if you have rectified the host exception or fault.

    1. On the Nodes page, expand the node group information.
    2. Select the check box of the host to be de-isolated and choose Node Operation > Cancel Host Isolation.
    3. Confirm the information about the host for which the isolation is to be cancelled and click OK.

      When Operation successful is displayed, click Finish. The host is de-isolated, and the value of Operating Status becomes Normal.

Isolating a Host on Manager

For MRS 3.x or later:

  1. Log in to FusionInsight Manager and click Hosts.
  2. Select the check box of the host to be isolated, choose More > Isolate Host, enter the password for identity authentication, and click OK.
  3. Confirm the information about the host to be isolated and click OK.

    After the system displays a message indicating that the operation is successful, click Finish. If the host is isolated, its Running Status is displayed as Isolated.

  4. Log in to the isolated host as user root and run the pkill -9 -u omm command to stop the processes of user omm on the node. Then run the ps -ef | grep 'container' | grep '${BIGDATA_HOME}' | awk '{print $2}' | xargs -I '{}' kill -9 '{}' command to find and stop the container process.
  5. Cancel the isolation status of the host before using the host if you have rectified the host exception or fault.

    On the Hosts page, select the isolated host and choose More > Cancel Isolation.

    NOTE:

    After the isolation is canceled, all role instances on the host are not started by default. To start role instances on the host, select the target host on the Hosts page and choose More > Start All Instances.

For MRS 2.x or earlier:

  1. Log in to MRS Manager, and choose Hosts.
  2. Select the check box of the host to be isolated, choose More > Isolate Host, enter the password for identity authentication, and click OK.
  3. Confirm the information about the host to be isolated and click OK.

    After the system displays a message indicating that the operation is successful, click Finish. If the host is isolated, its Operating Status is displayed as Isolated.

  4. Cancel the isolation status of the host before using the host if you have rectified the host exception or fault.

    1. On MRS Manager, click Hosts.
    2. Select the check box of the host to be de-isolated and choose More > Cancel Host Isolation.
    3. Click OK in the displayed dialog box.

      When Operation successful is displayed, click Finish. The host is de-isolated successfully, and the value of Operating Status becomes Normal.

    4. Click the name of the de-isolated host to show its status, and click Start All Roles.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback