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

Doug V 20 Reputation points

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

0 comments No comments

Sign in to comment

6 answers

  1. Ben Miller-(DBADuck) 280 Reputation points β€’ MVP

    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.

    1. Manojkumar Ganesamoorthy 0 Reputation points

      We tried that as well but didn't work...any other ideas?

    2. Ben Miller-(DBADuck) 280 Reputation points β€’ MVP

      Did you run Storage Tests in the Cluster Validation?


    Sign in to comment
  2. Anonymous

    I have this same issue, followed the steps in the answers here: The disks can be seen by both nodes and within file explorer, can create a folder on one serve and seen by the other server, so the disks are being shared. But, when running the validate cluster wizard and try to add a disk, there are "- no disks suitable for cluster disks were found"

    Server = MS 2022

    Foundation = vmware 7

    using different isci for the OS and the disks

    0 comments No comments

    Sign in to comment
  3. Manojkumar Ganesamoorthy 0 Reputation points

    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

    Sign in to comment
  4. Alex Bykovskyi 2,241 Reputation points

    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

    Sign in to comment
  5. Anonymous

    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

    Sign in to comment
Sign in to answer

Your answer