Cannot add drive using Failover Cluster Manager - no disks suitable for cluster disks were found

Doug V 0 Reputation points
2024-02-20T16:28:13.2166667+00:00

I am creating a new SQL cluster to replace out old cluster. I created a new, two server cluster running Server 2022. I am told I need to add the disk to the cluster before I can install our SQL server software. I created a new volume in our PowerStore. The servers in the cluster can see the drive in Disk Management. They are online and visible in File Explorer. I then used the Failover Cluster Manager and revalidated the configuration. When I expand Storage and right-click Disks, to add disks, it says there are no suitible disk.FCM_add disk

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,200 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,516 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
642 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 33,301 Reputation points Microsoft Vendor
    2024-02-21T06:39:30.1133333+00:00

    Hi Doug V,

    Thanks for your post. Please open Disk Management and check if the disk has already been initialized. If the status of the disk is Not Initialized, right click on it and select Initialize Disk.

    User's image

    Best Regards,

    Ian Xue


    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.

    0 comments No comments

  2. Alex Bykovskyi 1,841 Reputation points
    2024-02-21T15:18:31.1333333+00:00

    Hey,

    As mentioned, you should bring the LUN online and initialize it on one of the nodes and it should appear as the available storage in Failover Cluster. https://www.mssqltips.com/sqlservertip/7531/add-new-disk-to-windows-failover-cluster-for-sql-server-and-move-database/

    The following guide shoul help with configuration.
    https://www.starwindsoftware.com/resource-library/starwind-virtual-san-installing-and-configuring-sql-server-2019-tp-failover-cluster-instance-on-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

  3. Manojkumar Ganesamoorthy 0 Reputation points Microsoft Employee
    2024-05-28T18:06:44.8666667+00:00

    Environment: VMware Sphere 6.7, Windows 2019, SQL 2019

    In Disk Management the disk has already been initialized and is online.

    In Windows Server Failover Cluster (WSFC), when I click on the Disks under Storage. Right-click on the Disks and select Add disk.

    Get the following message...

    No disks suitable for cluster disks were found. For diagnostic information about disks available to the cluster, use the Validate a Configuration Wizard to run Storage tests.

    Any assistance is much appreciated.

    0 comments No comments

  4. Ben Miller-(DBADuck) 0 Reputation points MVP
    2024-05-28T22:48:50.4766667+00:00

    Also remember that you should offline the disks on both nodes before attempting to add the storage to the cluster. If the Validation succeeded and ran storage tests, it could be that the disks are online in the OS. I would offline them in Disk Management and then attempt to add them to the cluster.