System Centre Operations Manager 2012–Lab Installation

UPDATE: See my new install procedure for installing SCOM 2012 in HA configuration, including the reporting component
First, I have to check to make sure I have all the prerequisite infrastructure in-place:
  • Domain Controller – SCOM Server joined to domain
  • SQL Server 2008 R2 – Installed with SQL_Latin1_General_CP1_CI_AS collation and Full Text Indexing

    imageimage
  • Windows Server 2008 R2 SP1 installed on the SCOM Server
Now I will install the remainder of the prerequisites on the SCOM Server:
  • Windows pre-requisites – Installed via PowerShell
Import-Module ServerManager
Add-WindowsFeature Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Request-Monitor,Web-Filtering,Web-Static-Content,Web-Server,Web-Metabase,Web-Asp-Net,Web-Windows-Auth,Web-Stat-Compression
  • .Net 4.0
Ensure the following are allowed:
image
System Centre 2012 Setup Wizard
image
I will be installing the Management Server, Management Console and Web Console
image
Default directory
image
Pays to be prepared I guess
image
First server, so I’ve entered in the new Management Group Name
image
Accept EULA
image
Connect to SQL for the Operational Database
image
Connect to SQL for the Data Warehouse Database
image
I’ve decided against SSL for the lab environment
image
Mixed mode seems logical to me
image
All Domain Admin, just to make the install easier, I will click the link in the bottom left if I install in a production environment
image
Expected warning about being security silly.
image
Happy to help.
image
Yep, update automagically please.
image
Do it!
image
image

Popular posts from this blog

Get local computer UUID/GUID using Windows Powershell

gPLink and gPOptions

PSLoggedOn Getting Started on Windows Server 2008 R2