You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La ressource DSC PowerShell MSFT_xClusterQuorum n'a pas pu exécuter la fonctionnalité Test-TargetResource. Message
d'erreur: Unknown quorum resource: Témoin de partage de fichiers
+ CategoryInfo : InvalidOperation : (:) [], CimException
+ FullyQualifiedErrorId : ProviderOperationExecutionFailure
+ PSComputerName : srv-sql1
Suggested solution to the issue
When I check the quorum resource type on target nodes, displayname show a value set in french language. But "Name" value is set in English
Solution:
Just replace $getClusterQuorumResult.QuorumResource.ResourceType.DisplayName by $getClusterQuorumResult.QuorumResource.ResourceType.Name in the powershel block above
Replace compared value by english value(Ex: 'File Share Quorum Witness' By 'File Share Witness')
I don't know if it is the solution for all OS language but I suppose its corrects numerous (German. SPain,Deutch,etc...)
This solution works in french OS (line with NodeAndFileShareMajority):
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.
stalebot
added
the
stale
The issue or pull request was marked as stale because there hasn't been activity from the community.
label
Jan 10, 2019
johlju
added
bug
The issue is a bug.
help wanted
The issue is up for grabs for anyone in the community.
and removed
stale
The issue or pull request was marked as stale because there hasn't been activity from the community.
labels
Jan 24, 2019
johlju
changed the title
xClusterQuorum : not compatible with french OS
ClusterQuorum : not compatible with french OS
Jun 11, 2022
Details of the scenario you tried and the problem that is occurring
Preparing 2 target nodes for installation of SQL server with AlwaysOn HA
Code executed:
Verbose logs showing the problem
La ressource DSC PowerShell MSFT_xClusterQuorum n'a pas pu exécuter la fonctionnalité Test-TargetResource. Message
d'erreur: Unknown quorum resource: Témoin de partage de fichiers
+ CategoryInfo : InvalidOperation : (:) [], CimException
+ FullyQualifiedErrorId : ProviderOperationExecutionFailure
+ PSComputerName : srv-sql1
Suggested solution to the issue
When I check the quorum resource type on target nodes, displayname show a value set in french language. But "Name" value is set in English
Solution:
I don't know if it is the solution for all OS language but I suppose its corrects numerous (German. SPain,Deutch,etc...)
This solution works in french OS (line with NodeAndFileShareMajority):
MSFT_xClusterQuorum.psm1:
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Use default resource:
The operating system the target node is running
OsName : Microsoft Windows Server 2016 Datacenter
OsOperatingSystemSKU : DatacenterServerEdition
OsArchitecture : 64 bits
WindowsBuildLabEx : 14393.2551.amd64fre.rs1_release.181004-1309
OsLanguage : fr-FR
OsMuiLanguages : {fr-FR}
Version and build of PowerShell the target node is running :
WMF 5.1
Version of the DSC module that was used ('dev' if using current dev branch) :
xFailOverCluster '1.11.0.0'
The text was updated successfully, but these errors were encountered: