2013/06/27

Installing Microsoft System Center Orchestrator 2012 SP1

In one of my last post I installed a new SQL Server 2012 in my Home Lab. This was a requirement for a few incoming home lab projects. One of those projects is Microsoft System Center 2012 Orchestrator. I will have to install, configure and manage this product at my work and thought it would be nice to get familiar with it. 

In 2009, Microsoft bought a company called Opalis that offers an automation platform for orchestrating and integrating IT tools to decrease the cost of datacenter operations while improving the reliability of IT processes. It enables IT organizations to automate best practices, such as those found in Microsoft Operations Framework (MOF) and Information Technology Infrastructure Library (ITIL). Opalis operates through workflow processes that coordinate System Center and other management tools to automate incident response, change and compliance, and service-lifecycle management processes.

Opalis was recently renamed Orchestrator and integrated into the System Center suite.

The following procedure will cover a basic/generic install of System Center Orchestrator 2012. This is to be used as a template or POC only.


Resources

Deployment

Server Names and Roles:
LAB1OR01 - System Center 2012 Orchestrator SP1
Operating System : Windows Server 2012 Standard
Joined to Domain
  • Orchestrator Roles:
    • Management Server
    • RunBook Server
    • Orchestrator Web Service Server
    • RunBook Designer client application

LAB1SQL01 - Microsoft SQL Server 2012 SP1 Standard Edition
Operating System : Windows Server 2012 Standard
Joined to Domain

Process:
  1. Active Directory, Create the following accounts and groups
    1. DOMAIN\svc-scorch   (SCO Management, RunBook and Monitor Account)
    2. DOMAIN\ScorchUsers   (SCO Users with permissions/ this is Domain Global Group)
  2. Add the domain users that need access to SCO in the group ScorchUsers.
  3. Install Prerequisites
  4. Install System Center Orchestrator Server

Prerequisites

  1. Mimimum of 1GB of RAM
  2. .Net 3.5 SP1
  3. IIS Role
  4. Add DOMAIN\svc-scorch and DOMAIN\ScorchUsers to the Local Administrators Group.

Installation


1 - Click on Install.
If you did not install .Net Framework 3.5 yet, you'll get the following warning

2 - Install the .Net Framework 3.5 Features in the Server Manager console.


3 - In the next screen enter your information and Product Key (if you have one). Click Next.

4 - Read and Accept the license terms. Click Next.

5 - Select the System Center 2012 Orchestrator features to install. Here I leave the default selection. Click Next.


6 - The Setup wizard will check if you have all the prerequisites. Click Next.

7 - If one Prerequisite is missing you'll get the following display. Tick the "Enable IIS Role" and click on Next. SCO Setup will automatically install the missing role or feature.



8 - Once installed, you'll have to specify the Service account for System Center Orchestrator.
Ensure this is a success and click Next.

9 - Configure the database server connection, Type the local computer name if you installed SQL on this server or provide a remote SQL server (and instance if using a named instance) to which you have the System Administrator (SA) Rights in order to create the System Center Orchestrator database and assign permissions to it. Test the database connection and click Next.


10 - Configure Orchestrator Users Group. Browse Active Directory and select the domain global group created ScorchUsers. Click Next.


11 - Accept the defaults Web Service ports 81 and 82. Click Next

12 - Accept the default installation location. Click Next

13 - Select the appropriate options for Microsoft Update and Customer Experience. Click Next


14 - Finally click Next and the Installation will start. The setup will install all the roles and create the Orchestrator database. This process should be very quick.

15 - Once completed, you'll see the following display. Click Close when you are done.


You can open SQL Management Console and see that the Orchestrator database has been created.

16 - Verify your consoles open successfully.
Runbook Designer


Orchestrator Console will require Microsoft Silverlight 

Orchestrator Console http://localhost:82
Deployment Manager

Thanks for Reading! If you have any questions, leave a comment or send me an email at fxcat@lazywinadmin.com. I invite you to follow me on Twitter: @lazywinadm

No comments:

Post a Comment