【问题标题】:Unable to share S2D Cluster无法共享 S2D 集群
【发布时间】:2017-04-17 20:35:40
【问题描述】:

我正在为 UPD 创建一个会话场,但在为集群创建共享时似乎不知所措。我从这个链接仔细检查了我的所有步骤

https://technet.microsoft.com/en-us/windows-server-docs/compute/remote-desktop-services/rds-storage-spaces-direct-deployment

最后一个 cmdlet 是在构建共享时失败的地方。

PS C:\Windows\system32> New-SmbShare -Name UpdStorage -Path C:\ClusterStorage\Volume1\Data
New-SmbShare : The resources must be online on the same node for this operation 
At line:1 char:1
+ New-SmbShare -Name UpdStorage -Path C:\ClusterStorage\Volume1\Data
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified:     (MSFT_SMBShare:ROOT/Microsoft/Windows/SMB/MSFT_SMBShare) [New-SmbShare],     CimException
    + FullyQualifiedErrorId : Windows System Error -2147018963,New-SmbShare

当我手动共享文件夹时,我收到此错误。

The error occured while trying to share Data. The resource must be online on the same node for the operation. 

The shared resource was not created at this time.

我已经确认两个节点都在线,我在两个节点上都尝试过这个,也收到了同样的错误。我已将“SYSTEM”帐户添加到完全控制并一直继承下来,但这并没有帮助。谁有想法?这是在 Azure 中的 2016 服务器上。

【问题讨论】:

    标签: windows azure azure-storage windows-server-2016


    【解决方案1】:

    在故障转移群集管理器中,哪个节点是 CSV 的所有者?登录到该节点并在那里运行 cmdlet。

    【讨论】:

    • 这样做了,CSV 也失败了,然后尝试了。不行。
    猜你喜欢
    • 1970-01-01
    • 2020-04-18
    • 1970-01-01
    • 2010-11-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-10-30
    • 2021-10-19
    相关资源
    最近更新 更多