The secure usage scope of users in each system is called a domain. Each system must have a unique domain name. The domain name of FusionInsight Manager is generated during installation. The system administrator can change the domain name on FusionInsight Manager.
sh ${BIGDATA_HOME}/om-server/om/sbin/get_reset_pwd.sh Password suffix user_name
Example:
sh ${BIGDATA_HOME}/om-server/om/sbin/get_reset_pwd.sh Test#$%@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@123Test#$%@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@123Test#$%@123 indicates the human-machine user password after the system domain name is changed.
Minimum Password Length |
Number of Character Types |
Processing Against the Password Policy |
New Password |
---|---|---|---|
8 to 17 characters |
4 |
The user password policy is 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 |
A domain name can contain only uppercase letters, numbers, periods (.), and underscores (_), and must start with a letter or number.
Parameter |
Description |
---|---|
Local Domain |
Planned domain name of the system. |
Password Suffix |
Part of the password set by the user after the password of the human-machine user is reset. This parameter is mandatory. The default value is Admin@123. NOTE:
This parameter takes effect only after Local Domain is modified. The following conditions must be met:
|
sh ${BIGDATA_HOME}/om-server/om/sbin/restart-RealmConfig.sh
The command is executed successfully if the following information is displayed:
Modify realm successfully. Use the new password to log into FusionInsight again.
After the 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.
In the displayed dialog box, enter the password of the current login user and 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.
sh /opt/executor/bin/refresh-client-config.sh