Skip to main content
HCI
1.10

Replace 2U H-series chassis

Contributors netapp-dbagwell

If your chassis has a fan failure or a power issue, you should replace it as soon as possible. The steps in the chassis replacement procedure depend on your NetApp HCI configuration and cluster capacity, which requires careful consideration and planning. You should contact NetApp Support for guidance and to order a replacement chassis.

About this task

You should consider the following before you replace the chassis:

  • Does your rack have additional space for a new chassis?

  • Do any of the chassis in your deployment have unused node slots?

  • If your rack has additional space, can you move each of the nodes from the failed chassis to the new chassis, one at a time? You should keep in mind that this process might take time.

  • Can your storage cluster remain online when you remove the nodes that are part of the failed chassis?

  • Can your virtual machines (VMs) and ESXi cluster handle the workload when you remove the compute nodes that are part of the failed chassis?

Replace the chassis when additional unused space is available in the rack

If your rack has additional space, you can install the new chassis and move nodes one at a time to the new chassis. If any of the installed chassis have unused node slots, you can move nodes from the failed chassis to the unused slots one at a time, and then remove the failed chassis. Before you being the procedure, ensure that the cable lengths are sufficient and switch ports are available.

Note The steps for moving compute nodes are different from the steps for moving storage nodes. You should ensure that the nodes are correctly shut down before you move them. After you move all the nodes from the failed chassis, you should remove the chassis from the rack and return it to NetApp.

Install the new chassis

You can install the new chassis into the rack space available, and move the nodes into it.

What you'll need
  • You have an electrostatic discharge (ESD) wristband, or you have taken other antistatic protection.

  • You have the replacement chassis.

  • You have a lift or two or more persons to perform the steps.

  • You have a #1 Phillips screwdriver.

Steps
  1. Put on antistatic protection.

  2. Unpack the replacement chassis.
    Keep the packaging for when you return the failed chassis to NetApp.

  3. Insert the rails that were shipped to you along with the chassis.

  4. Slide the replacement chassis into the rack.

    Tip Always use sufficient manpower or a lift while installing the chassis.
  5. Secure the chassis to the rack with the front mounting thumb screws, and tighten the screws with the screwdriver.

Move a compute node

Before you move a compute node to the new chassis or to an existing chassis that has additional unused slots, you should migrate the virtual machines (VMs), shut the node down correctly, and label the cables inserted into the node.

Note Ensure that you have antistatic protection when you move the node.
Steps
  1. Make a note of the serial number of the node from the sticker at the back of the node.

  2. In the VMware vSphere Web Client, select Hosts and Clusters, select a node (host), and then select Monitor > Hardware Status > Sensors.

  3. In the Sensors section, look for the serial number that you noted from the sticker at the back of the node.

  4. After you find the matching serial number, migrate the VMs to another available host.

    Note See the VMware documentation for the migration steps.
  5. Right-click the node, and select Power > Shut Down.
    You are now ready to physically removing the node from the chassis.

  6. Label the node and all the cables at the back of the node.

  7. Remove the node from the chassis by pulling down the cam handle on the right side of each node, and pulling the node out using both the cam handles.

  8. Reinstall the node into the new chassis by pushing the node in until you hear a click.
    The labels you had attached to the node before you removed it help guide you. The node powers on automatically when you install it correctly.

    Caution Ensure that you support the node from under when you install it. Do not use excessive force while pushing the node into the chassis.
    Note If installing into the new chassis, ensure that you install the node into its original slot in the chassis.
  9. Reconnect the cables to the same ports at the back of the node.
    The labels you had on the cables when you disconnected them help guide you.

    Caution Ensure that you do not force the cables into the ports; you might damage the cables, ports, or both.
  10. Confirm that the compute node (host) is listed in the ESXi cluster in the VMware vSphere Web Client.

  11. Perform these steps for all the compute nodes in the failed chassis.

Move a storage node

Before you move the storage nodes to the new chassis, you should remove the drives, shut down the nodes correctly, and label all the components.

Steps
  1. Identify the node that you are going to remove as follows:

    1. Note down the serial number of the node from the sticker at the back of the node.

    2. In the VMware vSphere Web Client, select NetApp Element Management, and copy the MVIP IP address.

    3. Use the MVIP IP address in a web browser to log in to the NetApp Element software UI with the user name and password that you configured in the NetApp Deployment Engine.

    4. Select Cluster > Nodes.

    5. Match the serial number you noted down with the serial number (service tag) listed.

    6. Make a note of the node ID of the node.

  2. After you identify the node, move iSCSI sessions away from the node by using the following API call:
    wget --no-check-certificate -q --user=<USER> --password=<PASS> -O - --post-data '{ "method":"MovePrimariesAwayFromNode", "params":{"nodeID":<NODEID>} }' https://<MVIP>/json-rpc/8.0
    MVIP is the MVIP IP address, NODEID is the node ID, USER is the user name you configured in the NetApp Deployment Engine when you set up NetApp HCI, and PASS is the password you configured in the NetApp Deployment Engine when you set up NetApp HCI.

  3. Select Cluster > Drives to remove the drives associated with the node.

    Note You should wait for the drives that you removed to show up as Available before you remove the node.
  4. Select Cluster > Nodes > Actions > Remove to remove the node.

  5. Use the following API call to shut down the node:
    wget --no-check-certificate -q --user=<USER> --password=<PASS> -O - --post-data '{ "method":"Shutdown", "params":{"option":"halt", "nodes":[ <NODEID>]} }' https://<MVIP>/json-rpc/8.0
    MVIP is the MVIP IP address, NODEID is the node ID, USER is the user name you configured in the NetApp Deployment Engine when you set up NetApp HCI, and PASS is the password you configured in the NetApp Deployment Engine when you set up NetApp HCI.
    After the node is shut down, you are ready to physically remove it from the chassis.

  6. Remove the drives from the node in the chassis as follows:

    1. Remove the bezel.

    2. Label the drives.

    3. Open the cam handle, and slide each drive out carefully using both hands.

    4. Place the drives on an antistatic, level surface.

  7. Remove the node from the chassis as follows:

    1. Label the node and cables attached to it.

    2. Pull down the cam handle on the right side of each node, and pull the node out using both the cam handles.

  8. Reinstall the node into the chassis by pushing the node in until you hear a click.
    The labels you had attached to the node before you removed it help guide you.

    Caution Ensure that you support the node from under when you install it. Do not use excessive force while pushing the node into the chassis.
    Note If installing into the new chassis, ensure that you install the node into its original slot in the chassis.
  9. Install the drives into their respective slots in the node by pressing down the cam handle on each drive until it clicks.

  10. Reconnect the cables to the same ports at the back of the node.
    The labels you had attached to the cables when you disconnected them will help guide you.

    Caution Ensure that you do not force the cables into the ports; you might damage the cables, ports, or both.
  11. After the node powers on, add the node to the cluster.

    Note It might take up to 2 minutes for the node to get added and be displayed under Nodes > Active.
  12. Add the drives.

  13. Perform these steps for all the storage nodes in the chassis.

Replace the chassis when additional unused space is not available in the rack

If your rack does not have additional space and if none of the chassis in your deployment has unused node slots, you should determine what can stay online, if anything, before you do the replacement procedure.

About this task

You should take the following points into consideration before you do the chassis replacement:

  • Can your storage cluster remain online without the storage nodes in the failed chassis?
    If the answer is no, you should shut down all the nodes (both compute and storage) in your NetApp HCI deployment.
    If the answer is yes, you can shut down only the storage nodes in the failed chassis.

  • Can your VMs and ESXi cluster stay online without the compute nodes in the failed chassis?
    If the answer is no, you must shut down or migrate the appropriate VMs to be able to shut down the compute nodes in the failed chassis.
    If the answer is yes, you can shut down only the compute nodes in the failed chassis.

Shut down a compute node

Before you move the compute node to the new chassis, you should migrate the VMs, shut it down correctly, and label the cables inserted into the node.

Steps
  1. Make a note of the serial number of the node from the sticker at the back of the node.

  2. In the VMware vSphere Web Client, select Hosts and Clusters, select a node (host), and then select Monitor > Hardware Status > Sensors.

  3. In the Sensors section, look for the serial number that you noted from the sticker at the back of the node.

  4. After you find the matching serial number, migrate the VMs to another available host.

    Note See the VMware documentation for the migration steps.
  5. Right-click the node, and select Power > Shut Down.
    You are now ready to physically removing the node from the chassis.

Shut down a storage node

See the steps here.

Remove the node

You should ensure that you remove the node carefully from the chassis and label all the components. The steps to physically remove the node are the same for both storage and compute nodes. For a storage node, remove the drive before you remove the node.

Steps
  1. For a storage node, remove the drives from the node in the chassis as follows:

    1. Remove the bezel.

    2. Label the drives.

    3. Open the cam handle, and slide each drive out carefully using both hands.

    4. Place the drives on an antistatic, level surface.

  2. Remove the node from the chassis as follows:

    1. Label the node and cables attached to it.

    2. Pull down the cam handle on the right side of each node, and pull the node out using both the cam handles.

  3. Perform these steps for all the nodes you want to remove.
    You are now ready to remove the failed chassis.

Replace the chassis

If your rack does not have additional space, you should uninstall the failed chassis and replace it with the new chassis.

Steps
  1. Put on antistatic protection.

  2. Unpack the replacement chassis, and keep it on a level surface.
    Keep the packaging for when you return the failed unit to NetApp.

  3. Remove the failed chassis from the rack, and place it on a level surface.

    Note Use sufficient manpower or a lift while moving a chassis.
  4. Remove the rails.

  5. Install the new rails that were shipped to you with the replacement chassis.

  6. Slide the replacement chassis into the rack.

  7. Secure the chassis to the rack with the front mounting thumb screws, and tighten the screws with the screwdriver.

  8. Install the nodes into the new chassis as follows:

    1. Reinstall the node into its original slot in the chassis by pushing the node in until you hear a click.
      The labels you attached to the node before you removed it help guide you.

      Caution Ensure that you support the node from under when you install it. Do not use excessive force while pushing the node into the chassis.
    2. For storage nodes, install the drives into their respective slots in the node by pressing down the cam handle on each drive until it clicks.

    3. Reconnect the cables to the same ports at the back of the node.
      The labels you attached to the cables when you disconnected them help guide you.

      Caution Ensure that you do not force the cables into the ports; you might damage the cables, ports, or both.
  9. Ensure that the nodes are online as follows:

    Option Steps

    If you reinstalled all the nodes (both storage and compute) in your NetApp HCI deployment

    1. In the VMware vSphere Web Client, confirm that the compute nodes (hosts) are listed in the ESXi cluster.

    2. In the Element plug-in for vCenter server, confirm that the storage nodes are listed as Active.

    If you reinstalled only the nodes in the failed chassis

    1. In the VMware vSphere Web Client, confirm that the compute nodes (hosts) are listed in the ESXi cluster.

    2. In the Element plug-in for vCenter server, select Cluster > Nodes > Pending.

    3. Select the node, and select Add.

      Note It might take up to 2 minutes for the node to get added and be displayed under Nodes > Active.
    4. Select Drives.

    5. From the Available list, add the drives.

    6. Perform these steps for all the storage nodes you reinstalled.

  10. Verify that the volumes and datastores are up and accessible.