Updating Cluster Keys

Scenario

When a cluster is installed, an encryption key is generated automatically to store the security information in the cluster (such as all database user passwords and key file access passwords) in encryption mode. After the cluster is successfully installed, you are advised to periodically update the encryption key based on the following procedure.

Impact on the System

Prerequisites

The upper-layer applications depending on the cluster are stopped.

Procedure

  1. Log in to MRS Manager and choose Services > More > Stop Cluster.

    In the displayed dialog box, select I have read the information and understand the impact. Click OK. Wait until the system displays a message indicating that the operation is successful. Click Finish. The cluster is stopped successfully.

  2. Log in to the active management node.
  3. Run the following commands to switch the user:

    sudo su - omm

  4. Run the following command to disable logout upon timeout:

    TMOUT=0

  5. Run the following command to switch the directory:

    cd ${BIGDATA_HOME}/om-0.0.1/tools

  6. Run the following command to update the cluster key:

    sh updateRootKey.sh

    Enter y as prompted.

    The root key update is a critical operation.
    Do you want to continue?(y/n):

    The key is updated successfully if the following information is displayed:

    ...
    Step 4-1: The key save path is obtained successfully.
    ...
    Step 4-4: The root key is sent successfully.

  7. On MRS Manager, choose Services > More > Start Cluster.

    In the displayed dialog box, click OK. After Operation successful is displayed, click Finish. The cluster is started.