Automount consensus not reached : Databases Dismounted
- Enis GOKTAY
- 27 Nis 2020
- 1 dakikada okunur
[PS] C:\>Get-MailboxDatabase | Mount-Database -Force
Failed to mount database “DB”.
Error: An Active Manager operation failed. Error: An Active Manager operation encountered an error. To perform this operation, the server must be a member of a database availability group, and the database availability group must have quorum.
Error: Automount consensus not reached. [Server:ESES01.enisgoktay.com]+ CategoryInfo : InvalidOperation: (DB:ADObjectId) [Mount-Database], InvalidOperationException+ FullyQualifiedErrorId : [Server=ESES01,RequestId=3d5688E4-1976-3r88-b555-2nm8dd88fg99,TimeStamp=4/4/2020 04:04:04 AM] [FailureCategory=Cmdlet-InvalidOperationException] 26486D4A,Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase+ PSComputerName : ESES01.enisgoktay.com
Resolution –
Start-DatabaseAvailabilityGroup -MailboxServer ESES01
Note : In my case – Server in my primary site,DAC(Datacenter Activation Coordination mode) is ON , Databases are already in Exch01. Started DAG saying ESES01 is live and functional and to check the started and stopped DAG members to come out the confusion.
Now Mounted all databases Successfully.
Comments