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
On this page

Failed to Access Manager of an MRS Cluster

Updated on 2024-07-18 GMT+08:00

Symptom

After an MRS cluster is created, its Manager cannot be accessed from the console.

Fault Locating

  1. Check the MRS cluster status. If the cluster is stopped or being created, or an active/standby switchover is being performed, the Manager page cannot be accessed.
  2. Check the access permission of the current user. ReadOnlyAccess indicates the read-only permission. Users with this permission can only view MRS resources but cannot access the Manager page.
  3. Check whether an available EIP is bound. Manager can be accessed from a local PC only after an available EIP is bound.
  4. Check the local user IP address in the security group rules. In the security group rules of the MRS cluster, port 9022 needs to be opened for the current user.
  5. Check the local browser. For example, check whether the internal network proxy is configured and whether security settings that block user tokens are added.
  6. Check the Manager running status. If network configurations such as the EIP and security group are correct, check whether Manager is running properly.
  7. Check the user password. The user password used for logging in to Manager must be correct or valid.

Procedure

  1. Log in to the MRS management console, choose Active Clusters, and check whether the MRS cluster is running properly.

    • If the MRS cluster is running properly, go to 3.
    • Otherwise, find the cause of this problem. If the MRS cluster is abnormal, rectify the cluster fault and access Manager again. If the MRS cluster is being created or an active/standby switchover is being performed, wait until the cluster creation or active/standby switchover is complete and access Manager again.

  2. Check whether the permission configurations of the current user are correct and whether the user has the permission to access Manager.

    For details, see Creating an MRS User.

    Do not add the MRS ReadOnlyAccess permission, which allows users only to view MRS resources but not to access Manager.

  3. Click the desired cluster in the cluster list to go to the cluster details page.
  4. Check the bound EIP.

    Click Access Manager next to MRS Manager and select an available EIP from the EIP drop-down list.
    NOTE:
    • If no EIP is available, click Manage EIP to create one and select an EIP from the EIP drop-down list.
    • If an EIP has been created but cannot be found during binding, the EIP may have been bound to another cluster. In this case, unbind the EIP on the EIPs page and then bind it to the current cluster.

  5. Check whether the security group configurations are correct.

    If Manager still cannot be accessed after the EIP is bound, check whether port 9022 is enabled in the security group rule of the current cluster.
    1. On Security Groups, select the security group to which the security group rule to be added belongs.
      NOTE:

      You can view the security group name in Security Group on the Dashboard page of the cluster.

    2. Click Manage Security Group Rule in Add Security Group Rule to add a security group rule. On the displayed page, click Inbound Rules. Check whether there is a security group rule in which the source address is the IP address of the current user to access the cluster, the protocol & port is TCP : 9022, and the action is Allow in the rule list. If not, click Add Rule to add such a rule and enable port 9022.
      For example, if the current user accesses the cluster via IP address 10.x.x.x, the security group rule is as follows.
      Figure 1 Adding a security group
      NOTE:

      The IP address that needs to be allowed in the security group is the public IP address used by users to access the MRS cluster. If the current network is an internal LAN, check that the IP address configured in the security group is the public network egress IP address.

    3. Click Add Security Group Rule on the MRS Dashboard page to check whether the configured IP address is changed. If yes, change the IP address and access Manager again.

  6. If the EIP and security group are normal, log in to Manager again and check whether the login page is displayed.

    Enter the username and password and click Login.
    NOTE:
    • To log in as user admin, enter the password set during the cluster creation.
    • To log in using the username and password created by the administrator, reset the password after the first login.
    • If an error message is displayed indicating that the authentication information is invalid during the login, the password may be incorrect or has expired. Enter the correct password, or change the password by referring to Resetting or Changing the Password of Manager User admin.
    • Check whether the internal network proxy is configured and whether security settings that can intercept user tokens are added in the browser.
    • If the Manager login page cannot be displayed after multiple updates, clear the browser cache or use another browser.

    If the Manager page is still blank or abnormal after a successful login, rectify the fault by referring to Accessing the Web Pages.

  7. After logging in to Manager, access the web UIs of MRS cluster components.

    On Manager, choose Cluster > Services and click the desired component name. On the overview page, log in to the web UIs of MRS components.

    For example, choose Cluster > Services and click HDFS. On the overview page, click the hyperlink next to NameNode WebUI to access the HDFS web UI.

    If a blank page or an exception occurs when the web UI of a component is accessed, rectify the fault by referring to Common Exceptions in Accessing the MRS Web UI.

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