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

Changing Manager System Domain Name

Updated on 2022-12-08 GMT+08:00

Scenario

The usage range of users in each FusionInsight Manager is called a domain. Each system must have a unique domain name. The domain name of the FusionInsight Manager is generated during installation. To change the domain name to a specific domain name, run the FusionInsight Manager command.

NOTICE:
  • Changing the system domain name is a high-risk operation. Before performing operations in this section, ensure that the OMS data has been backed up by referring to Backing Up Manager Data.

Impact on the System

  • During the configuration, all of the clusters need to be restarted and are unavailable during restart.
  • During the configuration, the domain names will be changed, and the passwords of Kerberos administrator and OMS Kerberos administrator will be initialized. You need to use the default passwords and change the password. For details, see User Information Overview. If a component running user whose password is generated randomly by the system is used for identity authentication, see Exporting an Authentication Credential File to download the keytab file again.
  • After the system domain name is changed, passwords of the admin user, component running user, and the Human-machine user added by the MRS cluster administrator before the domain name is changed will be reset to the same. Change the passwords. The reset password consists of two parts: one part is generated by the system and the other is set by the user. The system generating part is Admin@123, which is the default password. For details about the user-defined part, see descriptions of Password Suffix in Table 2. For example, if the generated part is Admin@123 and the user-defined part is Admin@123, the new password is Admin@123Admin@123.
  • The new password must meet the password policies. To obtain the new Human-machine user password, log in to the active OMS as user omm and run the following script:

    sh ${BIGDATA_HOME}/om-server/om/sbin/get_reset_pwd.sh passwd_suffix user_name

    • passwd_suffix indicates the user setting part (Admin@123 by default).
    • user_name is optional (admin by default).

    For Example:

    sh ${BIGDATA_HOME}/om-server/om/sbin/get_reset_pwd.sh Admin@123

    To get the reset password after changing cluster domain name.
      pwd_min_len      : 8
      pwd_char_types   : 4
    The password reset after changing cluster domain name is: "Admin@123Admin@123"

    In this example, pwd_min_len and pwd_char_types indicate the minimum password length and number of password character types respectively defined in the password policies. Admin@123Admin@123 indicates the Human-Machine user password after the system domain name is changed.

  • The reset password after the inter-system domain name is changed consists of two parts: one part is generated by the system and the other is set by the user. The reset password must meet the password policy. In case of insufficient length, add one or multiple at-signs (@) between Admin@123 and user setting part. If there are five character types, add a space on the right of Admin@123.
    For example, when the default user setting part and the default user password policy are used, and the password must contain at least eight characters of four types, the new password is Admin@123Admin@123. When the user setting part is Test@123 and default user password policy is used, the new password is Admin@123Test@123. The password contains 17 characters of four types. If the current password policy must be met, process the password according to Table 1.
    Table 1 Password processing

    Minimum Password Length

    Number of Character Types

    Password Policy Satisfaction

    New Password

    8 to 17 characters

    4

    Password policies are met.

    Admin@123Test@123

    18 characters

    4

    Add an at sign (@).

    Admin@123@Test@123

    19 characters

    4

    Add two at signs (@).

    Admin@123@@Test@123

    8 to 18 characters

    5

    Add a space.

    Admin@123 Test@123

    19 characters

    5

    Add a space and an at sign (@).

    Admin@123 @Test@123

    20 characters

    5

    Add a space and two at signs (@).

    Admin@123 @@Test@123

  • After the system domain name is changed, download the keytab file for the Machine-Machine user added by the MRS cluster administrator before the domain name is changed.
  • After the system domain name is changed, download and install the client again.

Prerequisites

  • You have specified service requirements and planned domain names for the systems.

    A domain name can contain only uppercase letters, digits, dots (.), and underscores (_), and must start with a letter or a digit.

  • Running Status of all services in the Manager clusters is Normal.
  • The acl.compare.shortName parameter of the ZooKeeper service of all clusters in the Manager must be set to the default value true. Otherwise, change the value to true and restart the ZooKeeper service.

Procedure

  1. Log in to FusionInsight Manager of a cluster.
  2. Choose System > Permission > Domain and Mutual Trust.
  3. Change parameters.

    Table 2 Related Parameters

    Parameter

    Description

    Local Domain

    Set the value to the domain name of the system.

    Password Suffix

    The user sets part of the Human-Machine user after password reset. The default value is Admin@123.

    NOTE:

    This parameter is only changed Local Domain parameters to take effect. The following conditions must be met:

    • The password ranges from 8 to 16 characters.
    • The password must contain at least three types of the following: uppercase letters, lowercase letters, numbers, and the following special characters: `~!@#$%^&*()-_=+|[{}];:',<.>/? and space.

  4. Click OK. After the modification is complete, proceed with the subsequent steps. Do not perform the subsequent steps in advance.
  5. Log in to the active management node as user omm.
  6. Run the following command to restart the domain update configuration:

    sh ${BIGDATA_HOME}/om-server/om/sbin/restart-RealmConfig.sh

    The command is run successfully if the following information is displayed.

    Modify realm successfully. Use the new password to log into FusionInsight again.  
    NOTE:

    After restart, some hosts and services cannot be accessed and an alarm is generated. This problem can be automatically resolved in about 1 minute after restart-RealmConfig.sh is run.

  1. Log in to the FusionInsight Manager as the reset user admin and password (for example, Admin@123Admin@123). On the FusionInsight Manager home page, click next to the name of the cluster to be operated and select Restart.

    In the displayed confirmation dialog box, click OK.

    In the displayed dialog box, click OK. Wait for a while until a message indicating that the operation is successful is displayed. Click Finish.

  2. Log out from FusionInsight Manager and then log in to it again. If the login is successful, the configuration is successful.
  3. Log in to the active management node as user omm and run the following command to update the job submission client configuration:

    sh /opt/executor/bin/refresh-client-config.sh

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