Refreshing HyperScale X Nodes

Commvault HyperScale X nodes can be refreshed when there are hardware failures in an existing node in the storage pool, such as disk issues or corrupted operating system. When a node is refreshed, only the drive containing the operating system, which can be reinstalled and rebuilt, will be recovered. Data drives will be reconstructed using the other nodes in the storage pool and drives containing the Deduplication Database (DDB) and Index Cache will be preserved.

Support

Nodes with MediaAgents pointing to an external CommServe can be recovered. (Nodes setup with both the CommServe and MediaAgents not supported.)

Before You Begin

Enable root access, if root access is disabled in the storage pool. For more information, see Enabling or Disabling Root Access.

Verify that your environment meets the requirements that are mentioned in the Existing Node Requirements section in Prerequisites for Adding Nodes to an Existing HyperScale X Storage Pool.

Procedure

  1. Login to the Windows based computer.

  2. Download the latest HyperScale Appliance ISO <Version_Number> (for example, HyperScale ISO 2.2) from Commvault Store.

  3. Access the node using the KVM management console in your environment.

  4. Map the downloaded ISO image as a virtual media from the KVM Management console.

    Click here to view a sample image.

    Sample KVM Console (1)

  5. Reboot the node using the virtual media as follows.

    1. Login to the node as root. (Press <Alt> + <Ctrl> + <F2> if the login prompt is not displayed.)

    2. Type reboot.

    3. During the boot sequence press <F12> when the following message is displayed. (This message will be displayed briefly for a few moments only during the boot sequence.)

      Press F2 to enter Setup or <F12> to enter Boot Menu.
    4. Select the virtual media as the boot device and press <Enter>.

      The Commvault HyperScale Install will be started.

  6. The HyperScale Configuration Detected screen is displayed.

    Recovering an HyperScale X Appliance Node (1)

    Choose Next.

  7. The Preserve Data screen is displayed.

    Recovering an HyperScale X Appliance Node (2)

    Choose the Preserve Drives option and then click Next.

    The installation process will be started. This process will take some time to complete.

    The following message will be displayed once the installation is complete.

    Recovering an HyperScale X Appliance Node (3)

  8. Reboot the node.

  9. After the reboot, login using the following default credentials:

    Login: root

    Password: cvadmin

    (Press <Alt> + <Ctrl> + <F2> if the login prompt is not displayed.)

  10. Verify that the contents of /etc/hosts folder is identical to the other nodes in the cluster, using the following command:

    # cat /etc/hosts
  11. Navigate to the following folder:

    /opt/commvault/MediaAgent64/task_manager
  12. Run the following command on one of the existing cluster nodes other than the reimaged node:

    ./cvmanager.py -t Restore_Node

    The following message appears:

    INFO : Initializing HyperScale Task Manager
    INFO : Commvault HyperScale Task Manager Initialized.
    Hostname of the node to restore:
  13. Enter the hostname of the node that you want to restore.

    The following message appears:

    Root password of existing cluster:
    [Re-Enter to Confirm] - Root password of existing cluster:
  14. Enter the root password which was added during the initial Hyperscale node configuration. (This root password would be the same root password used in the other nodes.)

    The following message appears:

    Are you registering with Metallic (y/n):
  15. Enter n.

    The following message appears:

    CommServe fully qualified hostname:
  16. Enter the name (FQDN) of the existing CommServe computer.

    The following message appears:

    Are you registering with an AuthCode (y/n):
  17. Enter n.

    The following message appears:

    Enter a user name with permissions for registering new clients:
    Enter the users password:
    [Re-Enter to Confirm] - Enter the users password:

    Enter the credentials that must be used to access the CommServe server.

  18. Note: Commserve FQDN and credentials must be the same as the one that was originally used before refreshing the node.Verify the minor version of the RPM using the following command:

    # rpm -qa | grep hedvig

    The resulting output will display the minor RPM version, as shown in the following sample output:

    hedvig-cluster-1.0.0_3564_2484803ffb-1.x86_64
    hedvig-common-1.0.0_3564_2484803ffb-1.x86_64

    In the above example, 3564 is the minor RPM version.

  19. Verify the status of the refreshed node in the storage pool as follows:

    1. From the navigation, click Storage > HyperScale X.

      The HyperScale page appears.

    2. Verify the Status column for the MediaAgent that you have refreshed.

      The status appears as Media agent under Maintenance when the refresh operation is in progress.

      Once the refresh is completed the Status column for the MediaAgent will appear as Online.

    3. Verify that the node is refreshed by clicking the node.

      The <node> page is displayed. Check the following details:

      • Server Information area

      • Disk Status under the Disks area

  20. Enable ransomware on the refreshed node as described in Enabling Ransomware Protection for a HyperScale MediaAgent.

What to Do Next

Loading...