Hello,
due to specific constraints in my environment I've had to build an AD-Detached WSFC to host a SQL AAG.
The cluster was configured with a specific user created specifically on each machine of the cluster so the credentials would be consistent on each machine due to the lack of AD.
The current setup is as is :
3 VM : 2 Windows 2016 servers for SQL (Let's call them SQL1 & SQL2)+ 1 Windows 2016 server to act as a quorum with only WSFC role (Called QRM01) (these 3 servers are VMs). no possibility to have shared storage or a witness due to the AD-Detached+ environment constraints, this is why a 3-node configuration (Majority node) was chosen to have the quorum and avoid split-brain.
The cluster was created by specifying the "ClusterUser" credentials.
The issue I encounter is the following :
I can mange the cluster ONLY from the QRM01 server, and with the account the cluster was created under (ClusterUser).
If I try to manage the cluster using the WSFC mmc either running under a local admin on any node or under the ClusterUser account on one of the 2 SQL nodes, I get an Access Denied error : "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
The Get-ClusterAccess shows me Full access for all my local Admin users.
I'm sure it was working perfectly before adding the QRM01 server, can't be sure it worked after that but at the moment it doesn't.
How can't I access my cluster with local Administrator or ClusterUser accounts (both members of local Administrators group) from my 2 sql nodes ?
Thanks for your insights and help.