当我尝试在 Windows 2008 R2 上配置集群共享时,出现以下错误:
PS C:\> get-clusterresource share3
Name State Group ResourceType
---- ----- ----- ------------
Share3 Offline Test File Share
PS C:\> get-clusterresource share3|set-clusterparameter path "c:\program files (x86)"
Set-ClusterParameter : Unable to save property changes for 'Share3'.
The cluster resource dependency cannot be found
At line:1 char:48
+ get-clusterresource share3|set-clusterparameter <<<< path "c:\program files (x86)"
+ CategoryInfo : NotSpecified: (:) [Set-ClusterParameter], ClusterCmdletException
+ FullyQualifiedErrorId : Set-ClusterParameter,Microsoft.FailoverClusters.PowerShell.SetClusterParameterCommand
Google 和 Bing 对此没有返回任何有用信息。
有任何想法吗?
当我使用 cluster.exe 时也会发生同样的事情。Powershell 和 cluster.exe 都以管理员身份运行。
结果我必须先为共享配置依赖项:
然后就可以了。