<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vNext.be</title>
	<atom:link href="http://www.vnext.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vnext.be</link>
	<description>Operations Manager, Opalis, PowerShell, ...</description>
	<lastBuildDate>Thu, 21 Mar 2013 11:59:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Service Provider Foundation (SPF) – Installation Step by Step</title>
		<link>http://www.vnext.be/2013/03/21/service-provider-foundation-spf-installation-step-by-step/</link>
		<comments>http://www.vnext.be/2013/03/21/service-provider-foundation-spf-installation-step-by-step/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 11:59:19 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1324</guid>
		<description><![CDATA[Hello Everyone, Description First question, what is System Center 2012 SP1 Service Provider Foundation?On TechNet (http://technet.microsoft.com/en-us/library/jj642895.aspx), I found the following description: Service Provider Foundation is provided with System&#160;Center&#160;2012&#160;-&#160;Orchestrator, a component of System Center 2012 Service Pack 1 (SP1). Service Provider Foundation exposes an extensible OData web service that interacts with Virtual Machine Manager (VMM). This [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Everyone,
</p>
<h1>Description<br />
</h1>
<p>First question, what is System Center 2012 SP1 Service Provider Foundation?<br/>On TechNet (<a href="http://technet.microsoft.com/en-us/library/jj642895.aspx">http://technet.microsoft.com/en-us/library/jj642895.aspx</a>), I found the following description:
</p>
<p><span style="color:#2a2a2a; font-family:Segoe UI; font-size:9pt">Service Provider Foundation is provided with System Center 2012 - Orchestrator, a component of System Center 2012 Service Pack 1 (SP1). Service Provider Foundation exposes an extensible OData web service that interacts with Virtual Machine Manager (VMM). This enables service providers and hosters to design and implement multi-tenant self-service portals that integrate IaaS capabilities available System Center 2012 SP1.<br/></span>
	</p>
<p>In other words:
</p>
<ul>
<li>Service Provider Foundation is available on the same ISO file than System Center Orchestrator 2012 SP1.
</li>
<li>A hoster is any person that is providing a hosting services (Hyper-v hosts, networks, …) from his infrastructure to different customers/tenants who will deploy VM, Apps, websites on the hoster&#8217;s infrastructure.
</li>
<li>SPF will help these hosters to build a multi-tenants self-service portal that will present an extended web service for Virtual Machine Manager.
</li>
<li>Concerning the portal, you could build one on your own or you could use the Windows Azure Services for Windows Server. http://msdn.microsoft.com/en-us/library/jj874381.aspx  (This topic will be cover in another blog post)
</li>
</ul>
<h2>Prerequisites<br />
</h2>
<ul>
<li>A new server on which we will install SPF (We will call it SRV-SPF01)
</li>
<li>Orchestrator Iso file
</li>
<li>The Virtual Machine Manager 2012 SP1 Administrator Console must be installed on SRV-SPF01
</li>
<li>A SQL server that could be used by SPF for installing its DB
</li>
<li>Download the Certificate Creation Tool here : <a href="http://gallery.technet.microsoft.com/Certificate-Creation-tool-5b7c054d">http://gallery.technet.microsoft.com/Certificate-Creation-tool-5b7c054d</a>
		</li>
<li>Download and install MVC4:  <a href="http://www.asp.net/mvc/mvc4">http://www.asp.net/mvc/mvc4</a>
		</li>
<li>Download and install WCF Data Services 5.0 for OData V3 : <a href="http://www.microsoft.com/en-us/download/details.aspx?id=29306">http://www.microsoft.com/en-us/download/details.aspx?id=29306</a>
		</li>
<li>A Active Directory Global Security group that we will called SPF-Admins
</li>
<li>A service account that is member of the VMM Administrator group, SPF-Admins group and local administrator group on SRV-SPF01
</li>
<li>Your AD account must be member of the SPF-Admins group also
</li>
<li>
<div>The following Roles and Features must be installed on SRV-SPF01
</div>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv1.png" alt=""/>
			</p>
<p>
 </p>
</li>
</ul>
<h1>Create the SSL certificates<br />
</h1>
<p>Service Provider Foundation requires that a Secure Sockets Layer (SSL) server certificate be configured for its website bindings. The Service Provider Foundation website is the endpoint for the Admin service and the Virtual Machine Manager (VMM) service that use Representational State Transfer (REST) and Open Data Protocol (OData) technology to communicate with clients and portal applications.
</p>
<p>The certificate should conform to the following recommendations:
</p>
<ul>
<li>A self-signed certificate should be used only for testing purposes.
</li>
<li>The fully qualified domain name (FQDN) should be specified for the certification path instead of &#8220;localhost&#8221;.
</li>
<li>A self-signed certificate should be placed in the personal store.
</li>
</ul>
<p>A complete explanation is available on TechNet:  <a href="http://technet.microsoft.com/en-us/library/jj943808.aspx">http://technet.microsoft.com/en-us/library/jj943808.aspx</a>
	</p>
<p>We first need to create test Root Certificate, with the MAKECERT application that we download in the perquisites.
</p>
<p><span style="color:black; font-family:Consolas; font-size:9pt"><span style="background-color:yellow">makecert -pe -n &#8220;CN=TestRootCA&#8221; -ss personal -sr LocalMachine -sky signature -r &#8220;TestRootCA.cer&#8221;</span><br />
		</span></p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv2.png" alt=""/>
	</p>
<p>We now have to create a certificate for the machine itself
</p>
<p><span style="background-color:yellow">makecert -pe -n &#8220;CN=SRV-SPF01.CONTOSO.COM&#8221; -ss my -sr LocalMachine -sky exchange -eku 1.3.6.1.5.5.7.3.1,1.3.6.1.5.5.7.3.2 -in &#8220;TestRootCA&#8221; -is personal -ir LocalMachine -sp &#8220;Microsoft RSA SChannel Cryptographic Provider&#8221; -sy 12 SPFTestCert.cer</span>
	</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv3.png" alt=""/>
	</p>
<p>At the end, we have two new certificates, move these certificates to a folder that we will access later.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv4.png" alt=""/>
	</p>
<h1>SPF installation<br />
</h1>
<p>Start the setup.exe file on the Orchestrator cd and at the bottom, there is the Service Provide Foundation section, click on Install.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv5.png" alt=""/>
	</p>
<p>A new window, dedicated to SPF pops up, click on install.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv6.png" alt=""/>
	</p>
<p>Accepts the license terms and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv7.png" alt=""/>
	</p>
<p>Check the box and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv8.png" alt=""/>
	</p>
<p>Once the prerequisites check done, click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv9.png" alt=""/>
	</p>
<p>Specify your SQL Server and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv10.png" alt=""/>
	</p>
<p>Click on <strong>Change Folder</strong> and browse to the folder where you stored the two certificates that you created earlier.<br/>Review the information available in Certificate Store and Certificate Name, if everything is ok, click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv11.png" alt=""/>
	</p>
<p>Specify the AD group and service account that we created during the perquisites and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv12.png" alt=""/>
	</p>
<p>Specify the AD group and service account that we created during the perquisites and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv13.png" alt=""/>
	</p>
<p>Specify the AD group and service account that we created during the perquisites and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv14.png" alt=""/>
	</p>
<p>Selection your own values and click on Next.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv15.png" alt=""/>
	</p>
<p>Review all the information and click on Install.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv16.png" alt=""/>
	</p>
<p>SPF installation in progress.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv17.png" alt=""/>
	</p>
<p>Installation completed.
</p>
<p><img src="http://scug.be/christopher/files/2013/03/032113_1203_ServiceProv18.png" alt=""/>
	</p>
<p>This post is in fact the first one of a service dedicated to Windows Azure Services for Windows Server.<br/>Stay tuned!!!
</p>
<p>Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2013/03/21/service-provider-foundation-spf-installation-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>How to access to SCOM 2012 SP1 Web Console from Windows Server 2003 SP2 / Windows Xp / …</title>
		<link>http://www.vnext.be/2013/03/19/how-to-access-to-scom-2012-sp1-web-console-from-windows-server-2003-sp2-windows-xp/</link>
		<comments>http://www.vnext.be/2013/03/19/how-to-access-to-scom-2012-sp1-web-console-from-windows-server-2003-sp2-windows-xp/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 13:18:15 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[operations manager]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1305</guid>
		<description><![CDATA[Hello All, I had a customer that is running SCOM 2012 SP1 as monitoring platform, but he is using a Windows Server 2003 SP2 Citrix image as terminal server, and he wants to be able to access to the SCOM Web Console from that terminal server. The first time that you access to the SCOM [...]]]></description>
				<content:encoded><![CDATA[<p>Hello All,
</p>
<p>I had a customer that is running SCOM 2012 SP1 as monitoring platform, but he is using a Windows Server 2003 SP2 Citrix image as terminal server, and he wants to be able to access to the SCOM Web Console from that terminal server.
</p>
<p>The first time that you access to the SCOM Web Console, you have to configure the Silverlight installation. <br/><img src="http://scug.be/christopher/files/2013/03/031913_1317_Howtoaccess1.png" alt=""/>
	</p>
<p>But, when you tried that to configure it on a Windows XP SP3, Windows Server 2003 OS, it crashes with the following error:
</p>
<p><strong><em>The procedure entry point LocaleNameToLCID could not be located in the dynamic link library Kernel32.dll<br />
</em></strong></p>
<p>The problem is explained on Mihai&#8217;s blog, but the proposed fix only works for SCOM 2012 and it doesn&#8217;t work anymore for SCOM 2012 SP1.<br/><a href="http://blogs.technet.com/b/mihai/archive/2012/05/08/making-the-om-2012-web-console-accessible-from-a-windows-xp-client.aspx">http://blogs.technet.com/b/mihai/archive/2012/05/08/making-the-om-2012-web-console-accessible-from-a-windows-xp-client.aspx</a>
	</p>
<p>Now, how to get this working with SCOM 2012 SP1?
</p>
<ol>
<li>Download the <strong>.reg</strong> file on Mihai&#8217;s blog
</li>
<li>
<div>Double click on it and accept the registry modification
</div>
<p><img src="http://scug.be/christopher/files/2013/03/031913_1317_Howtoaccess2.png" alt=""/>
			</p>
</li>
<li>Start a <strong>MMC</strong> console and Add the certificates snap-in for the <strong>Local Computer</strong> store
</li>
<li>Expand <strong>Local Computer</strong><br />
			<strong>Certificates Store &gt; Trusted Publishers &gt; Certificates </strong>
		</li>
<li>Remove all the <strong><em>Microsoft Corporation Microsoft Code Signing PCA</em></strong> certificates (the <strong>.reg</strong> file installed 3 certificates which are for SCOM 2012, in fact the one for SCOM 2012 SP1 is missing).
</li>
<li>
<div>Download the attached certificate <a href="http://scug.be/christopher/files/2013/03/SCOM.zip">http://scug.be/christopher/files/2013/03/SCOM.zip</a>
			</div>
<p><img src="http://scug.be/christopher/files/2013/03/031913_1317_Howtoaccess3.png" alt=""/>
			</p>
</li>
<li>
<div>Import it to <strong>Local Computer</strong><br />
				<strong>Certificates Store &gt; Trusted Publishers &gt; Certificates</strong>
			</div>
<p><img src="http://scug.be/christopher/files/2013/03/031913_1317_Howtoaccess4.png" alt=""/>
			</p>
</li>
<li>Restart internet explorer and go to the SCOM Console Website
</li>
<li>Enjoy <span style="font-family:Wingdings">J</span>
		</li>
</ol>
<p>Tim has a really good solution to automate that task by GPO, just use the certificate that I provided in step 6.<br/><a href="http://www.scom2k7.com/scom-2012-web-console-configuration-no-longer-required/">http://www.scom2k7.com/scom-2012-web-console-configuration-no-longer-required/</a>
	</p>
<p>Cheers<br/>Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2013/03/19/how-to-access-to-scom-2012-sp1-web-console-from-windows-server-2003-sp2-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>TechNet System Center SP1 Campaign</title>
		<link>http://www.vnext.be/2013/02/06/technet-system-center-sp1-campaign/</link>
		<comments>http://www.vnext.be/2013/02/06/technet-system-center-sp1-campaign/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 12:48:37 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[event]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1298</guid>
		<description><![CDATA[Hi All, Microsoft Belgium just started a new campaign about System Center 2012. The first 3 prices are a ticket for the TechDays 2013.http://technet.microsoft.com/nl-be/contest-systemcenter2012 I hope to see you at the Belgium TechDays 2013! &#160;]]></description>
				<content:encoded><![CDATA[<p>Hi All,
</p>
<p>Microsoft Belgium just started a new campaign about System Center 2012. The first 3 prices are a ticket for the TechDays 2013.<br/><br/>http://technet.microsoft.com/nl-be/contest-systemcenter2012
</p>
<p>I hope to see you at the Belgium TechDays 2013!
</p>
<p>
 </p>
<p><a href="http://technet.microsoft.com/nl-be/contest-systemcenter2012"><img src="http://scug.be/christopher/files/2013/02/020613_1248_TechNetSyst1.png" alt="" border="0"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2013/02/06/technet-system-center-sp1-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>SCCM 2012 SP1 – Installation step by step</title>
		<link>http://www.vnext.be/2013/02/06/sccm-2012-sp1-installation-step-by-step/</link>
		<comments>http://www.vnext.be/2013/02/06/sccm-2012-sp1-installation-step-by-step/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 10:30:51 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[configuration manager]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1295</guid>
		<description><![CDATA[Dear All, I would like to share with you my notes from the field concerning the basic installation of SCCM 2012 SP1. This post is a compilation from the excellent site http://www.windows-noob.com, Microsoft TechNet and my personal notes. Server 1: SCCM all rolesServer 2: SCCM distribution pointServer 3: SQL Server SQL Server Installation I will [...]]]></description>
				<content:encoded><![CDATA[<p>Dear All,
</p>
<p>I would like to share with you my notes from the field concerning the basic installation of SCCM 2012 SP1.
</p>
<p>This post is a compilation from the excellent site <a href="http://www.windows-noob.com/">http://www.windows-noob.com</a>, Microsoft TechNet and my personal notes.
</p>
<p>Server 1: SCCM all roles<br/>Server 2: SCCM distribution point<br/>Server 3: SQL Server
</p>
<ol>
<li>
<h1>SQL Server<br />
</h1>
<ol>
<li>
<h2>Installation<br />
</h2>
</li>
</ol>
</li>
</ol>
<p>I will not detail the complete installation of SQL server, but just give the basic features that we need to install.
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:474px"/>
<col style="width:311px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p style="margin-left: 27pt"><span style="color:#585959"><span style="background-color:white">Database Engine Services</span><br />
							</span></p>
<p style="margin-left: 27pt"><span style="color:#585959"><span style="background-color:white">Reporting Services – Native</span><br />
							</span></p>
<p style="margin-left: 27pt"><span style="color:#585959"><span style="background-color:white">Management Tools – Basic</span><br />
							</span></p>
<p style="margin-left: 27pt"><span style="color:#585959"><span style="background-color:white">—    Management Tools – Complete</span><br />
							</span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>During the SQL server installation process, select the following module.</p>
</td>
</tr>
<tr style="height: 193px">
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP11.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>The SQL server services must run under a service account.</p>
</td>
</tr>
<tr style="height: 115px">
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP12.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select the collation SQL_Latin1_General_CP1_CI_AS</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP13.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Concerning the reporting, select Install and configure.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP14.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Installation completed.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol>
<li>
<h2>Configuration<br />
</h2>
</li>
</ol>
<p>Now, SQL will only set and use the port TCP 1433 to the first Default Instance. The Instances installed afterwards get a dynamic choosen port set.  Configmgr 2012 does not support dynamic port for SQL.
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:475px"/>
<col style="width:310px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><a href="http://2.bp.blogspot.com/-93YMRY3WF40/T2sV6-Dui_I/AAAAAAAAASA/4YSOVcFHJdY/s1600/2.png"><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP15.png" alt="" border="0"/></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>When SQL Service is restarted and firewall ports a opened we can Go Ahead with the Configmgr Setup.
</p>
<p>
 </p>
<p>The SSB Port is also something to think of, depending on Your configuration.
</p>
<p>
 </p>
<p>Based on the name of the Instance, Configmgr will detect the port configured automatically. <img src='http://scug.be/christopher/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><a href="http://2.bp.blogspot.com/-v5Jeyqa2ko0/T2sV6Ayl4wI/AAAAAAAAAR8/bK_irZYV00w/s1600/1.png"><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP16.png" alt="" border="0"/></a></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>When SQL Service is restarted and firewall ports a opened we can Go Ahead with the Configmgr Setup.
</p>
<p>
 </p>
<p>The SSB Port is also something to think of, depending on Your configuration.
</p>
<p>
 </p>
<p>Based on the name of the Instance, Configmgr will detect the port configured automatically. <img src='http://scug.be/christopher/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>
 </p>
<p>SCCM Installation:
</p>
<ol>
<li>
<h2>System Management Container<br />
</h2>
</li>
</ol>
<p>
 </p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:475px"/>
<col style="width:310px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP17.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Note: Perform the following on the Active Directory Domain Controller as a Domain
</p>
<p>Administrator
</p>
<p>
 </p>
<p>Open ADSI Edit, click on Action, Connect To and click Ok, Double Click on Default Naming Context
</p>
<p>and the DC= that appears below it. Click on the + and scroll down to CN=System.
</p>
<p>Right Click on CN=System and choose New, Object</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP18.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Choose Container from the options, click Next</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP19.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Enter <strong><em>System Management</em></strong> as the value. Click
</p>
<p>Next </p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP110.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click Finish</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol>
<li>
<h2>Delegate Permission to the System Management Container<br />
</h2>
</li>
</ol>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:479px"/>
<col style="width:307px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP111.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Note: Perform the following on the Active Directory Domain Controller as a Domain
</p>
<p>Administrator
</p>
<p>Open Active Directory Users and Computers. Click on view, select Advanced Features.
</p>
<p>Select the System Management Container, and right click it, choose All Tasks and Delegate
</p>
<p>Control.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP112.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt"> </td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP113.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>When the Welcome to Delegation of Control Wizard appears click next, then click Add. click
</p>
<p>on Object Types, select Computers. Type in your SCCM server name and click on Check Names,
</p>
<p>it should resolve.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP114.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt"> </td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP115.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt"> </td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP116.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>click next, select the 3 permissions General, Property-Specific and Creation-deletion of specific
</p>
<p>child objects are selected then place a check mark in FULL CONTROL, and click next then Finish.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP117.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Failure to do the above will mean that the System Management Container in AD will NOT
</p>
<p>POPULATE with ConfigMgr site info needed by the Clients and you will see many errors in your site
</p>
<p>status warning you of same.
</p>
<p>Note: Repeat the above for Each site server that you install in a Hierarchy.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol>
<li>
<h2>Extend the Active Directory schema for Configuration<br />
</h2>
</li>
</ol>
<p>Note: Perform the following on the Active Directory Domain Controller as a Domain Administrator
</p>
<p>Note:-The Active Directory schema extensions for Configuration Manager 2012 are unchanged from those used by Configuration Manager 2007. If you extended the schema for Configuration Manager 2007, you do not need to extend the schema again for Configuration Manager 2012.
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:474px"/>
<col style="width:317px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP118.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Perform the below on your Active Directory server, simply browse the folder where you uncompressed SCCM 2012 and find
</p>
<p>\SMSSetup\Bin\x64\Extadsch.exe, right click and choose Run As Administrator.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP119.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>A command prompt window will appear briefly as the schema is extended, check in c:\ for a log file
</p>
<p>called ExtADSch.log it should look similar to this</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol>
<li>
<h1>SCCM Installation<br />
</h1>
<ol>
<li>
<h2>Drives configuration (Server 1 – Server 2)<br />
</h2>
</li>
</ol>
</li>
</ol>
<p>By default SCCM will install the files (Packages, Updates,…) on the drive with the most empty space. If you want to avoid than SCCM install files in a specific drive, you have to create an empty file on the root of the C: Drive
</p>
<p>NO_SMS_ON_DRIVE.SMS
</p>
<ol>
<li>
<h2>Prerequisites<br />
</h2>
<ol style="margin-left: 128pt">
<li>
<h3>Files to download<br />
</h3>
</li>
</ol>
</li>
</ol>
<p>You can either download them as part of the Site installation experience, or download them using a utility that comes on the ConfigMgr installation media called SETUPDL.EXE. Using this tool you can perform the download before installation takes place on a server or workstation that has Port 80 access to the Internet.
</p>
<p>Just open a CMD prompt, create yourself a destination directory (spaces are supported in RTM), navigate to the SC12CM&#8217;s media SMSSETUP\BIN\X64 directory and point SETUPDL.EXE at the newly created folder.
</p>
<p>Example:
</p>
<p>
 </p>
<p>D:\SMSSETUP\BIN\X64\SETUPDL.EXE C:\SC12CM-Prerequisite
</p>
<p>Here&#8217;s the output from SETUPDL.EXE:
</p>
<p>
 </p>
<p>Downloader for ConfigMgr Setup
</p>
<p>
 </p>
<p>SETUPDL [options] destination
</p>
<p>
 </p>
<p>destination  Specifies the directory for downloaded files.
</p>
<p>
 </p>
<p>Options:
</p>
<p>  /verify      Verify the manifest and contents at the destination, but do not download
</p>
<p>  /NoUI        Don&#8217;t show any UI during the process
</p>
<p>  /?           This help
</p>
<p>
 </p>
<p>When it&#8217;s running, you&#8217;ll see something like this:
</p>
<p>The only limitation is that the tool is 64- bit (X64) and thus cannot run on an 32-bit (X86) OS.
</p>
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP120.png" alt=""/>
	</p>
<p>
 </p>
<p>And when it has finished the CMD prompt output will have the last line as:
</p>
<p>
 </p>
<p>INFO: setupdl.exe: Finish  $$&lt;Configuration Manager Setup&gt;&lt;06-04-2012 14:10:41.4
</p>
<p>71-60&gt;&lt;thread=2244 (0x8C4)&gt;
</p>
<p>
 </p>
<p>You could log all this by redirecting the output of SETUPDL.EXE using the &gt; console output redirector.
</p>
<p>
 </p>
<p>
 </p>
<p>Key things to make sure you have are an X64 OS and easy Port 80 internet access. Keep in mind that if you are in a Web proxy-based environment with proxy authentication enabled, you may have issues getting through.
</p>
<p>
 </p>
<ol style="margin-left: 157pt">
<li>
<h3>Server 2<br />
</h3>
</li>
</ol>
<ol style="margin-left: 43pt">
<li>
<h4>Roles and features<br />
</h4>
</li>
</ol>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:475px"/>
<col style="width:310px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP121.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Install the following role : IIS
</p>
<p>Options :
</p>
<p>    Application Development:
</p>
<p>    ISAPI Extensions
</p>
<p>   
</p>
<p>    Security:
</p>
<p>    Windows Authentication
</p>
<p>   
</p>
<p>    IIS 6 Management Compatibility:
</p>
<p>    IIS 6 Metabase Compatibility
</p>
<p>    IIS 6 WMI Compatibility</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt"> </td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Ensure to add the Server1 in the local administrator group of the Server2.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol style="margin-left: 157pt">
<li>
<h3>Server 1<br />
</h3>
</li>
</ol>
<ol style="margin-left: 43pt">
<li>
<h4>Roles and Features<br />
</h4>
</li>
</ol>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:474px"/>
<col style="width:311px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP122.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><span style="color:black">dism /online /enable-feature /all /featurename:netfx3 /source:d:\sources\sxs /limitaccess<br />
</span></p>
<p><br />
 </p>
<p><span style="color:#585959"><span style="background-color:white">Import-Module servermanager</span><br />
							</span></p>
<p><span style="color:#585959"><span style="background-color:white">Add-WindowsFeature BITS,RDC,Web-WMI,WDS</span><br />
							</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol style="margin-left: 43pt">
<li>
<h4>Assessment and deployment Kit<br />
</h4>
</li>
</ol>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:354px"/>
<col style="width:425px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP123.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Download the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30652">http://www.microsoft.com/en-us/download/details.aspx?id=30652</a>
						</p>
<p>
 </p>
<p>During the installation process, select the following options.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<ol>
<li>
<h2>SCCM Installation<br />
</h2>
<ol style="margin-left: 128pt">
<li>
<h3>Server 1 (Primary Site + All roles)<br />
</h3>
</li>
</ol>
</li>
</ol>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:474px"/>
<col style="width:305px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP124.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Install</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP125.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP126.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select Install a Configuration Manager Primary Site.
</p>
<p>
 </p>
<p>As We will install the Distribution Point role on a second server, uncheck the box Use Typical installation options for a standalone primary site.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP127.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Entry you product key.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP128.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Accept the license terms.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP129.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Accept the license terms.
</p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP130.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>As we already downloaded the needed files, choose Use previously download files.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP131.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select the language(s) for the SCCM server.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP132.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select the language(s) for the SCCM client.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP133.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Enter a site code, it&#8217;s up to find a logic in that name.
</p>
<p>
 </p>
<p>Enter a site name.
</p>
<p>
 </p>
<p>Specify the installation folder.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP134.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select Install the primary site as a stand-alone site.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP135.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Yes.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP136.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Specify the db instance information.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP137.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP138.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select Configure the communication method on each site system role.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP139.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Install the management point role on the first server.
</p>
<p>
 </p>
<p>Install the distribution point on the second server.
</p>
<p>
 </p>
<p>This could be of course change later.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP140.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Choose I don&#8217;t want to join the program at this time.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP141.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Review the information.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP142.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Review the warning information.
</p>
<p>
 </p>
<p>Click on Begin Install.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP143.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Installation in progress.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP144.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Installation is complete.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>
 </p>
<ol>
<li>
<h2>Software Update point installation<br />
</h2>
</li>
</ol>
<p>Server 2
</p>
<p>
 </p>
<p>
 </p>
<ol>
<li>
<h2>Software Update Point Installation<br />
</h2>
</li>
</ol>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:474px"/>
<col style="width:150px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP145.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>On the server on which you want to install the Software update point, create a Source folder and Share it to everyone for read-only access.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP146.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Add Roles and Features.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP147.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP148.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP149.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select Windows Server Update Services.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP150.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP151.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP152.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Uncheck the WID Database.
</p>
<p>
 </p>
<p>Click on next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP153.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Specify the folder when the sources will be stored.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP154.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Specify the DB Server.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP155.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Install.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP156.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Installation in progress.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP157.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>When the installation is complete, go to Windows Server Update Services.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP158.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Run.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP159.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on close.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP160.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Cancel, SCCM Will configure it.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP161.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Start up the ConfigMgr console, click on Administration in the Wunderbar, click on Site Configuration, and select Servers and Site System Roles, Right click on your server and choose Add Site System Role</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP162.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP163.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Specify you proxy information if needed and click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP164.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select Software update point.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP165.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select WSUS is configured to use ports 8530.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP166.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP167.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select Synchronize from Microsoft Update.
</p>
<p>
 </p>
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP168.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Specify you Schedule.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP169.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP170.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select the classifications that you want to synchronize.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP171.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select the product that you want synchronize.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP172.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Select the languages.
</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP173.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Click on Next.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p><img src="http://scug.be/christopher/files/2013/02/020613_1028_SCCM2012SP174.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">
<p>Configuration is complete.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>
 </p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2013/02/06/sccm-2012-sp1-installation-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>SCOM 2012 SP1 : OMServer.msi returned error 1603</title>
		<link>http://www.vnext.be/2013/01/24/scom-2012-sp1-omserver-msi-returned-error-1603/</link>
		<comments>http://www.vnext.be/2013/01/24/scom-2012-sp1-omserver-msi-returned-error-1603/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 14:53:34 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[free hard disk]]></category>
		<category><![CDATA[hard disk space]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[processor architecture]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1220</guid>
		<description><![CDATA[Hi all, On Tuesday, I was at a customer location to install a new SCOM 2012 SP1 environment. I checked the requirement for SCOM 2012 SP1 on TechNet : http://technet.microsoft.com/en-us/library/jj656654.aspx#BKMK_RBF_ManagementServer&#160; SCOM 2012 SP1 Management Server : Disk space: %SYSTEMDRIVE% requires at least 1024 MB free hard disk space. Server Operating System: must be Windows Server [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>On Tuesday, I was at a customer location to install a new SCOM 2012 SP1 environment. I checked the requirement for SCOM 2012 SP1 on TechNet :   <br /><a title="http://technet.microsoft.com/en-us/library/jj656654.aspx#BKMK_RBF_ManagementServer" href="http://technet.microsoft.com/en-us/library/jj656654.aspx#BKMK_RBF_ManagementServer">http://technet.microsoft.com/en-us/library/jj656654.aspx#BKMK_RBF_ManagementServer</a>&#160;</p>
<p>SCOM 2012 SP1 Management Server :</p>
<ul>
<li>Disk space: %SYSTEMDRIVE% requires at least 1024 MB free hard disk space.</li>
<li>Server Operating System: must be Windows Server 2008 R2 SP1, Windows Server 2012, or Windows Server 2012 Core Installation. </li>
<li>Processor Architecture: must be x64</li>
<li>Windows PowerShell version: Windows PowerShell version 2.0, or Windows PowerShell version 3.0.</li>
<li>Windows Remote Management: Windows Remote Management must be enabled for the management server.</li>
<li>.NET Framework 4 is required. </li>
</ul>
<p>The prerequisites check passed without any problem<a href="http://scug.be/christopher/files/2013/01/image.png">     <br /><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://scug.be/christopher/files/2013/01/image_thumb.png" width="618" height="464" /></a></p>
<p>But the installation failed   <br /><a href="http://scug.be/christopher/files/2013/01/image1.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://scug.be/christopher/files/2013/01/image_thumb1.png" width="620" height="466" /></a></p>
<p>With the following error : </p>
<p><em>11:11:16]: Always: :LaunchMsi: Launching C:\Infront\SCOM2012SP1RTM\Setup\AMD64\Server\OMServer.msi     <br />[11:14:16]: Always: :MsiInstallProduct finished for msi C:\Infront\SCOM2012SP1RTM\Setup\AMD64\Server\OMServer.msi.      <br />[11:14:16]: Always: :LaunchMSI: Setting rollback to true      <br />[11:14:16]: Error: :</em><em><font style="background-color: #ffff00">LaunchMSI: MSI C:\Infront\SCOM2012SP1RTM\Setup\AMD64\Server\OMServer.msi returned error 1603       <br /></font>[11:14:16]: Error: <img src='http://scug.be/christopher/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> rocessInstalls: Install Item Management Server failed to install. We did not launch the post process delegate.      <br />[11:14:16]: Always: :SetErrorType: Setting VitalFailure. currentInstallItem: Management Server      <br />[11:14:16]: Info: :SetProgressScreen: FinishMinorStep.</em></p>
<p>I checked on Internet and found these 2 posts related to that error :    <br /><a title="http://www.scom2k7.com/error-installing-scom-2012-omserver-msi-returned-error-1603/" href="http://www.scom2k7.com/error-installing-scom-2012-omserver-msi-returned-error-1603/">http://www.scom2k7.com/error-installing-scom-2012-omserver-msi-returned-error-1603/</a>    <br /><a title="http://thoughtsonopsmgr.blogspot.be/2013/01/om12-sp1-upgrade-beware-for-corrupt-iso.html" href="http://thoughtsonopsmgr.blogspot.be/2013/01/om12-sp1-upgrade-beware-for-corrupt-iso.html">http://thoughtsonopsmgr.blogspot.be/2013/01/om12-sp1-upgrade-beware-for-corrupt-iso.html</a></p>
<p>Everything was fine with the registry, I re-downloaded the source files from TechNet and also MSDN, started the installation again and it always failed with the same error message. </p>
<p>I decided to go back to TechNet and I checked the requirement for SCOM 2012 (Without SP1) : <a title="http://technet.microsoft.com/en-us/library/jj656649.aspx#BKMK_RBF_ManagementServer" href="http://technet.microsoft.com/en-us/library/jj656649.aspx#BKMK_RBF_ManagementServer">http://technet.microsoft.com/en-us/library/jj656649.aspx#BKMK_RBF_ManagementServer</a></p>
<p>SCOM 2012 Management Server :</p>
<ul>
<li>Disk space: %SYSTEMDRIVE% requires at least 1024 MB free hard disk space.</li>
<li>Server Operating System: must be Windows Server 2008 R2 SP1. </li>
<li>Processor Architecture: must be x64.</li>
<li>Windows PowerShell version: Windows PowerShell version 2.0.</li>
<li>Windows Remote Management: Windows Remote Management must be enabled for the management server.</li>
<li>Microsoft Core XML Services (MSXML) version: Microsoft Core XML Services 6.0 is required for the management server.</li>
<li><font style="background-color: #ffff00">Both .NET Framework 3.5 Service Pack 1 (SP1) and .NET Framework 4 are required</font>. For more information, see the following documents:       <br />.NET Framework 3.5 SP1 redistributable package      <br />.NET Framework 4 redistributable package</li>
</ul>
<p>OH OH OH .NET Framework 3.5 SP1 is required for SCOM 2012 and not for SCOM 2012 SP1 ????? Are you really sure of that ??? Let’s try to install it on the server. After a few clicks, it’s installed.   <br /><a href="http://scug.be/christopher/files/2013/01/Capture.png"><img title="Capture" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Capture" src="http://scug.be/christopher/files/2013/01/Capture_thumb.png" width="326" height="136" /></a>    </p>
<p>Let’s give a another try….. and….   <br /><a href="http://scug.be/christopher/files/2013/01/image2.png"><img title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://scug.be/christopher/files/2013/01/image_thumb2.png" width="624" height="468" /></a></p>
<p>BINGO, it was simply that !!! I had to install the .NET Framework 3.5 SP1. I already sent a mail to Microsoft and they will update the document on TechNet as soon as possible.</p>
<p>Cheers   <br />Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2013/01/24/scom-2012-sp1-omserver-msi-returned-error-1603/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Orchestrator 2012: Runbook server in an untrusted AD Domain</title>
		<link>http://www.vnext.be/2013/01/06/orchestrator-2012-runbook-server-in-an-untrusted-ad-domain/</link>
		<comments>http://www.vnext.be/2013/01/06/orchestrator-2012-runbook-server-in-an-untrusted-ad-domain/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 14:46:57 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[directory domain]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[key words]]></category>
		<category><![CDATA[Orchestrator]]></category>
		<category><![CDATA[service accounts]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1211</guid>
		<description><![CDATA[Dear All, In this post, I&#8217;ll explain you how to install an Orchestrator 2012 runbook server in an untrusted Active Directory domain.Installing a runbook server in an untrusted AD domain is required when your integration pack or workflow activities are not able to manage several Active Directory domain/credentials and are using only the Orchestrator Service [...]]]></description>
				<content:encoded><![CDATA[<p>Dear All,
</p>
<p>In this post, I&#8217;ll explain you how to install an Orchestrator 2012 runbook server in an untrusted Active Directory domain.<br/>Installing a runbook server in an untrusted AD domain is required when your integration pack or workflow activities are not able to manage several Active Directory domain/credentials and are using only the Orchestrator Service Account to run.
</p>
<p>With this new runbook server installed, you will be able to start runbooks from your Runbook management server located in your primary domain and execute it directly on the runbook server hosted in the untrusted domain. You just need to ensure that the service account which is used by the runbook server in the untrusted domain has the necessary rights to execute the required actions in that untrusted active directory domain.
</p>
<p>Let&#8217;s go for this implement <span style="font-family:Wingdings">J</span>
	</p>
<h1>Prerequisites:<br />
</h1>
<h2>Definition<br />
</h2>
<p>I will define two &#8220;key words&#8221; that I&#8217;ll use for the rest of this post:
</p>
<ul>
<li>Primary domain: Active Directory domain where you have your Orchestrator 2012 infrastructure installed.
</li>
<li>Untrusted domain: Active Directory domain that doesn&#8217;t have any AD trust with your Primary domain.
</li>
</ul>
<h2>Infrastructure<br />
</h2>
<ul>
<li>An Orchestrator 2012 infrastructure installed in your primary domain.
</li>
<li>A fresh new installed server in the untrusted domain on which we will install the runbook server role.
</li>
</ul>
<h2>Service Accounts<br />
</h2>
<ul>
<li>In your primary domain, on your SQL server, Orchestrator 2012 SQL Instance, you have to create a SQL User Account that is DB_Owner of the Orchestrator database.
</li>
<li>Ensure the SQL is in mixed mode and allows connection from AD and SQL accounts.
</li>
<li>
<div>In the untrusted domain, you have to create a service account that is identical (Same SamAccoutName and Password) to the Orchestrator service account that is currently used by the Orchestrator 2012 infrastructure in you primary domain. If the service account used in your primary domain is SA_Orchestrator with the password: P@$$w0rd you have to create the service account SA_Orchestrator with the same password in the untrusted domain. This account must be local admin of the server on which you will install the Orchestrator Runbook server role.
</div>
<p>
 </p>
</li>
</ul>
<h1>Installation:<br />
</h1>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:474px"/>
<col style="width:216px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato1.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Logon the fresh new installed server in the untrusted domain and start the Orchestrator installer.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato2.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>In the Standalone installation part, click on <strong><em>Runbook server</em></strong>.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato3.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Accept the licence terms and click on <strong><em>Next &gt;</em></strong>.
</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato4.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Prerequisites check in progress</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato5.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Specify the service account that you previously created in the non-trusted domain which is identical to the account used in the primary domain.
</p>
<p>Click on <strong><em>Test</em></strong>.
</p>
<p>Click on <strong><em>Next &gt;</em></strong>.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato6.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Specify the SQL Instance (by using the IP address or the FQN if you have a DNS resolution between your AD domain) of the Orchestrator DB which is located in the primary domain.
</p>
<p>Specify the SQL user account that you created in the prerequisite part.
</p>
<p>Click on <strong><em>Test Database Connection</em></strong>.
</p>
<p>Click on <strong><em>Next &gt;</em></strong>.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato7.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Select the existing Orchestrator Database and click on <strong><em>Next &gt;</em></strong>.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato8.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Specify the installation folder and click on <strong><em>Next &gt;</em></strong>.
</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato9.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Select <strong><em>No, I am not willing to participate</em></strong> and click on <strong><em>Next &gt;.</em></strong></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato10.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Review the information and click on <strong><em>Install</em></strong>.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato11.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Installation in process.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato12.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Installation completed
</p>
<p>Click on <strong><em>Close</em></strong>.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato13.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>You could confirmation that the installation succeeded by starting the System Center 2012 Orchestrator Deployment Manager in your primary domain.
</p>
<p>In the Runbook Servers part, you will see the runbook server that you just installed in the untrusted domain.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px"> </td>
<td style="padding-left: 7px; padding-right: 7px"> </td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><span style="color:#323e4f; font-size:15pt"><strong>Integration pack installation</strong></span></p>
</td>
<td style="padding-left: 7px; padding-right: 7px"> </td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px"> </td>
<td style="padding-left: 7px; padding-right: 7px"> </td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato14.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Integration pack installation on a runbook server which is in an untrusted domain must be done domain manually.
</p>
<p>For that, go to your Orchestrator Manager Server which is installed in your primary domain, copy the IPs that you want to install on your new runbook server in the untrusted domain.
</p>
<p>The integration packs are location in the following folder:
</p>
<p><strong><em>C:\Program Files (x86)\Common Files\Microsoft System Center 2012\Orchestrator\Management Server\Components\Objects</em></strong></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato15.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>One the IPs copied on the new runbook server, just double click on the file to install.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato16.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Ip Installation in progress.</p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px">
<p><img src="http://scug.be/christopher/files/2013/01/010613_1446_Orchestrato17.png" alt=""/></p>
</td>
<td style="padding-left: 7px; padding-right: 7px">
<p>Check in the Add/Remove programs if the IP is well installed.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>You have new an Ochestrator Runbook server that is installed in another active directory domain that your Orchestrator Management server.<br/>I hope that this post is helpful for your and fell free to post your comments <img src='http://scug.be/christopher/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
</p>
<p>
 </p>
<p>Christopher
</p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2013/01/06/orchestrator-2012-runbook-server-in-an-untrusted-ad-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to SCOM 2012 failed – SQL MPs involved</title>
		<link>http://www.vnext.be/2012/12/03/upgrade-to-scom-2012-failed-sql-mps-involved/</link>
		<comments>http://www.vnext.be/2012/12/03/upgrade-to-scom-2012-failed-sql-mps-involved/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 14:19:43 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[operations manager]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1191</guid>
		<description><![CDATA[Hey, I recently tried to upgrade a customer pre-production environment from SCOM 2007 R2 to SCOM 2012. As usual, I followed my upgrade guide: http://scug.be/christopher/2012/10/23/upgrade-guide-from-scom-2007-to-scom-2012/ But this time, when I started the RMS upgrade part, it failed with the following errors: The errors Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0&#215;80131904, Exception.Message: Column names in each [...]]]></description>
				<content:encoded><![CDATA[<p>Hey,
</p>
<p>I recently tried to upgrade a customer pre-production environment from SCOM 2007 R2 to SCOM 2012. As usual, I followed my upgrade guide: <a href="http://scug.be/christopher/2012/10/23/upgrade-guide-from-scom-2007-to-scom-2012/">http://scug.be/christopher/2012/10/23/upgrade-guide-from-scom-2007-to-scom-2012/</a>
	</p>
<p>But this time, when I started the RMS upgrade part, it failed with the following errors:
</p>
<h1>The errors<br />
</h1>
<p><span style="color:#ed7d31; font-size:9pt"><em>Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0&#215;80131904, Exception.Message: Column names in each table must be unique. Column name &#8216;Post_InstallPath_1ACC50C3_CE60_075D_18CF_BC3CAC665124&#8242; in table &#8216;MT_AnalysisServices_Log&#8217; is specified more than once.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Cannot find the object &#8220;<span style="background-color:yellow">dbo.MT_AnalysisServices_Log</span>&#8221; because it does not exist or you do not have permissions.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Column names in each table must be unique. Column name &#8216;Post_InstallPath_1ACC50C3_CE60_075D_18CF_BC3CAC665124&#8242; in table &#8216;MT_AnalysisServices_0_Log&#8217; is specified more than once.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Cannot find the object &#8220;dbo.MT_AnalysisServices_0_Log&#8221; because it does not exist or you do not have permissions.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Column names in each table must be unique. Column name &#8216;Post_ServiceName_3F85503C_3D5E_19D8_0466_95AA9BB8AC05&#8242; in table &#8216;MT_ReportingServices_0_Log&#8217; is specified more than once.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Cannot find the object &#8220;dbo.MT_ReportingServices_0_Log&#8221; because it does not exist or you do not have permissions.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Column names in each table must be unique. Column name &#8216;Post_ServiceName_3F85503C_3D5E_19D8_0466_95AA9BB8AC05&#8242; in table &#8216;MT_ReportingServices_Log&#8217; is specified more than once.<br />
</em></span></p>
<p><span style="color:#ed7d31; font-size:9pt"><em>Cannot find the object &#8220;<span style="background-color:yellow">dbo.MT_ReportingServices_Log</span>&#8221; because it does not exist or you do not have permissions.<br />
</em></span></p>
<p>This upgrade failure completely crashed the environment as it let the SCOM2007 environment without any RMS. /!\ There is no automatic rollback process in case of RMS upgrade failure. /!\ The only choice that I had was to restore the complete environment from the snapshot that I took just before the upgrade proces.
</p>
<p>It&#8217;s really mandatory for fixing this issue to have a SCOM environment up and running. When done, let&#8217;s try to understand what&#8217;s happened and find a way to fix it.
</p>
<h1>The debug<br />
</h1>
<p>As we could see in the error logs above, there is a problem with the following 2 tables:
</p>
<ul>
<li>dbo.MT_AnalysisServices_log
</li>
<li>dbo.MT_ReportingServices_log
</li>
</ul>
<p>These two tables has been created in the OperationsManager DB by the import of the SQL Management packs. I will not focus on the _log tables, but directly on the &#8220;main tables&#8221;, dbo.MT_AnalysisServices and dbo.MT_ReportingServices.
</p>
<h2>dbo.MT_AnalysisServices<br />
</h2>
<p>Connect to the SQL server and run the following query:
</p>
<p><span style="color:#ed7d31; font-size:9pt"><em>select * FROM dbo.ManagedTypeProperty where managedtypeid = &#8217;1ACC50C3-CE60-075D-18CF-BC3CAC665124&#8242;<br />
</em></span></p>
<p>The query above will retrieve the properties available for the type AnalysisServices from the ManagedTypeProperty table. Below, the output of the column &#8220;ColumnName&#8221;:
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:460px"/></colgroup>
<tbody valign="top">
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Edition_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>InstallPath_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>PerformanceCounterObject_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServiceName_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServicePackVersion_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Version_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>The second SQL query will retrieve the properties (Column name) that are available in the table MT_AnalysisServices:
</p>
<p><span style="font-size:9pt"><em><span style="color:#ed7d31">SELECT COLUMN_NAME, COLLATION_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = &#8216;MT_AnalysisServices&#8217; AND ORDINAL_POSITION &gt; 1 ORDER BY ORDINAL_POSITION ASC</span><br/><br />
			</em></span></p>
<p>Query result:
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:460px"/></colgroup>
<tbody valign="top">
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Edition_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServiceName_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServicePackVersion_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt; background-color:yellow"><em>InstanceName_97408C11_D1C8_5BCE_EF78_74F0473964F3</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Version_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt; background-color:yellow"><em>DisplayName_55270A70_AC47_C853_C617_236B0CFF9B4C</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>InstallPath_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>PerformanceCounterObject_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt; background-color:yellow"><em>ServiceClusterName_1ACC50C3_CE60_075D_18CF_BC3CAC665124</em></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p><br/>As you could see, there is some inconsistences between the properties available in the two tables. The properties DisplayName, InstanceName and ServiceClusterName are not available in the ManagedTypeProperty table for the type AnalysisServices.
</p>
<p>For the two firsts values, DisplayName and InstanceName, the Microsoft Premier Support told me that was normal. I double checked in another environment and that seems to be true.
</p>
<p>Now for the ServiceClusterName properties, there is a real problem, this properties must be available in both tables, so we already find a first problem here.
</p>
<h2>dbo.MT_ReportingServices<br />
</h2>
<p>As, we already have one properties missing for the type AnalysisServices, we will now check if we have the same problem for the type ReportingServices.
</p>
<p>Connect to the OperationsManager DB and run the following query:
</p>
<p><span style="color:#ed7d31; font-size:9pt"><em>select * FROM dbo.ManagedTypeProperty where managedtypeid = &#8217;3F85503C-3D5E-19D8-0466-95AA9BB8AC05&#8242;<br />
</em></span></p>
<p>The result of the query:
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:411px"/></colgroup>
<tbody valign="top">
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Edition_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>InstallPath_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServiceName_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServicePackVersion_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Version_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>The second SQL query will retrieve the properties (Column name) that are available in the table MT_ReportingServices:
</p>
<p><span style="color:#ed7d31; font-size:9pt"><em>SELECT COLUMN_NAME, COLLATION_NAME FROM INFORMATION_SCHEMA.COLUMNS  WHERE TABLE_NAME = &#8216;MT_ReportingServices&#8217; AND ORDINAL_POSITION &gt; 1 ORDER BY ORDINAL_POSITION ASC<br />
</em></span></p>
<p>The result:
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:416px"/></colgroup>
<tbody valign="top">
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Edition_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServicePackVersion_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt; background-color:yellow"><em>InstanceName_97408C11_D1C8_5BCE_EF78_74F0473964F3</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt; background-color:yellow"><em>DisplayName_55270A70_AC47_C853_C617_236B0CFF9B4C</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>InstallPath_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>Version_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt"><em>ServiceName_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
<tr style="height: 20px">
<td vAlign="bottom" style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  none; border-right:  none">
<p><span style="color:#ed7d31; font-size:9pt; background-color:yellow"><em>ServiceClusterName_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</em></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>We have exactly the same problem here, the property ServiceClusterName is also missing from the table ManagedTypeProperty for the type ReportingServices.
</p>
<h1>The fix<br />
</h1>
<p>The ServiceClusterName property is missing from the ManagedTypeProperty for the types ReportingServices and AnalysisServices. We also know that these properties are link to the SQL Management Packs.
</p>
<p>I had several calls with the Microsoft Premier Support and finally, they proposed me to Remove and Re-add the SQL management packs by following the steps below:
</p>
<ol>
<li>Ensure to have all the binaries for the SQL MPs that you are currently running.
</li>
<li>Export your custom management packs where you stored SQL overrides
</li>
<li>Delete the all the SQL management packs
</li>
<li>Wait 30 minutes
</li>
<li>Import all the SQL MPs
</li>
<li>Import the custom SQL MPs
</li>
</ol>
<p>Now, we have to check if this export/re-import process of the SQL MPs fixed the problem or not. For that we have to run the following two queries:
</p>
<p><span style="color:#ed7d31; font-size:9pt"><em>select * FROM dbo.ManagedTypeProperty where managedtypeid = &#8217;1ACC50C3-CE60-075D-18CF-BC3CAC665124&#8242; <br/>select * FROM dbo.ManagedTypeProperty where managedtypeid = &#8217;3F85503C-3D5E-19D8-0466-95AA9BB8AC05&#8242;<br />
</em></span></p>
<p>The both queries are now returning the <span style="background-color:yellow">ServiceClusterName_3F85503C_3D5E_19D8_0466_95AA9BB8AC05</span> properties for the type AnalysisServices and ReportingServices. Which is what we&#8217;re expecting <span style="font-family:Wingdings">J</span>
	</p>
<p>As the export/re-import of the SQL Management packs seems to fix the problem, I started the RMS upgrade to SCOM2012. Hopefully for me, this time, it ran successfully without any problem. So yes, the first time, the SQL Management Packs crashed my upgrade process. FYI, the environment was running the following versions of the SQL MPs:<br/>
	</p>
<p><img src="http://scug.be/christopher/files/2012/12/120312_1419_UpgradetoSC1.png" alt=""/>
	</p>
<h1>The conclusion part<br />
</h1>
<p>I must admit that I still don&#8217;t know why the <span style="background-color:yellow">ServiceClusterName_3F85503C_3D5E_19D8_0466_</span> properties was missing from the ManagedTypeProperty table for the MT_Analysis and MT_ReportingServices tables.
</p>
<p>I don&#8217;t believe to a DB corruption, as I noticed the same problem, in 2 different environments which were running exactly the same MPs.
</p>
<p>Now, what is sure, the export/re-import fixed the problem and allow me to upgrade the environment to SCOM 2012 without any problem. My advice is now to run the following 2 queries:
</p>
<p><span style="color:#ed7d31; font-size:9pt"><em>select * FROM dbo.ManagedTypeProperty where managedtypeid = &#8217;1ACC50C3-CE60-075D-18CF-BC3CAC665124&#8242; <br/>select * FROM dbo.ManagedTypeProperty where managedtypeid = &#8217;3F85503C-3D5E-19D8-0466-95AA9BB8AC05&#8242;<br />
</em></span></p>
<p>To ensure that the ServiceClusterName property is available for AnalysisServices and ReportingServices before starting an upgrade from SCOM2007R2 to SCOM2012.
</p>
<p>Finally, I would like to thanks the Microsoft Premier Support.
</p>
<p>Christopher
</p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/12/03/upgrade-to-scom-2012-failed-sql-mps-involved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Register for the next Microsoft IT Camps!</title>
		<link>http://www.vnext.be/2012/10/23/register-for-the-next-microsoft-it-camps/</link>
		<comments>http://www.vnext.be/2012/10/23/register-for-the-next-microsoft-it-camps/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 18:05:18 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[event]]></category>
		<category><![CDATA[free technical resources]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[opportunity]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1188</guid>
		<description><![CDATA[Microsoft offers free technical resources to help you be successful in today’s evolving IT environment. Don’t miss the opportunity to levate your skills by learning more about Windows Server 2012 and Windows Azure through our free IT Camps. Register now for A Windows Server 2012 IT Camp on · November 6th from 09:00 till 17:00h [...]]]></description>
				<content:encoded><![CDATA[<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<p><a href="http://scug.be/christopher/files/2012/10/clip_image0027.jpg"><img title="clip_image002[7]" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="clip_image002[7]" src="http://scug.be/christopher/files/2012/10/clip_image0027_thumb.jpg" width="603" height="125" /></a></p>
</td>
</tr>
<tr>
<td>
<p>Microsoft offers free technical resources to help you be successful in today’s evolving IT environment. Don’t miss the opportunity to levate your skills by learning more about Windows Server 2012 and Windows Azure through our <b><a href="http://www.microsoft.com/belux/technet/itcamps/">free IT Camps</a></b>. </p>
<p>Register now for</p>
<p>A <b>Windows Server 2012 IT Camp</b> on</p>
<p>· November 6<sup>th</sup> from 09:00 till 17:00h</p>
<p>· November 7<sup>th</sup> from 08:30 till 15:00h</p>
<p>· November 7<sup>th</sup> from 16:00 till 22:00h</p>
</td>
<td valign="top" width="110">
<p><a href="http://www.microsoft.com/belux/technet/itcamps/"><img title="clip_image008[6]" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" hspace="12" alt="clip_image008[6]" src="http://scug.be/christopher/files/2012/10/clip_image0086.jpg" width="90" height="90" /></a></p>
</td>
</tr>
<tr>
<td width="76"></td>
<td width="473">
<p><a href="http://www.microsoft.com/belux/technet/itcamps/">More info available on our IT Camps page.</a></p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/10/23/register-for-the-next-microsoft-it-camps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade guide from SCOM 2007 to SCOM 2012</title>
		<link>http://www.vnext.be/2012/10/23/upgrade-guide-from-scom-2007-to-scom-2012/</link>
		<comments>http://www.vnext.be/2012/10/23/upgrade-guide-from-scom-2007-to-scom-2012/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 09:41:39 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[operations manager]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1179</guid>
		<description><![CDATA[Hi Guys, I would like to share with you my notes concerning the upgrade from Operations Manager 2007 to Operations Manager 2012. The guide below groups information from TechNet (for which I&#8217;m not the author! all credits go to Microsoft), my personal notes and screenshots from the field. The pre-requisites for this guide is to [...]]]></description>
				<content:encoded><![CDATA[<p style="background: white"><span style="font-size: 9pt; font-family: arial; color: #555555">Hi Guys,      <br /></span></p>
<p style="background: white"><span style="font-size: 9pt; font-family: arial; color: #555555">I would like to share with you my notes concerning the upgrade from Operations Manager 2007 to Operations Manager 2012. The guide below groups information from TechNet (<span style="text-decoration: underline">for which I&#8217;m not the author! all credits go to Microsoft</span>), my personal notes and screenshots from the field.       <br /></span></p>
<p style="background: white"><span style="font-size: 9pt; font-family: arial; color: #555555">The pre-requisites for this guide is to have a Operations Manager 2012 compliant environment (OS version /SQL version / hardware).      <br /></span></p>
<h1>SCOM 2012 – Upgrade Plan    <br /></h1>
<p><span style="font-size: 10pt">More Information: </span>http://technet.microsoft.com/en-us/library/hh476934.aspx</p>
<div>
<table style="background: white; border-collapse: collapse" border="0">
<colgroup>
<col style="width: 116px" />
<col style="width: 612px" /></colgroup>
<tbody valign="top">
<tr>
<td style="border-top: #bbbbbb 0.75pt solid; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><span style="font-size: 10pt; font-family: segoe ui; color: black">Distributed Upgrade (Simple)</span></p>
</td>
<td style="border-left-style: none; border-top: #bbbbbb 0.75pt solid; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt; font-family: segoe ui; color: black">Use this path when you have an Operations Manager 2007 R2 management group where various features are installed on separate servers, all of which meet the minimum supported configurations for System Center 2012 – Operations Manager.</span></p>
</td>
</tr>
</tbody>
</table></div>
<h1>Upgrade Process Flow Diagram    <br /></h1>
<p style="text-align: center"><img style="margin: 0px 0px 15px" alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid1.png" /></p>
<p style="text-align: center"><img style="margin: 0px 0px 15px" alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid2.png" /></p>
<p style="text-align: center"><img style="margin: 0px 0px 15px" alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid3.png" /></p>
<h1>Checklist    <br /></h1>
<p><span style="font-size: 10pt; font-family: segoe ui; color: black">Use the following checklist to upgrade your distributed management group if it already meets the supported configuration requirements for System Center 2012 – Operations Manager.      <br /></span></p>
<p><span style="font-family: segoe ui; color: black">&#160;</span><span style="font-size: 10pt">More Information: </span>http://technet.microsoft.com/en-us/library/hh241301.aspx<span style="font-family: segoe ui; color: black">      <br /></span></p>
<div>
<table style="border-collapse: collapse" border="0">
<colgroup>
<col style="width: 23px" />
<col style="width: 671px" /></colgroup>
<tbody valign="top">
<tr style="height: 21px; background: #e5e5e5">
<td style="border-top: #bbbbbb 0.75pt solid; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 4px; padding-top: 4px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><span style="font-size: 10pt; color: black">&#160;</span></p>
</td>
<td style="border-left-style: none; border-top: #bbbbbb 0.75pt solid; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 4px; padding-top: 4px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Task</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid4.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Import the Upgrade Helper management pack.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid5.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Move agents that report to the RMS to a secondary management server.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid6.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Back up the encryption key.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid7.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Review the Operations Manager 2007 R2 event logs.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid8.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Remove agents from pending management.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid9.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Verify that you have a supported SQL Server collation on all databases and instances of databases.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid10.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Upgrade the manually installed agents.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid11.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Upgrade the secondary management servers.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid12.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Upgrade gateways, if present.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid13.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Upgrade the push-installed agents.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid14.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Check for any active, connected consoles to the root management server.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid15.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Disable all notification subscriptions.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid16.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Stop services or disable any connectors that are installed.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid17.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Verify that your operational database has enough free space.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid18.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Back up the databases.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid19.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Restore the encryption key on secondary management server.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid20.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Run management group upgrade on the root management server.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid21.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Upgrade or install the optional features, such as the web consoles and Reporting server.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid22.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Re-enable notification subscriptions.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid23.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Restart or re-enable the service for any connectors that are installed.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid24.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Update overrides.</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid25.png" /></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">Verify the success of the upgrade.</span></p>
</td>
</tr>
</tbody>
</table></div>
<h1>Import the Upgrade Helper management pack.    <br /></h1>
<p><span style="font-size: 10pt">The Upgrade Helper management pack guides you through the upgrade process from System Center Operations Manager 2007 R2 to System Center 2012. The Upgrade Helper management pack discovers the root management server, secondary management servers, gateway servers, and any agent-managed computers in your distributed Operations Manager 2007 R2 management group. The Upgrade Helper management pack monitors the progress of each phase of your upgrade.      <br /></span></p>
<p><span style="font-size: 10pt">Filename: OPERATIONSMANAGER.UPGRADE.MP      <br /></span></p>
<h1>Back up the encryption key.    <br /></h1>
<h2><span style="font-size: 10pt; font-family: calibri; color: black"><strong>To start the Encryption Key Backup or Restore Wizard to back up the root management server encryption key</strong>       <br /></span></h2>
<ol>
<li><span style="font-size: 10pt; color: black">Log on to the computer hosting the root management server with an account that is a member of the Administrators group.        <br /></span></li>
<li><span style="font-size: 10pt; color: black">Open a command prompt window using the <strong>Run as Administrator</strong> option.         <br /></span></li>
<li>
<div><span style="font-size: 10pt; color: black">At the command prompt, type          <br /></span></div>
<p><span style="color: black"><span style="font-size: 10pt">cd &lt;</span><span style="font-size: 12pt"><em>Operations Manager Installation Folder</em></span><span style="font-size: 10pt">&gt;            <br /></span></span></p>
</li>
<li><span style="font-size: 10pt; color: black">Type <strong>SecureStorageBackup</strong> and then press ENTER.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Encryption Key Backup or Restore Wizard</strong>, on the <strong>Backup or Restore?</strong> Page, select the <strong>Backup the Encryption Key</strong> option, and then complete the wizard.         <br /></span></li>
</ol>
<p><span style="font-size: 10pt">More Information: <a href="http://technet.microsoft.com/en-us/library/cc540390.aspx">http://technet.microsoft.com/en-us/library/cc540390.aspx</a>       <br /></span></p>
<h1>Verify that you have a supported SQL Server collation on all databases and instances of databases.    <br /></h1>
<p><span style="font-size: 10pt; color: black">To determine the SQL Server collation of a database, you can check the database properties. In SQL Server Management Studio, right-click the database you want to check, and then click <strong>Properties</strong>. The collation is listed under <strong>Maintenance</strong>.</span></p>
<p><img style="margin: 0px 0px 15px" alt="" align="left" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid26.png" /></p>
<p><span style="font-size: 10pt">More Information: </span>http://support.microsoft.com/kb/958979</p>
<p><span style="background-color: yellow">ALWAYS INSTALL THE SCOM 2012 ENVIRONMENT ON SQL WITH THE SQL_Latin1_General_CP1_CI_AS collation!</span></p>
<h1>Pre-requisites    <br /></h1>
<ul>
<li><span style="font-size: 10pt; color: #404040">Read <a href="http://blogs.technet.com/170377/ProfileUrlRedirect.ashx">Mihai Sarbulescu</a>’s post : <a href="http://blogs.technet.com/b/mihai/archive/2012/05/23/know-issues-when-upgrading-from-om-2007-r2-to-om-2012.aspx">Know issues when upgrading from OM 2007 R2 to OM 2012</a>&#160;</span></li>
<li><span style="font-size: 10pt; color: #404040">RMS, MS, Gw must run Windows Server 2008 R2 Sp1 or another supported version        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">All the DBs (OperationsManager, Datawarehouse, Reporting) must be hosted on a SQL Server 2008 R2 or another supported version.        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">.Net 4 must be installed on the RMS, MS and GW.        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">Report Viewer 2010 must be installed on the RMS, MS, GW.        <br /></span></li>
</ul>
<h1>Upgrade the secondary management servers.    <br /></h1>
<h2>Upgrade of the Management Server    <br /></h2>
<p>Start the SCOM 2012 upgrade process by upgrading all the management servers (/!\Not the RMS, only the MS). Let the agents connected to your MS during the upgrade process, otherwise, you will not be able to upgrade these agents via the SCOM Console after the MS upgrade and you will have to manually deploy the SCOM 2012 Agent to all the existing agents.</p>
<ol>
<li><span style="font-size: 10pt; color: black">Log on to the secondary management server with an account that is a member of the Operations Manager Administrators role for your Operations Manager 2007 R2 management group and a local administrator on the computer.        <br /></span></li>
<li><span style="font-size: 10pt; color: black">From the System Center 2012 – Operations Manager media, run <strong>Setup.exe</strong>, and then click <strong>Install</strong>. The <strong>Getting Started</strong> page displays information about which features will be upgraded.         <br /></span></li>
</ol>
<div style="margin-left: 36pt">
<table style="background: #fcfec5; border-collapse: collapse" border="0">
<colgroup>
<col style="width: 609px" /></colgroup>
<tbody valign="top">
<tr style="height: 22px">
<td style="border-top: #bbbbbb 0.25pt solid; border-right: #bbbbbb 0.25pt solid; border-bottom: #bbbbbb 0.25pt solid; padding-bottom: 1px; padding-top: 10px; padding-left: 11px; border-left: #bbbbbb 0.25pt solid; padding-right: 11px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid27.png" /><span style="font-size: 10pt; color: black"><strong>Note</strong></span></p>
</td>
</tr>
<tr style="height: 74px">
<td style="border-top-style: none; border-right: #bbbbbb 0.25pt solid; border-bottom: #bbbbbb 0.25pt solid; padding-bottom: 10px; padding-top: 1px; padding-left: 11px; border-left: #bbbbbb 0.25pt solid; padding-right: 11px">
<p><span style="font-size: 10pt">If a web console exists on the secondary management server, it will be removed instead of upgraded. You have to re-install the web console after you upgrade the management group. For more information, see <a href="http://technet.microsoft.com/en-us/library/hh298606.aspx"><span style="color: #960bb4">How to Install the Operations Manager Web Console</span></a>. To minimize downtime, you can install the Operations Manager 2007 R2 web console on a stand-alone server.</span></p>
</td>
</tr>
</tbody>
</table></div>
<p><span style="font-size: 10pt; color: black">Upgrading a secondary management server is just one phase of the distributed upgrade process. Upgrade is not completed until you have upgraded all of the other features in your management group, and have run upgrade on the management group itself. The next step is to upgrade any gateways.      <br /></span></p>
<p>More information: <a href="http://technet.microsoft.com/en-us/library/hh241296.aspx">http://technet.microsoft.com/en-us/library/hh241296.aspx</a></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid28.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Getting Started</strong>, <strong>System Center 2012 &#8211; Operations Manager Upgrade</strong> page, click <strong>Next</strong> to proceed with the upgrade.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid29.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Getting Started</strong>, <strong>Select installation location</strong> page, accept the default value of <strong>C:\Program Files\System Center 2012\Operations Manager</strong>, or type in a new location, or browse to one. Then click <strong>Next</strong>.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid30.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Prerequisites</strong> page, review and address any warnings or errors that the Prerequisites checker returns, and then click <strong>Verify Prerequisites Again</strong> to recheck the system.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid31.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">If the Prerequisites checker does not return any warnings or errors, the <strong>Prerequisites</strong>, <strong>Proceed with Setup</strong> page appears. Click <strong>Next</strong>.</span><span style="font-size: 12pt; font-family: times new roman">        <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid32.png" /></p>
<ol>
<li>
<div><span style="font-size: 10pt; color: black">On the <strong>Configuration</strong>, <strong>Configure Operations Manager accounts</strong> page, we recommend that you use the <strong>Domain Account</strong> option for the <strong>System Center Configuration service and System Center Data Access service</strong> accounts.           <br /></span></div>
<p><span style="font-size: 10pt; color: black">Enter the credentials for a domain account, and then click <strong>Next</strong>.           <br /></span></p>
</li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid33.png" /></p>
<p style="text-align: center">
<ol>
<li><span style="font-size: 10pt; color: black">Review the options on the <strong>Configuration</strong>, <strong>Ready To Upgrade</strong> page, and then click <strong>Upgrade</strong>. The upgrade proceeds and displays the upgrade progress.</span><span style="font-size: 12pt; font-family: times new roman">        <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid34.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid35.png" /></p>
<ol>
<li><span style="font-size: 10pt"><span style="color: black">When the upgrade is finished, the <strong>Upgrade complete</strong> page appears. Click <strong>Close</strong>. </span>Be patient, the process is quite long.</span><span style="font-size: 12pt; font-family: times new roman">        <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid36.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid37.png" /></p>
<h2>Upgrade the push-installed agents.    <br /></h2>
<p>Go to Administration &gt; Pending Management and upgrade all the agents that need to be upgraded.</p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid38.png" /></p>
<h2>Upgrade the manual-installed agents    <br /></h2>
<p>If you have manual-installed agents, (agents in DMZ, other domain &#8230;) you have to upgrade these agents manually.</p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid39.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid40.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid41.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid42.png" /></p>
<h2>Upgrade the other Management servers    <br /></h2>
<p>You have to repeat these 3 following actions until you upgraded all you management servers and agents:</p>
<ul>
<li><span style="font-size: 10pt; color: #404040">Upgrade the management server SCOM 2012        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">Upgrade the push-installed agent        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">Upgrade the manual-install agent        <br /></span></li>
</ul>
<h1>Upgrade the Gateway servers    <br /></h1>
<p>Follow the same process than the management servers for the Gateway servers:</p>
<ul>
<li><span style="font-size: 10pt; color: #404040">Upgrade the gateway server        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">Upgrade the push-installed agent        <br /></span></li>
<li><span style="font-size: 10pt; color: #404040">Upgrade the manual-install agent        <br /></span></li>
</ul>
<p>Repeat these 3 steps for all the gateway servers.</p>
<h1>Verify that your operational database has enough free space.    <br /></h1>
<p><span style="font-size: 10pt; color: black">You must verify that the operational database has more than 50 percent of free space before you upgrade the management group because the upgrade might fail if there is not enough space. You should also ensure that the transactions logs are 50 percent of the total size of the operational database.      <br /></span></p>
<h2>To check how much free space the Operational Database has    <br /></h2>
<ol>
<li><span style="font-size: 10pt; color: black">On the computer that hosts the operational database, open <strong>SQL Server Management Studio</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Object Explorer</strong>, expand <strong>Databases</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">Right-click the operational database, point to <strong>Reports</strong>, <strong>Standard Reports</strong>, and then click <strong>Disk Usage</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">View the <strong>Disk Usage</strong> report to determine the percentage of free space.</span><span style="font-size: 12pt; font-family: times new roman">        <br /></span><span style="font-size: 10pt; color: black">       <br /></span></li>
</ol>
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid43.png" /><span style="font-size: 10pt; color: black">      <br /></span></p>
<h2>To increase the free space for the operational database and log files    <br /></h2>
<ol>
<li><span style="font-size: 10pt; color: black">On the computer that hosts the operational database, open <strong>SQL Server Management Studio</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Connect to Server</strong> dialog box, in the <strong>Server Type</strong> list, select <strong>Database Engine</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Server Name</strong> list, select the server and instance for your operational database (for example, computer\INSTANCE1).         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Authentication</strong> list, select <strong>Windows Authentication</strong>, and then click <strong>Connect</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Object Explorer</strong> pane, expand <strong>Databases</strong>, right-click the operational database, and then click <strong>Properties</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Database Properties</strong> dialog box, under <strong>Select a page</strong>, click <strong>Files</strong>.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">In the results pane, increase the <strong>Initial Size</strong> value for the <strong>MOM_DATA</strong> database by 50 percent.         <br /></span></li>
</ol>
<div style="margin-left: 36pt">
<table style="background: #fcfec5; border-collapse: collapse" border="0">
<colgroup>
<col style="width: 522px" /></colgroup>
<tbody valign="top">
<tr style="height: 22px">
<td style="border-top: #bbbbbb 0.25pt solid; border-right: #bbbbbb 0.25pt solid; border-bottom: #bbbbbb 0.25pt solid; padding-bottom: 1px; padding-top: 10px; padding-left: 11px; border-left: #bbbbbb 0.25pt solid; padding-right: 11px">
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid44.png" /><span style="font-size: 10pt; color: black"><strong>Note&#160;&#160;&#160; </strong></span></p>
</td>
</tr>
<tr style="height: 19px">
<td style="border-top-style: none; border-right: #bbbbbb 0.25pt solid; border-bottom: #bbbbbb 0.25pt solid; padding-bottom: 10px; padding-top: 1px; padding-left: 11px; border-left: #bbbbbb 0.25pt solid; padding-right: 11px">
<p><span style="font-size: 10pt">This step is not required if free space already exceeds 50 percent.</span></p>
</td>
</tr>
</tbody>
</table></div>
<ol>
<li><span style="font-size: 10pt; color: black">Set the <strong>Initial Size</strong> value for the <strong>MOM_LOG</strong> to be 50 percent of the total size of the database. For example, if the operational database size is 100 GB, the log file size should be 50 GB. Then click <strong>OK</strong>.         <br /></span></li>
</ol>
<h2>Verify the SQL Server Collation    <br /></h2>
<p><span style="font-family: segoe ui; color: black"><span style="font-size: 10pt">SQL Server collation for all databases and database instances must be one of the following:</span><span style="font-size: 10pt">        <br /></span></span></p>
<div>
<table style="border-collapse: collapse" border="0">
<colgroup>
<col style="width: 177px" />
<col style="width: 551px" /></colgroup>
<tbody valign="top">
<tr style="height: 21px; background: #e5e5e5">
<td style="border-top: #bbbbbb 0.75pt solid; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 4px; padding-top: 4px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><span style="font-size: 10pt; color: black">Language</span></p>
</td>
<td style="border-left-style: none; border-top: #bbbbbb 0.75pt solid; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 4px; padding-top: 4px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt; color: black">Collation</span></p>
</td>
</tr>
<tr style="background: white">
<td style="border-top-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; border-left: #bbbbbb 0.75pt solid; padding-right: 4px">
<p><span style="font-size: 10pt">English</span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: #bbbbbb 0.75pt solid; border-bottom: #bbbbbb 0.75pt solid; padding-bottom: 9px; padding-top: 9px; padding-left: 4px; padding-right: 4px">
<p><span style="font-size: 10pt">SQL_Latin1_General_CP1_CI_AS</span></p>
</td>
</tr>
</tbody>
</table></div>
<h1>Run management group upgrade on the root management server.    <br /></h1>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid45.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid46.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid47.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid48.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid49.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid50.png" /></p>
<p style="text-align: center">
<p><span style="font-size: 10pt"><span style="background-color: white">To set the product key, use the Set-SCOMLicense cmdlet in PowerShell. To use the Set-SCOMLicense cmdlet you need to use elevated permissions. (Run as Administrator).</span></span> </p>
<p><span style="background-color: white">1. Open PowerShell as an Administrator</span>     <br /><span style="background-color: white">2. Load the OperationsManager Module (import-module operationsmanager)</span>     <br /><span style="background-color: white">3. Connect to your ManagementGroup (New-SCOMManagementGroupConnection)</span>     <br /><span style="background-color: white">4. Use Set-SCOMLicense -ProductId &quot;yourlicensekey&quot;</span>     <br /><span style="background-color: white">5. To check if changes were executed run Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a </span></p>
<p><span style="background-color: yellow"><strong>Note:<span style="font-family: segoe ui; color: #333333">&#160;</span></strong>This may require a reboot after running in order to register correctly.</span><span style="background-color: white">      <br /></span>More information: <a href="http://support.microsoft.com/kb/2699998">http://support.microsoft.com/kb/2699998</a>     </p>
<h1>Upgrade or install the optional features, such as the web consoles, ACS and Reporting server.    <br /></h1>
<h2>ACS upgrade    <br /></h2>
<p>/!\ You must be logged on and run the install process with the service account that you are using to connect to the ACS DB /!\</p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid51.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid52.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid53.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid54.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid55.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid56.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid57.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid58.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid59.png" /></p>
<p>/!\ You must be run the install process with the service account /!\</p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid60.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid61.png" /></p>
<h2>How to Upgrade Reporting from Operations Manager 2007 R2    <br /></h2>
<ol>
<li><span style="font-size: 10pt; color: black">Log on to the computer that hosts the Reporting server with an account that is a member of the Operations Manager 2007 R2 Administrators role for your Operations Manager 2007 R2 management group.        <br /></span></li>
<li><span style="font-size: 10pt; color: black">On the System Center 2012 – Operations Manager source media, run <strong>Setup.exe</strong>, and then click <strong>Install</strong>.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid62.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Getting Started</strong>, <strong>System Center 2012 &#8211; Operations Manager Upgrade</strong> page, review the features that will be upgraded. In this case, it is Operations Manager 2007 R2 Reporting. Click <strong>Next</strong>.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid63.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Select installation location</strong> page, accept the default value of <strong>C:\Program Files\System Center 2012\Operations Manager</strong>, or type in a new location or browse to one. Then click <strong>Next</strong>.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid64.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Prerequisites</strong> page, review and address any warnings or errors that the Prerequisites checker returns, and then click <strong>Verify Prerequisites Again</strong> to recheck the system.         <br /></span></li>
<li><span style="font-size: 10pt; color: black">If the Prerequisites checker does not return any warnings or errors, the <strong>Prerequisites</strong>, <strong>Proceed with Setup</strong> page appears. Click <strong>Next</strong>.</span><span style="font-size: 12pt; font-family: times new roman">        <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid65.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">On the <strong>Ready to Upgrade</strong> page, review the options, and then click <strong>Upgrade</strong>.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid66.png" /></p>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid67.png" /></p>
<ol>
<li><span style="font-size: 10pt; color: black">When upgrade is finished, the <strong>Upgrade complete</strong> page appears. Click <strong>Close</strong>.         <br /></span></li>
</ol>
<p style="text-align: center"><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid68.png" /></p>
<h1>Run SQL Query on each Management Group    <br /></h1>
<p><span style="font-size: 10pt; font-family: segoe ui; color: black">Run the following SQL query on the Operational database in each management group to clean up the Localizedtext table and the Publishmessage table.</span></p>
<p><span style="font-size: 10pt; font-family: segoe ui; color: black"></span>
<pre class="brush: sql; auto-links: true; collapse: false; first-line: 1; gutter: true; html-script: false; light: false; ruler: false; smart-tabs: true; tab-size: 4; toolbar: true;">-- Create a temporary table to quickly find a PublisherId when you know the MessageId.
BEGIN TRY
CREATE TABLE #PublisherMessageReverseIndex(MessageStringId UNIQUEIDENTIFIER,
   MessageId INT)
CREATE CLUSTERED INDEX #PublisherMessageReverseIndex_CI ON #PublisherMessageReverseIndex(MessageStringId)
INSERT INTO #PublisherMessageReverseIndex (MessageStringId, MessageId)
SELECT MessageStringId, MessageId
FROM dbo.PublisherMessages

-- Create a temporary table of message lengths, message IDs, and message hashes with the
-- MessageStringId to quickly determine whether a message is duplicated. Index the table. 

CREATE TABLE #LTHashStrings (MessageStringId UNIQUEIDENTIFIER,
 LTValueLen INT,
 LTValueHash VARBINARY(32),
 MessageId INT NULL)
CREATE CLUSTERED INDEX #LTHashStrings_CI ON #LTHashStrings(MessageStringId)
CREATE NONCLUSTERED INDEX #LTHashStrings_NCI1 ON #LTHashStrings(LTValueLen, MessageId, LTValueHash)

-- Create a temporary table for the orphaned PublisherStrings that you find. Orphaned PublisherStrings
-- are rows in PublisherMessages whose corresponding events have already been groomed. They still
-- have corresponding rows in LocalizedText.  Do not add rows for PublisherMessages; they are not
-- for duplicated messages.

CREATE TABLE #OrphanedPublisherStrings (PublisherId UNIQUEIDENTIFIER,
MessageStringId UNIQUEIDENTIFIER)
CREATE CLUSTERED INDEX #OrphanedPublisherStrings_CI ON #OrphanedPublisherStrings(MessageStringId)

-- Create a temporary table so that you can determine whether a PublisherMessages row still
-- has a corresponding event. These events do not have an index on the PublisherId, so do
-- not query the EventAllView. If a PublisherId occurs multiple times in the event tables,
-- it is only needed one time in the temp table; therefore, the unique clustered index
-- must contain IGNORE_DUP_KEY. This keeps the temporary table relatively small and saves
-- time when you want to see the orphaned PublisherMessages.

CREATE TABLE #EventAllPublishers (PublisherId UNIQUEIDENTIFIER)
CREATE UNIQUE CLUSTERED INDEX #EventAllPublishers_CI ON #EventAllPublishers (PublisherId)
WITH (IGNORE_DUP_KEY = ON)

-- Populate the temporary table by scanning EventAllView one time.
INSERT INTO #EventAllPublishers(PublisherId)
SELECT PublisherId
FROM EventAllView

-- Populate the first temporary table to determine which messages are duplicated.
INSERT INTO #LTHashStrings (MessageStringId, LTValueLen, LTValueHash, MessageId)
SELECT LTStringId, len(LTValue), HashBytes('SHA1', LTValue), MessageId
FROM dbo.LocalizedText LT
JOIN #PublisherMessageReverseIndex PM ON PM.MessageStringId = LTStringId

-- Create the second table to determine which messages are duplicated.
CREATE TABLE #LTCountByMessage( LTValueLen INT,
MessageId INT,
LTValueHash VARBINARY(32),
MsgCount INT)
CREATE CLUSTERED INDEX #LTCountByMessage_CI ON #LTCountByMessage(LTValueLen, MessageId, LTValueHash)

-- Populate second message for duplicate message detection by scanning the INDEX of
-- the first one and by doing a grouped count.
INSERT INTO #LTCountByMessage (LTValueLen, MessageId, LTValueHash, MsgCount)
SELECT LTValueLen, MessageId, LTValueHash, COUNT(1)
FROM #LTHashStrings
GROUP BY LTValueLen, MessageId, LTValueHash

-- You are now set up to detect both orphaned PublisherStrings and duplicated messages
-- by joining to our relatively small (and correctly indexed) temporary tables.
-- Determine the OrphanedPublisherStrings that have duplicate messages.
INSERT INTO #OrphanedPublisherStrings (PublisherId, MessageStringId)
SELECT PM.PublisherId, PM.MessageStringId
FROM dbo.PublisherMessages PM
JOIN #LTHashStrings LTS ON (LTS.MessageStringId = PM.MessageStringId AND LTS.MessageId = PM.MessageId)
JOIN #LTCountByMessage LTC ON (LTC.LTValueLen = LTS.LTValueLen AND
LTC.MessageId = LTS.MessageId AND LTC.LTValueHash = LTS.LTValueHash)
WHERE PM.PublisherId NOT IN (SELECT PublisherId FROM #EventAllPublishers) AND
LTC.MsgCount &gt; 1

-- Deleting all the OrphanedPublisherStrings and all the corresponding LocalizedText rows
-- at one time may be too large for the transaction log to handle.  Create a numbered
-- or ordered table so that you can delete them in relatively small batches and not
-- overtax the transaction log.
CREATE TABLE #NumberOrphanPublisherStrings(OrphanNum INT IDENTITY,
   PublisherId UNIQUEIDENTIFIER,
   MessageStringId UNIQUEIDENTIFIER)
CREATE CLUSTERED INDEX #NumberOrphanPublisherStrings_CI on #NumberOrphanPublisherStrings(OrphanNum)

-- Populate the numbered table.
INSERT INTO #NumberOrphanPublisherStrings (PublisherId, MessageStringId)
SELECT PublisherId, MessageStringId FROM #OrphanedPublisherStrings
END TRY
BEGIN CATCH
GOTO Error
END CATCH

-- Set up variables so that you can delete the orphaned rows.
-- If the transaction log fills up, try to reduce the @OrphanIncrement value,
-- which controls the number of rows that are delete at the same time.
DECLARE @OrphanNum INT
DECLARE @OrphanIncrement INT
DECLARE @OrphanLimit INT
SET @OrphanNum = 0
SET @OrphanIncrement = 10000
SELECT @OrphanLimit = MAX(OrphanNum) FROM #NumberOrphanPublisherStrings
BEGIN TRY
WHILE @OrphanNum &lt; @OrphanLimit
BEGIN
DELETE dbo.LocalizedText FROM
#NumberOrphanPublisherStrings OPS JOIN dbo.LocalizedText LT
ON LT.LTStringId = OPS.MessageStringId
WHERE OPS.OrphanNum &gt;= @OrphanNum AND OPS.OrphanNum &lt; @OrphanNum + @OrphanIncrement
DELETE dbo.PublisherMessages FROM
#NumberOrphanPublisherStrings OPS JOIN dbo.PublisherMessages PM
ON PM.PublisherId = OPS.PublisherId
WHERE OPS.OrphanNum &gt;= @OrphanNum AND OPS.OrphanNum &lt; @OrphanNum + @OrphanIncrement
SET @OrphanNum = @OrphanNum + @OrphanIncrement
END
END TRY
BEGIN CATCH
GOTO Error
END CATCH

Error:
IF @@ERROR &lt;&gt; 0
   SELECT
        ERROR_NUMBER() AS ErrorNumber,
        ERROR_MESSAGE() AS ErrorMessage;

-- Try to drop all the temporary tables
BEGIN TRY
IF EXISTS (SELECT 1 FROM tempdb.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '#PublisherMessage%')
DROP TABLE #PublisherMessageReverseIndex
IF EXISTS (SELECT 1 FROM tempdb.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '#OrphanedPublisherStrings%')
DROP TABLE #OrphanedPublisherStrings
IF EXISTS (SELECT 1 FROM tempdb.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '#LTHashStrings%')
DROP TABLE #LTHashStrings
IF EXISTS (SELECT 1 FROM tempdb.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '#EventAllPublishers%')
DROP TABLE #EventAllPublishers
IF EXISTS (SELECT 1 FROM tempdb.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '#LTCountByMessage%')
DROP TABLE #LTCountByMessage
IF EXISTS (SELECT 1 FROM tempdb.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '#NumberOrphanPublisherStrings%')
DROP TABLE #NumberOrphanPublisherStrings
END TRY
BEGIN CATCH
   SELECT
        ERROR_NUMBER() AS ErrorNumber,
        ERROR_MESSAGE() AS ErrorMessage;
END CATCH</pre>
</p>
<p><img alt="" src="http://scug.be/christopher/files/2012/10/102312_0938_Upgradeguid69.png" /></p>
<h1>Assign UNIX/Linux Agents to a Resource Pool<br />
  <br /></h1>
<p><span style="font-size: 10pt; color: black">After completing the upgrade, UNIX/Linux agents must be assigned to a resource pool to enable highly-available monitoring and agent administration. For more information on creating resource pools, see <a href="http://technet.microsoft.com/en-us/library/hh230706"><span style="color: #960bb4">How to Create a Resource Pool</span></a>. </p>
<p></span></p>
<ol>
<li><span style="font-size: 10pt; color: black">Open the Operations console by using an account that is a member of the Operations Manager Administrators role for the <strong>om12short</strong> management group.
<p></span></li>
<li><span style="font-size: 10pt; color: black">In the Operations console, in the navigation pane, click the <strong>Administration</strong> button.
<p></span></li>
<li><span style="font-size: 10pt; color: black">In the <strong>Administration</strong> pane, under <strong>Device Management</strong>, click <strong>UNIX/Linux Computers</strong>.
<p></span></li>
<li><span style="font-size: 10pt; color: black">Select the UNIX/Linux computers to assign to a resource pool, and in the <strong>Actions</strong> pane, click <strong>Change Resource Pool</strong>.
<p></span></li>
<li><span style="font-size: 10pt; color: black">Complete the <strong>Change Resource Pool</strong> wizard to assign the computers to the selected resource pool.
<p></span></li>
</ol>
<h1>UR3 installation<br />
  <br /></h1>
<p>The update rollup 3 is available for Operations Manager 2012: <a href="http://support.microsoft.com/kb/2756127">http://support.microsoft.com/kb/2756127</a></p>
<p><span style="color: #333333"><span style="background-color: white">We recommend that you install the update rollup package in the following order. </span></p>
<p></span></p>
<ul>
<li><span style="font-size: 10pt; color: #333333">Install the update rollup package on the following server infrastructure:<br />
      <br /></span></li>
<li><span style="font-size: 10pt; color: #333333">Management server or servers<br />
      <br /></span></li>
<li><span style="font-size: 10pt; color: #333333">Gateway servers<br />
      <br /></span></li>
<li><span style="font-size: 10pt; color: #333333">Reporting servers<br />
      <br /></span></li>
<li><span style="font-size: 10pt; color: #333333">Web console server role computers<br />
      <br /></span></li>
<li><span style="font-size: 10pt; color: #333333">Operations console role computers<br />
      <br /></span></li>
<li><span style="font-size: 10pt; color: #333333">Manually import the management packs. (<span style="color: yellow"><span style="background-color: #141414"><em>C:\Program Files\System Center 2012\Operations Manager\Server\Management Packs for Update Rollups</em></span><span style="color: #333333">)<br />
          <br /></span></span></span></li>
<li><span style="font-size: 10pt; color: #333333">Apply the agent update to manually installed agents, or push the installation from the Pending view in the Operations console.<br />
      <br /></span></li>
</ul>
<p>For an SCOM 2012 Installation in English, please refer to the filename and GUID available in the table below:</p>
<div>
<table style="border-collapse: collapse" border="0">
<colgroup>
<col style="width: 117px" />
<col style="width: 129px" />
<col style="width: 76px" />
<col style="width: 318px" /></colgroup>
<tbody valign="top">
<tr style="height: 14px">
<td style="border-top: 1pt solid; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; border-left: 1pt solid; padding-right: 7px">
<p>T<span style="color: #1f497d"><strong>Component</strong></span></p>
</td>
<td style="border-left-style: none; border-top: 1pt solid; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d"><strong>Architecture</strong></span></p>
</td>
<td style="border-left-style: none; border-top: 1pt solid; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d"><strong>Language </strong></span></p>
</td>
<td style="border-left-style: none; border-top: 1pt solid; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d"><strong>Appended GUID</strong></span></p>
</td>
</tr>
<tr style="height: 17px">
<td style="border-top-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; border-left: 1pt solid; padding-right: 7px">
<p><span style="color: #1f497d">Console&#160; <br /></span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">amd 64 </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">English&#160; </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">755b85ba494fa5c83ca31cf40d38be5d6d0551ef</span></p>
</td>
</tr>
<tr style="height: 15px">
<td style="border-top-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; border-left: 1pt solid; padding-right: 7px">
<p><span style="color: #1f497d">Consol</span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">x86&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">English&#160; </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">74b1593272d3c45ca7a98b2a3e0d8dc2c3f795d6</span></p>
</td>
</tr>
<tr style="height: 14px">
<td style="border-top-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; border-left: 1pt solid; padding-right: 7px">
<p><span style="color: #1f497d">Reporting</span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">amd 64 </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">English&#160; </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">8043cc39d79514d1e633b645063100c136cf1f92</span></p>
</td>
</tr>
<tr style="height: 14px">
<td style="border-top-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; border-left: 1pt solid; padding-right: 7px">
<p><span style="color: #1f497d">Web Console</span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">amd 64 </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">English&#160; </span></p>
</td>
<td style="border-top-style: none; border-left-style: none; border-right: 1pt solid; border-bottom: 1pt solid; padding-left: 7px; padding-right: 7px">
<p><span style="color: #1f497d">2ef77d6ea1080b83c10351001dc13bf7e6977b7a</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p><span style="font-size: 10pt; font-family: segoe ui; color: #333333"><br />
    <br /><span style="background-color: white">To manually install the update rollup packages, run the following command from an elevated command prompt:<strong><br />
        <br /></strong></span></span></p>
<p><span style="font-size: 10pt; font-family: segoe ui; color: #333333; background-color: white"><strong>msiexec.exe /update &lt;<em>PackageName</em>&gt; </p>
<p></strong></span></p>
<p><span style="font-size: 10pt; font-family: segoe ui; color: #333333"><span style="background-color: white">For example, to install Update Rollup 3 for System Center Operations Manager 2012 (KB2750631), run the following command:<br />
      <br /></span></p>
<p><span style="background-color: white"><strong>msiexec.exe /update KB2750631-AMD64-Server.msp</strong></span></span></p>
<h1>Conclusion </h1>
<p>And voilà <span style="font-family: wingdings">J</span> your environment is upgrade to SCOM 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/10/23/upgrade-guide-from-scom-2007-to-scom-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>System Center 2012 Update Rollup 3 : Which files must I install ?</title>
		<link>http://www.vnext.be/2012/10/17/system-center-2012-update-rollup-3-which-files-must-i-install/</link>
		<comments>http://www.vnext.be/2012/10/17/system-center-2012-update-rollup-3-which-files-must-i-install/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 07:38:31 +0000</pubDate>
		<dc:creator>Christopher Keyaert</dc:creator>
				<category><![CDATA[Laura]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[Rollup]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://scug.be/christopher/?p=1105</guid>
		<description><![CDATA[Hi Guys, As you probably noticed, Microsoft released some days ago, the System Center 2012 Update Rollup 3. This UR3 contains fixes for : Data Protection Manager 2012 Operations Manager 2012 Service Manager 2012. All the information are available : http://support.microsoft.com/kb/2756127 To install this UR3 to your existing System Center 2012 environment, you basically have [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>As you probably noticed, Microsoft released some days ago, the System Center 2012 Update Rollup 3. This UR3 contains fixes for :</p>
<ul>
<li>Data Protection Manager 2012</li>
<li>Operations Manager 2012</li>
<li>Service Manager 2012.</li>
</ul>
<p>All the information are available : <a href="http://support.microsoft.com/kb/2756127">http://support.microsoft.com/kb/2756127</a></p>
<p>To install this UR3 to your existing System Center 2012 environment, you basically have 2 choices :</p>
<ul>
<li>Windows update</li>
<li>Manual Download and Manual installation.</li>
</ul>
<p>If you choose the second approach, for example Operations Manager, you will have the following files :</p>
<p>OM Reporting   <br /><a href="http://scug.be/christopher/files/2012/10/clip_image002.jpg"><img title="clip_image002" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image002" src="http://scug.be/christopher/files/2012/10/clip_image002_thumb.jpg" width="466" height="185" /></a></p>
<p>OM WebConsole   <br /><a href="http://scug.be/christopher/files/2012/10/clip_image004.jpg"><img title="clip_image004" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image004" src="http://scug.be/christopher/files/2012/10/clip_image004_thumb.jpg" width="467" height="174" /></a></p>
<p>OM Console   <br /><a href="http://scug.be/christopher/files/2012/10/clip_image006.jpg"><img title="clip_image006" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px 0px 15px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="clip_image006" src="http://scug.be/christopher/files/2012/10/clip_image006_thumb.jpg" width="464" height="355" /></a></p>
<p><font style="background-color: #ffff00">Which files do I have to install in my environment ? What are the differences between these files ?     <br /></font>In fact, each of these files are for each different languages/locales installation. if your Operations Manager 2012 environment is in English, you have to choose the following files :</p>
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="top" width="119">
<p><b>Component</b></p>
</td>
<td valign="top" width="132">
<p><b>Architecture</b></p>
</td>
<td valign="top" width="78">
<p><b>Language </b></p>
</td>
<td valign="top" width="295">
<p><b>Appended GUID</b></p>
</td>
</tr>
<tr>
<td valign="top" width="119">
<p>Console&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
</td>
<td valign="top" width="132">
<p>amd 64 </p>
</td>
<td valign="top" width="78">
<p>English&#160; </p>
</td>
<td valign="top" width="295">
<p>755b85ba494fa5c83ca31cf40d38be5d6d0551ef</p>
</td>
</tr>
<tr>
<td valign="top" width="119">
<p>Console</p>
</td>
<td valign="top" width="132">
<p>x86&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
</td>
<td valign="top" width="78">
<p>English&#160; </p>
</td>
<td valign="top" width="295">
<p>74b1593272d3c45ca7a98b2a3e0d8dc2c3f795d6</p>
</td>
</tr>
<tr>
<td valign="top" width="119">
<p>Reporting</p>
</td>
<td valign="top" width="132">
<p>amd 64 </p>
</td>
<td valign="top" width="78">
<p>English&#160; </p>
</td>
<td valign="top" width="295">
<p>8043cc39d79514d1e633b645063100c136cf1f92</p>
</td>
</tr>
<tr>
<td valign="top" width="119">
<p>Web Console</p>
</td>
<td valign="top" width="132">
<p>amd 64 </p>
</td>
<td valign="top" width="78">
<p>English&#160; </p>
</td>
<td valign="top" width="295">
<p>7d5c0399abd43a9410720a720fc3147828765708</p>
</td>
</tr>
</tbody>
</table>
<p>For the other products and languages, you could wait for Microsoft to update the KB, which must happen really soon (<a href="http://support.microsoft.com/kb/2756127">http://support.microsoft.com/kb/2756127</a>) or you could use Microsoft Update which will download automatically the right files.</p>
<p>I would like to thank you Laura Cruz from Microsoft to clarify the situation.</p>
<p>Cheers   <br />Christopher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/10/17/system-center-2012-update-rollup-3-which-files-must-i-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
