Hi,
I have 4 node (3 Prod +1 DR) DAG cluster and DAC mode is enabled. I have managed to failover the DB's and cluster resources to DR except FSW.
I have an alternate FSW configured on my DR hub server. The sharing/security permission on the alternate FSW folder is correctly configured.
So, i run the restore-databaseavailabilitygroup command to evict the stopped nodes in DAG and to failover FSW
This has successfully run to evict all the prod node. I only get an error at the end as below logs. So i am not able to failover the FSW to alternate FSW. I checked the "exchange trusted subsystem" was added into local admin of the hub server.
Some part of the logs as below which shows the error when run the restore command. Any advice?
[2013-05-03T18:07:12] Running the eviction operation by issuing an RPC to the replay service on 'xxxxx'...
[2013-05-03T18:07:22] Updated Progress 'Creating alternate witness (witness server = xxxxx; witness directory = 'C:\DAG2').' 63%.
[2013-05-03T18:07:22] Working
[2013-05-03T18:07:22] Checking that the file share witness server (xxxxx) isn't one of the servers in the DAG.
[2013-05-03T18:07:22] Checking if the FSW server can be queried with WMI.
[2013-05-03T18:07:22] The boot time of the FSW was '1/20/2013 4:09:20 AM' (MaxValue if the call failed).
[2013-05-03T18:07:22] Creating the file share of the FSW...
[2013-05-03T18:07:22] There is 1 server in the cluster, and StoppedMailboxServers is not empty. That requires a file share witness!
[2013-05-03T18:07:22] Updated Progress 'Using file share witness share '\\xxxxxx\xxxx' for an even number of members in the database availability group.' 65%.
[2013-05-03T18:07:22] Working
[2013-05-03T18:07:22] CreateFileShareWitnessQuorum: There is already a FSW, but the current share path (\\xxxxxx\xxxxx) is not what's desired (\\xxxx\xxxx). Will try to fix it.
[2013-05-03T18:07:22] SetFswSharePath() caught an AmClusterApiException with errorcode=-2147467259 and NativeErrorCode=1385. ex = System.ComponentModel.Win32Exception: Logon failure: the user has not been granted the requested logon type at this computer
[2013-05-03T18:07:22] The operation wasn't successful because an error was encountered. You may find more details in log file "C:\ExchangeSetupLogs\DagTasks\dagtask_2013-05-03_18-05-56.512_restore-databaseavailabilitygroup.log".
[2013-05-03T18:07:22] WriteError! Exception = Microsoft.Exchange.Management.Tasks.DagTaskProblemChangingQuorumException: There was a problem changing the quorum model for database availability group DAG2. Error: An Active Manager operation failed. Error: An
error occurred while attempting a cluster operation. Error: Cluster API '"ClusterResourceControl(controlcode=CLUSCTL_RESOURCE_SET_PRIVATE_PROPERTIES) failed with 0x569. Error: Logon failure: the user has not been granted the requested logon type at this
computer"' failed..
restore-databaseavailabilitygroup explicitly called CloseTempLogFile().
Sam