Solved

Where can I find instructions about how to replace a Hyperscale metadisk?

  • 30 December 2020
  • 1 reply
  • 672 views

Userlevel 1
Badge +6

I have a failed Hyperscale metadisk that needs to be replaced. How would I replace the disk?

icon

Best answer by Emils 31 December 2020, 07:04

View original

1 reply

Userlevel 4
Badge +11

HI @Daniel Brouwer 

Let me help you with that query

When a metadata drive in a HyperScale storage pool fails due to disk issues, it can be replaced with a new empty disk that is the same size. Metadata drive is the drive containing the Index Cache and/or the deduplicated database (DDB). 

To do so, please follow these instructions:

  1. Shut down the node and remove the defective disk containing the metadata. 

  1. Attach the new replacement disk to the MediaAgent that has the failed disk. 

  1. Reboot the node. 

  1. Note: Do not mount the disk on the MediaAgent after the reboot. 

  1. Navigate to the following folder: 

           /opt/commvault/Base/ 

  1. Run the following command: 

          ./CVSDS -m -l /dev/<new disk> 

          For example: 

          ./CVSDS -m -l /dev/sdf 

  1. To replace multiple disks, include all the names in the <new disk> list, using a comma (,) as the delimiter. 

          For example: 

         ./CVSDS -m -l /dev/,/dev/sdf 

The following prompt will be displayed: 

Please confirm whether node has been rebooted after the metadata drive has been replaced [y/n]: 

Type y and press Enter. 

 

The command will mount the drive, and the Index Cache and/or the deduplicated database (DDB) will be automatically reconstructed in the new disk, if it is a control node.  

Once the reconstruction of the DDB is completed the metadrive will be ready for Deduplicated operations. 

 

If that answers your question, feel free to mark this post as the correct answer.

 

Thank you

Reply