I did my first installation of System Center Orchestrator 2012 in my home lab this evening. As a good practice always go to Windows update and install all of the necessary security updates for Windows Server 2008 R2. System Center Orchestrator 2012 requires Microsoft .NET Framework 4. Click the link in step 2 to install .NET 4.
Prerequisites to Install SCORCH
- Windows Server 2008 R2 SP1
- Microsoft .NET Framework 4 (Standalone Installer)
- Create a domain account, (scorch_admin) and add this account to the Local Administrator Group on the SCORCH Server
- Authorize this domain account to "Log on as a Service"
Start > Administrative Tools > Local Security Policy > Local Policies > User Rights Assignment > Open Log on as a service
Add the SCORCH service account > Click OK
- Create a SQL database. I used SQL 2008 R2 for this installation.
- Open SQL Server Management Studio > Create a New Database "Orchestrator"
- Add the service account to the SQL server
- Add the following db_owner role for the Service account to the Orchestrator database
-
- Create an Active Directory Group > Add the SCORCH service account and your AD account to the group.
Install SCORCH
- Download and extract the file
http://www.microsoft.com/download/en/details.aspx?id=26503
- Run the setupsco.exe
- The Orchestrator installation begins. I chose to install all of the features by clicking Install Orchestrator
- No product key needed for the Beta installation
- Select and install all Features for the lab > Next
- The Prerequisites checker runs. If the system is missing anything here it will install it, (IIS) or you will have to stop and install your missing prerequisites.
- Configure the Orchestrator Service Account. Click Test to verify authentication > Next
- Browse to your SQL server > Choose Windows Authentication > Choose use an Existing Database > Next
- Add the AD group the you created to authorize access to the Run Book Designer > Click Browse to add the group > Click OK
- Check the Grant remote access for the Runbook Designer > Click Next
- Click Next
- Click Next
- The installation summary page appears > Click Install
- Installation Complete
When the installation is complete the Runbook Designer console launches
System Center Orchestrator Runbook Designer Console
Orchestrator Management Server Console
System Center Orchestrator Web Console View (Summary)
System Center Orchestrator Web Console View (RunBooks)
System Center Orchestrator Web Console View (Jobs)
System Center Orchestrator Web Console View (Instances)