【问题标题】:Unable to Create Storage pool on Azure VM 2016无法在 Azure VM 2016 上创建存储池
【发布时间】:2018-10-04 16:36:50
【问题描述】:

我在 2 个 windows server 2016 虚拟机上创建了 6 个 256GB 的磁盘。我需要在这两个使用 S2D 的 VM 上实现 Active-Active SQL 故障转移集群。 为 3 个磁盘创建存储池时出现错误,以下是错误

Cluster resource 'Cluster Pool 1' of type 'Storage Pool' in clustered role xxxxxx failed. The error code was '0x16' ('The device does not recognize the command.').

Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it. Check the resource and group state using Failover Cluster Manager or the Get-ClusterResource Windows PowerShell cmdlet
[Problem start date and time]

【问题讨论】:

    标签: azure azure-storage


    【解决方案1】:

    S2D 是 Windows Server 2016 中的新功能。您可以在处理构建故障转移群集之前检查what to have。强烈建议先验证集群,然后在Configure the Windows Failover Cluster with S2D 之后启用 S2D。

    【讨论】:

    • 我在创建 S2D 之前关注了这些链接,所以我不确定我哪里出错了
    【解决方案2】:

    出现此错误是因为我尝试再次创建存储池..基本上,enable-s2dcluster 已经为我创建了存储池..我没有注意到它并尝试使用 Failove 集群管理器创建存储池

    【讨论】:

      【解决方案3】:

      为了实现主动-主动解决方案,您应该为每个位置配置一个主机/虚拟机。对于 Azure,S2D 在两个位置之间不起作用。它需要 RDMA 支持才能在 Azure 中配置的性能。因此,要获得 SQL FCI 的 HA 以检查可以在复制/镜像存储的站点之间配置的免费 StarWind vSAN。 https://www.starwindsoftware.com/resource-library/installing-and-configuring-a-sql-server-failover-clustered-instance-on-microsoft-azure-virtual-machines 我看到以下配置: Storage Spaces 为每个 VM 提供磁盘冗余配置镜像或奇偶校验,StarWind 将 HA 存储分布在底层 Storage Spaces 之上。

      【讨论】:

        猜你喜欢
        • 2015-04-01
        • 1970-01-01
        • 1970-01-01
        • 2011-02-24
        • 2016-05-07
        • 2020-06-20
        • 2019-01-10
        • 2018-11-06
        • 2018-10-21
        相关资源
        最近更新 更多