How to add a new cluster disk in failover cluster if there is an error of "no suitables disks were found"

Harika Vinnakota 1 Reputation point
2021-04-12T17:47:47.153+00:00

windows server 2019> HyperV> Failover cluster

Windows for business | Windows Server | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-04-13T05:52:06.477+00:00

    Hi,

    May I know the storage type you are using? Is it ISCSI or Fibre Channel?

    If it’s ISCSI, to add a cluster disk to the cluster, first you should add a new disk on your storage server:
    87130-image.png

    Configure the disk:
    87234-image.png
    Disk created:
    87235-image.png
    After creating the disk, you will need to connect to each node of your cluster, connect the disk to the node so that you will be able to use it as a cluster disk.
    To connect the node to the disk:
    First of all, in server manager, please open the iscsi initiator:
    87271-image.png
    Click “Auto configure” in “Volume and devices” to find the new disk:
    87242-image.png
    Afterwards, we need to bring the newly assigned disk Online, Initialize and create a simple volume from Disk Management:
    87281-image.png
    On the other node(s), just bring the disk online (we don’t have to initialize and format on the second node as that part has been already taken care on the first node where we created the simple volume).

    After all these settings, the disk should be available to the cluster, connect to your cluster and click “Add Disk”, and the new disk should be seen:
    87282-image.png
    For your reference:
    https://mssqltrek.com/2012/06/28/how-to-add-a-new-diskdrive-to-sql-server-failover-cluster/
    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    Thanks for your time,

    Best regards,

    Danny

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    3 people found this answer helpful.

  2. Alex Bykovskyi 2,241 Reputation points
    2021-04-17T18:44:31.193+00:00

    Hi,

    As mentioned, you should have shared storage connected to your cluster nodes. You can use MSFT iSCSI Target as referenced, as an alternative, StarWind VSAN (even free version) can be used. Check the following guide for the configuration:
    https://www.starwindsoftware.com/resource-library/starwind-virtual-san-for-hyper-v-2-node-hyperconverged-scenario-with-windows-server-2016/

    Cheers,

    Alex Bykovskyi

    StarWind Software

    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.