There are different ways for each feature to make them highly available. Runbooks Server, web service, the Orchestration console, and Runbook Designer can be installed multiple time in your environment. The Management Server feature is not that easy to make highly available. See next how to make each feature highly available.
Runbooks can be configured to run on a single Runbook Server or fallback to a different one, see recipe, Making your Runbook highly available, Chapter 4, Building Advanced Runbooks.
The Runbook Designer can be installed multiple times on a Server or client OS, as they are completely standalone and are used to connect to a Management Server.
The Orchestration console and web service can also be installed multiple times; you only need to take care about the web service URLs and make them highly available with DNS and SPN.
To make the Management Server highly available, you need to take care about the OS and the DB itself.
Here is a list about your options in this:
- Make the OS highly available, for example, as a VM on a cluster
- Take care of the SQL database also as a VM on a cluster
At the time this book has been written, it is not supported to run a System Center Orchestrator database on a SQL Always ON instance.