Exchange 2019 Installation stuck on Step 7

Motubatse 1 Reputation point
2022-09-12T07:43:10.023+00:00

Error:
The following error was generated when "$error.Clear();
if (get-service MSExchangeServiceHost* | where {$_.name -eq "MSExchangeServiceHost"})
{
if ($RoleDatacenterIsTestEnv)
{
Stop-Process -Name "Microsoft.Exchange.ServiceHost" -Force
Sleep -Seconds 15
}
else
{
Stop-service MSExchangeServiceHost
}

          Start-service MSExchangeServiceHost  
      }  
    " was run: "Microsoft.PowerShell.Commands.ServiceCommandException: Failed to start service 'Microsoft Exchange Service Host (MSExchangeServiceHost)'.".  
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,604 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amit Singh 4,896 Reputation points
    2022-09-14T03:11:10.28+00:00

    Please have a check and verify all the system requirements and prerequisites to install Exchange 2019 have been met. And if the server you are trying to install Exchange on is a domain controller, it’s recommended to install on a member server instead, see Installing Exchange on a domain controller is not recommended.

    For anyone else with this sort of problem, these article seems to resolve it -
    https://exchangeshare.wordpress.com/2014/05/16/exchange-2013-sp1-install-error-database-is-mandatory-on-arbitration-mailboxes/
    https://www.stellarinfo.com/article/setup-new-exchange-server-2019.php


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.