Updated on 2023-06-07 GMT+08:00

Failed to Access the Manager Page of MRS Cluster

Symptom

After an MRS cluster is created, the Manager page cannot be accessed on the console.

Fault Handling

  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 the EIP binding and its status. An EIP needs to be bounded and it must be available to ensure Manager proper access from a local PC.
  4. Check the local user IP address in the security group rule. 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 the EIP and security group configurations are correct, check whether Manager is running properly.
  7. Check the user password. Manager access failure may be caused by an incorrect or invalid password.

Procedure

  1. Log in to the MRS management console, choose Clusters > 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 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 bounded EIPs.

    Click Access Manager next to MRS Manager and select an available EIP from the EIP drop-down list.
    • 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. In Security Group, select the security group to which the security group rule to be added belongs.

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

    2. Click Manage Security Group Rule next to Add Security Group Rule to add a security group rule. On the displayed page, click Inbound Rules. Check whether a security group rule with the source address being the IP address of the current user to access the cluster, protocol port being TCP:9022, and policy Allow exists in the rule list. If no, click Add Rule to enable port 9022. For example, if the current user accesses the cluster IP address is 10.x.x.x, the added security group rule is as follows.

    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.
    • If a user needs to log in as the admin user, the password is the one set when creating the cluster.
    • If a user uses the username and password created by the administrator to log in to the system, the user need to reset the password after the first login.
    • If an error message occurs indicating that the authentication information is invalid during login, the user password may be incorrect. Check and 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.
    • 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.