If you are doing an in place upgrade of the operating system on an Exchange Server, that is not supported.
Install an exstra Exchange 2019 Mailbox
I am in the process of upgrading my Exchange 2019 host's operating system from Windows 2019 to 2022 through a new virtual Windows 2022.
I have installed a new Windows 2022 virtual server, updated it and installed all prerequisites for Exchange 2019
I have followed your article:
https://www.alitajran.com/install-second-exchange-server-in-domain/
but receives the following error “The Mailbox server role is already installed on this computer”:
I need a hint :-)
Thanks in advance
3 answers
Sort by: Most helpful
-
-
Mike Hu-MSFT 4,140 Reputation points Microsoft Vendor
2024-10-07T07:05:13.3633333+00:00 Hi,
Welcome to Microsoft Q&A community!
Ensure that you have prepared the Active Directory schema, AD, and domains before running the setup. You can do this by running the following commands:
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms Setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms Setup.exe /PrepareDomains /IAcceptExchangeServerLicenseTerms
You can refer to:https://learn.microsoft.com/en-us/Exchange/plan-and-deploy/prepare-ad-and-domains?view=exchserver-2019
Check FSMO Roles: Verify that the Domain Controller (DC) in the same site as the Exchange server is the schema master. If not, you may need to run the preparation commands in the site where the schema master resides or move the FSMO roles to the DC in the same site as the Exchange server.
Let me know if you need further assistance or if there's anything else I can help with!
-
Johnny Broe 306 Reputation points
2024-10-08T17:24:35.31+00:00 I have solved the problem and would like to close the case :-) Thank you for your comments