<?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, 23 Feb 2012 16:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SharePoint 2010 MP : how to automate the SharePointMP.Config configuration</title>
		<link>http://www.vnext.be/2012/02/23/sharepoint-2010-mp-how-to-automate-the-sharepointmp-config-configuration/</link>
		<comments>http://www.vnext.be/2012/02/23/sharepoint-2010-mp-how-to-automate-the-sharepointmp-config-configuration/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 16:01:06 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[operations manager]]></category>
		<category><![CDATA[opsmgr]]></category>
		<category><![CDATA[Scom]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=58c1750e08a3b6128ef68e2e40c71034</guid>
		<description><![CDATA[Dear all,  If you already installed the SharePoint 2010 management pack for Operations Manager 2007, you know that this management pack requires the some extra configuration with a file named SharePointMP.Config  First, I invite you to take a look to t...]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>  <p>If you already installed the SharePoint 2010 management pack for Operations Manager 2007, you know that this management pack requires the some extra configuration with a file named SharePointMP.Config</p>  <p>First, I invite you to take a look to the following post to help you to understand how the SharePoint 2010 management pack works :</p>  <p><a href="http://blogs.technet.com/b/berryst/archive/2011/03/25/configuring-scom-r2-management-pack-for-sharepoint-2010-foundation-monitoring.aspx">http://blogs.technet.com/b/berryst/archive/2011/03/25/configuring-scom-r2-management-pack-for-sharepoint-2010-foundation-monitoring.aspx</a></p>  <p>In fact, It’s quite simple, each time that a server is added to a SharePoint farm, it has to be added to the SharePointMP.Config XML file, like the example below :<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7D16A737.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0DAEA226.png" width="513" height="44" /></a></p>  <p>and to complete the configuration, the Operations Manager task “Configure SharePoint Management Pack” must be also started from the Operations Manager Console.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6D276273.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_652FC011.png" width="289" height="59" /></a></p>  <p>Unfortunately, these both actions have to be done manually and each time that a SharePoint server is added to a SharePoint farm…. not really nice…. So let’s try to automate that with PowerShell <img style="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/wlEmoticon_2D00_smile_5F00_7295D317.png" /></p>  <p>First part of the Script, we define the variables :   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_0AB93D73.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5BF384D0.png" width="517" height="209" /></a></p>  <p>The script connects to each Central Admin SharePoint server that you defined in the variables, to retrieve the complete servers list of each SharePoint farms.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_01E93527.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_07C3D8C0.png" width="515" height="223" /></a></p>  <p>The script is now building the SharePointMP.Config XML file and will copy it to the %ProgramFiles%\System Center Management Packs\ folder on the RMS.<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_601D5C95.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_53AF396C.png" width="519" height="148" /></a></p>  <p>Last step is to start the “Configure SharePoint Management Pack” task in Operations Manager, like you could do it in the Operations Console.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3327F9BA.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3D0CEB25.png" width="519" height="216" /></a></p>  <p>The following script has some requirements about the service account that it will use to run :</p>        <ul>   <li>local admin on all SP2010 Front End and Application servers</li>    <li>local admin on all SQL boxes that host SharePoint 2010 Databases</li>    <li>local admin on Operations Manager Root Management server</li>    <li>Operations Manager Administrator</li>    <li>dbo for the actual SharePoint databases</li>    <li>full farm admin rights within SharePoint 2010</li> </ul>  <p>Normally, most of this requirements are already meet with the installation of the SharePoint management pack itself.</p>  <p>The script is limited to the use of the default “SharePoint Discovery/Monitoring Account” Operations Manager Run As Account.</p>  <p>To summary, you have to run this script, on the RMS, every time that you added a server into a SharePoint Farm. Tips : Create a schedule task and run it once per day…. no more manual action to do.</p>  <p>Let’s try to run the script manually :   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_0389DB2E.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_512607AE.png" width="512" height="180" /></a></p>  <p>The xml file is built :   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_622A3591.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_68DD3F14.png" width="515" height="42" /></a></p>  <p>The task successfully ran:   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_27CEBFB0.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_46A5338E.png" width="514" height="480" /></a></p>  <p>The SharePoint 2010 management pack configuration is now completed and fully automated.</p>  <p>The complete script is available here : <a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher.Download/SharePointMPConfigScript.zip">DOWNLOAD</a>    <br />Use it at your own risk, feel free to modify it and distribute it.</p>  <p>Regards    <br />Christopher Keyaert</p>  <p><a href="https://mvp.support.microsoft.com/profile=802CF8CA-9120-43BB-A5F1-4ECEAE93BB2B"><img title="clip_image001" border="0" alt="clip_image001" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image001_5F00_03CC4046.jpg" width="38" height="38" /></a> <a href="http://scug.be/blogs/christopher"><img title="clip_image002" border="0" alt="clip_image002" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image002_5F00_66E31B70.png" width="36" height="36" /></a> <a href="http://twitter.com/keyaertc"><img title="clip_image004" border="0" alt="clip_image004" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image004_5F00_21CA4E3A.jpg" width="38" height="38" /></a> <a href="http://be.linkedin.com/in/christopherkeyaert"><img title="clip_image005" border="0" alt="clip_image005" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image005_5F00_01430E88.png" width="36" height="36" /></a> <a href="mailto:christopher@vnext.be"><img title="clip_image007" border="0" alt="clip_image007" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image007_5F00_60BBCED5.jpg" width="38" height="38" /></a> <a href="http://scug.be/blogs/christopher/rss.aspx"><img title="clip_image008" border="0" alt="clip_image008" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image008_5F00_23B79D43.png" width="36" height="36" /></a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14496" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/02/23/sharepoint-2010-mp-how-to-automate-the-sharepointmp-config-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prepare your environment to Operations Manager 2012 – Part III Moving the RMS role</title>
		<link>http://www.vnext.be/2012/02/17/prepare-your-environment-to-operations-manager-2012-part-iii-moving-the-rms-role/</link>
		<comments>http://www.vnext.be/2012/02/17/prepare-your-environment-to-operations-manager-2012-part-iii-moving-the-rms-role/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 15:48:19 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[operations manager]]></category>
		<category><![CDATA[opsmgr]]></category>
		<category><![CDATA[Scom]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=09a23ae1afce1d1283d1849787de847d</guid>
		<description><![CDATA[Hi All,  To continue the serie about “Prepare your environment to Operations Manager 2012”, we have now to move the RMS role to a Windows Server 2008 R2 server and remove the Windows Server 2003 server.  Pre-requisites  Resources  I invite you firs...]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>  <p>To continue the serie about “Prepare your environment to Operations Manager 2012”, we have now to move the RMS role to a Windows Server 2008 R2 server and remove the Windows Server 2003 server.</p>  <h5>Pre-requisites</h5>  <h5>Resources</h5>  <p>I invite you first to read my previous post :   <br /> <a href="http://scug.be/blogs/christopher/archive/2012/01/14/prepare-your-environment-to-operations-manager-2012-part-i-actions-plan.aspx">Prepare your environment to Operations Manager 2012 – Part I Actions Plan</a>    <br /><a href="http://scug.be/blogs/christopher/archive/2012/01/18/prepare-your-environment-to-operations-manager-2012-part-ii-updating-the-sql-server.aspx">Prepare your environment to Operations Manager 2012 – Part II Updating the SQL Server</a></p>  <h3>Adding a new management server</h3>  <p>The really first step is to add our brand new Windows Server 2008 R2 server as a management server in our existing Operations Manager Management Group. As this is a quite regular process, I will skip some screens.</p>  <p>First step, we have to install the .Net Framework 3.5.1.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_755619C6.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_61C8BA25.png" width="496" height="98" /></a></p>  <p>Don’t forget to add your service accounts as Local Administrator of this new server.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_276D4444.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_38DDA51C.png" width="316" height="138" /></a></p>  <p>Let’s starting the installation of this new management server.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_57B418FA.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_4426B959.png" width="432" height="329" /></a></p>  <p>We only have to install the Manager Server and the User Interfaces.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_297A1D40.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_68D7D0D0.png" width="430" height="329" /></a></p>  <p>We have to specify our DB server (the new one, running SQL Server 2008 R2 SP1).   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5954BF01.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7F4A6F57.png" width="432" height="327" /></a></p>  <p>Specify the Action Account for this management server.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_69145405.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_2F251119.png" width="431" height="324" /></a></p>  <p>Specify now the SDK and Config Service Account.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_349381BD.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5A1CFF1E.png" width="438" height="333" /></a></p>  <p>We are new ready for the installation.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_37E4F398.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_26B115F5.png" width="446" height="336" /></a></p>  <p>Installation done.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3ACA327E.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_32665D27.png" width="455" height="344" /></a></p>  <p>Don’t forget to apply the Cumulative Update 5 to this new management server.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_292A21E6.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_39C21CD4.png" width="461" height="360" /></a></p>  <p>CU5 Installed on our new management server.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6024001F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_66D709A2.png" width="465" height="65" /></a></p>  <p>if we take a look in the console, we could see that our new management server is working well.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3EC45A83.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5D2E9B6C.png" width="571" height="87" /></a></p>  <p>&#160;</p>  <h3>Moving the RMS role</h3>  <p>As our final goal is to remove the Windows Server 2003 server, we have to promote as RMS our new installed management server.</p>  <h5>Pre-requisites</h5>  <ul>   <li>Make sure that you have a backup of the databases and all servers.     <br /></li>    <li>Backup the Key from the RMS by using SecureStorageBackup.exe and copy it to the MS that you want to promote.     <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_637571FA.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5BEA028D.png" width="526" height="95" /></a>      <br /></li>    <li>Be sure to have all the services accounts passwords available.     <br /></li>    <li>Be sure that no agent, no Linux servers, no website, no network devices that are currently monitored by the RMS.     <br /></li>    <li>Run the command prompt as Administrator</li> </ul>                        <h5>To promote a management server to a root management server role</h5>  <ul>   <li>On the management server that you want to promote, copy the ManagementServerConfigTool.exe tool from the SupportTools folder of the installation media to the installation folder (by default, C:\Program Files\System Center Operations Manager 2007), called installdir in this example.     <br /></li>    <li>Open a command prompt window using the Run as Administrator option, and then change the folder to the installdir folder.     <br /></li>    <li>Type the following command:     <br />SecureStorageBackup.exe Restore &lt; filename &gt;      <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_30393891.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0F45C5EA.png" width="518" height="79" /></a>      <br /></li>    <li>Provide the password as required.     <br /></li>    <li>On the management server, open a command prompt window using the Run as Administrator option, and then type the following command:     <br />ManagementServerConfigTool.exe PromoteRMS      <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_12E3E0C7.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_314E21B0.png" width="516" height="354" /></a></li> </ul>  <h5>To configure the reporting server with the name of the new root management server</h5>  <ul>   <li>Log on to the reporting server.     <br /></li>    <li>Navigate to the installation folder of Reporting Services for example, C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer&#160; <br /></li>    <li>Open the rsreportserver.config file in Notepad, and locate the two instances of &lt;ServerName&gt;ServerName&lt;/ServerName&gt;, where ServerName is the name of the original root management server. Change ServerName to be the name of the new root management server.     <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_0458BED5.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_434A3F70.png" width="398" height="73" /></a>      <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2256CCC9.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_686789DC.png" width="395" height="89" /></a>      <br /></li>    <li>Save the file, and then close Notepad.     <br /></li>    <li>Open the registry and locate the key HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft Operations Manager\3.0\Reporting.     <br /></li>    <li>Change the DefaultSDKServiceMachine value to be the name of the new root management server.</li> </ul>  <p>If we start the console, connect it to the new RMS, we could see that the RMS role has been well moved.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2BCF8B3F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_1122EF26.png" width="534" height="84" /></a></p>  <h3>Removing the Windows 2003 Server</h3>            <p>As we now have our brand new RMS running on Windows Server 2008 R2, the last thing that we have to do is to uninstall Operations Manager 2007 R2 from the Windows Server 2003 server.</p>  <p>Go to the Windows Server 2003, Control Panel, Add/Remove Programs and remove Operations Manager 2007.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_447EB282.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_699BFCEE.png" width="532" height="228" /></a></p>  <p>The last step is to remove the server from the Operations Manager Console, right click on it and chose delete.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_1ABB378F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_2748E4AB.png" width="460" height="164" /></a></p>  <p>Click on YES.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_50DCAFDE.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6893E744.png" width="420" height="165" /></a></p>  <p>Our Operations Manager Group is finally compliant for the upgrade to Operations Manager 2012. I will cover this process step by step into a next post.</p>  <p>Don’t hesitate to contact me if you have any question.</p>  <p>Regards   <br />Christopher Keyaert</p>  <p><a href="https://mvp.support.microsoft.com/profile=802CF8CA-9120-43BB-A5F1-4ECEAE93BB2B"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image001" border="0" alt="clip_image001" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image001_5F00_03CC4046.jpg" width="38" height="38" /></a> <a href="http://scug.be/blogs/christopher"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image002_5F00_66E31B70.png" width="36" height="36" /></a> <a href="http://twitter.com/keyaertc"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image004" border="0" alt="clip_image004" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image004_5F00_21CA4E3A.jpg" width="38" height="38" /></a> <a href="http://be.linkedin.com/in/christopherkeyaert"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image005" border="0" alt="clip_image005" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image005_5F00_01430E88.png" width="36" height="36" /></a> <a href="mailto:christopher@vnext.be"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image007" border="0" alt="clip_image007" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image007_5F00_60BBCED5.jpg" width="38" height="38" /></a> <a href="http://scug.be/blogs/christopher/rss.aspx"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image008" border="0" alt="clip_image008" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/clip_5F00_image008_5F00_23B79D43.png" width="36" height="36" /></a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14473" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/02/17/prepare-your-environment-to-operations-manager-2012-part-iii-moving-the-rms-role/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prepare your environment to Operations Manager 2012 – Part II Updating the SQL Server</title>
		<link>http://www.vnext.be/2012/01/18/prepare-your-environment-to-operations-manager-2012-part-ii-updating-the-sql-server/</link>
		<comments>http://www.vnext.be/2012/01/18/prepare-your-environment-to-operations-manager-2012-part-ii-updating-the-sql-server/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 14:29:46 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[operations manager]]></category>
		<category><![CDATA[pre requisites]]></category>
		<category><![CDATA[Scom]]></category>
		<category><![CDATA[scom 2007]]></category>
		<category><![CDATA[server backup]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=96d7fa292e1ca93da217f3db33dfcc5f</guid>
		<description><![CDATA[Hi All,  As promise, the second part of this series will show you to how to update your Operations Manager 2007 R2 infrastructure from SQL Server 2005 to SQL Server 2008 R2 SP1.  Pre-requisites  Resources  I invite you first to read my previous post : ...]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>  <p>As promise, the second part of this series will show you to how to update your Operations Manager 2007 R2 infrastructure from SQL Server 2005 to SQL Server 2008 R2 SP1.</p>  <h4>Pre-requisites</h4>  <h5>Resources</h5>  <p>I invite you first to read my previous post : <a href="http://scug.be/blogs/christopher/archive/2012/01/14/prepare-your-environment-to-operations-manager-2012-part-i-actions-plan.aspx">Prepare your environment to Operations Manager 2012 – Part I Actions Plan</a></p>  <p>Marnix Wolf, an Operations Manager MVP, already posted a series about the same subject, and I really advise you to read it :</p>  <h5><a href="http://thoughtsonopsmgr.blogspot.com/2011/11/preparing-for-migrating-to-om12-moving.html"><font style="font-weight:normal;">Preparing for migrating to OM12: Moving from SQL 2005 to SQL 2008 – Part I: Along came a theory</font></a>     <br /><a href="http://thoughtsonopsmgr.blogspot.com/2011/11/preparing-for-migrating-to-om12-moving_23.html"><font style="font-weight:normal;">Preparing for migrating to OM12: Moving from SQL 2005 to SQL 2008 – Part II: Phase I – The Preparations</font></a>     <br /><a href="http://thoughtsonopsmgr.blogspot.com/2011/12/preparing-for-migrating-to-om12-moving.html"><font style="font-weight:normal;">Preparing for migrating to OM12: Moving from SQL 2005 to SQL 2008 – Part III: Phase II – The Migration</font></a></h5>  <p>&#160;</p>  <h5>Infrastructure</h5>  <p>Below, the pre-requisites from a infrastructure point of view :</p>  <ul>   <li>Your current SCOM 2007 R2 Infrastructure must be at least Cumulative Update 4 (CU4) Level, but my personal advice it’s to update it first to the last Cumulative Update, the CU5. </li>    <li>A brand new server running Windows Server 2008 R2 SP1. </li>    <li>.Net Framework 3.5.1 role installed. </li>    <li>Microsoft SQL Server R2 2008 source +&#160; SP1 Package. </li>    <li>Add you SQL Service Account to the local administrator group of the new server. </li>    <li>Backup all your SCOM 2007 R2 Infrastructure. </li> </ul>  <h4>SQL Server 2008 R2 installation</h4>  <p>let’s starting    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7CC89112.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3C2644A3.png" width="327" height="82" /></a></p>  <p>We’re starting a new SQL installation<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3BBA11AE.png">      <br /><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5449AEFE.png" width="453" height="68" /></a></p>  <p>Select SQL Server Feature Installation<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_21E5DB7F.png">      <br /><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_4F66FB42.png" width="481" height="360" /></a></p>  <p>Check at least the check boxes below    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6DD13C2B.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_656D66D4.png" width="484" height="364" /></a></p>  <p>Just click on next.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6FBE8B34.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_43A18E43.png" width="488" height="365" /></a></p>  <p>Use the default instance, or create a new one, depending of your environment.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2D6B72F1.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0C0BCD55.png" width="489" height="368" /></a></p>  <p>Review the information and click on next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_586360F6.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_050C1AD0.png" width="492" height="368" /></a></p>  <p>Configure your Run As Account for the SQL Server.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_43FD9B6B.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_229DF5CF.png" width="493" height="371" /></a></p>  <p>In the Collation Tab, select <font style="background-color:#ffff00;">SQL_Latin1_General_CP1_CI_AS</font> and click next.     <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_1B128662.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6BE09ACA.png" width="494" height="372" /></a></p>  <p>Specify the SQL Admins for your new SQL Server.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_0A4ADBB4.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_1DF7C548.png" width="495" height="373" /></a></p>  <p>Select Install the Native Mode Default Configuration and click Next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_00A26D7E.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_144F5712.png" width="495" height="372" /></a></p>  <p>Just review the information and click on Next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3DE32245.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_38943B94.png" width="496" height="373" /></a></p>  <p>Just review the information and click on Next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3B59F087.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_2EEBCD5E.png" width="499" height="373" /></a></p>  <p>Just review the information and click on Install.<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7490577C.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5E5A3C2A.png" width="499" height="375" /></a></p>  <p>Installation is in progress.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_31D10C44.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_42690732.png" width="498" height="377" /></a></p>  <p>Installation Completed Successfully.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_01C6BAC3.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6E395B21.png" width="498" height="374" /></a></p>  <p>It’s now time to install the SP1, run the SQLServer2008R2SP1-KB2528583-x64-ENU.exe that you have previously downloaded on Microsoft Website.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_30C8F69A.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3DC2D6AB.png" width="422" height="107" /></a></p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2F182AC6.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_1543F497.png" width="500" height="376" /></a></p>  <p>Accept the license terms and click next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5AE87EB5.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3988D919.png" width="503" height="380" /></a></p>  <p>Review the information and click on next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_06B8D2A5.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_109DC410.png" width="503" height="379" /></a></p>  <p>Review the information and click on next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_4B18C3E4.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5491825A.png" width="505" height="379" /></a></p>  <p>Review the information and click on update.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7A8732B0.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_728F904E.png" width="505" height="380" /></a></p>  <p>Update is in progress.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_78D666DC.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7791CDFD.png" width="506" height="380" /></a></p>  <p>SP1 has been successfully installed.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_49384850.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_15FC0EE7.png" width="511" height="384" /></a></p>  <p>&#160;</p>  <h4>Report Server Uninstallation</h4>  <p>Go to your current SCOM reporting Server, Add and Remove Programs menu and uninstall the System Center Operations Manager 2007 R2 Reporting Server.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_0D983990.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_2627D6E0.png" width="502" height="364" /></a></p>  <p>Uninstallation in progress.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_59EFCD31.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0051B07D.png" width="301" height="119" /></a></p>  <p>&#160;</p>  <h4>SQL Server 2005 : Backup the DBs</h4>  <p>Go on your SQL Server 2005, start the SQL Management Studio, select OperationsManagerDB, Tasks, Backup.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_785A0E1A.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_57D2CE68.png" width="458" height="373" /></a></p>  <p>Select the backup location for your Operations DB.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_56220294.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5C68D922.png" width="454" height="407" /></a></p>  <p>In the options, check Verify backup when finished and click on OK.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5F2E8E15.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_19A98DEA.png" width="457" height="413" /></a></p>  <p>The backup of the Operations Manager DB completed successfully.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_78B61B42.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6A0B6F5D.png" width="464" height="96" /></a></p>  <p>Do exactly the same operations than above for the Data Warehouse DB.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_4264F333.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_015673CF.png" width="472" height="96" /></a></p>  <p>We’ve got now, two DB Backup files.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_795ED16C.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5F8A9B3D.png" width="470" height="35" /></a></p>  <p>&#160;</p>  <h4>SQL Server 2008 R2 SP1 : Restoring the DBs</h4>          <p>It’s now time to go on your brand new SQL Server 2008 R2 SP1 server to restore the two databases.</p>  <p>Start the Sql Management Studio and choose Restore Database.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7741D2A3.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_725F1EE7.png" width="446" height="266" /></a></p>  <p>Select restore from Device and add the backup file of your OperationsManager DB and click OK   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_03634CCB.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_1B1A8431.png" width="413" height="384" /></a></p>  <p>Check the Restore box next your DB name.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_0F84C6F2.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_006DE818.png" width="447" height="185" /></a></p>  <p>In the Destination for restore, you are now able to specify the OperationsManager DB.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2DEF07DB.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_780A12C0.png" width="479" height="117" /></a></p>        <p>Review all the information, and click on OK.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_102D7D1C.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6B9BEF97.png" width="479" height="101" /></a></p>  <p>Do exactly the same for the Data Warehouse DB.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_4F1EFDB7.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0A063081.png" width="480" height="101" /></a></p>  <p>Both DBs are now available.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_145754E1.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_1A9E2B6F.png" width="376" height="136" /></a></p>  <p>Now, we have to authorize the SCOM service accounts to connect to these newly restored DBs. For that simply go Sql Management Studio, Security Logins and do a right click, chose new login.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_4BBD660F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_4AE50025.png" width="482" height="432" /></a></p>  <p>In the User Mapping part, we have to copy exactly the same rights that we have on the SQL Server 2005.</p>  <p>On the SQL Server 2005 :   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2A5DC073.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_101D574F.png" width="472" height="421" /></a></p>  <p>Replicate the exact same configuration, for each Maps to the SQL Server 2008 R2 SP1.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_64005A5D.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_69DAFDF6.png" width="473" height="427" /></a></p>  <p>If you are using several account to connect to the different Database, apply the same than what we did above for all your accounts. For my lab environment, I just have a second account.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_21AD421A.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0B7726C8.png" width="476" height="330" /></a></p>  <p>We have to Enable the CLR on the Operations Manager DB on the SQL Server 2008 R2 SP1 server. Just copy past the query below.   <table cellspacing="0" cellpadding="2"><tbody>       <tr>         <td>           <p><font color="#a5a5a5">sp_configure &#39;show advanced options&#39;, 1;</font></p>            <p><font color="#a5a5a5">GO</font></p>            <p><font color="#a5a5a5">RECONFIGURE;</font></p>            <p><font color="#a5a5a5">GO</font></p>            <p><font color="#a5a5a5">sp_configure &#39;clr enabled&#39;, 1;</font></p>            <p><font color="#a5a5a5">GO</font></p>            <p><font color="#a5a5a5">RECONFIGURE;</font></p>            <p><font color="#a5a5a5">GO</font></p>         </td>       </tr>     </tbody></table>    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_26AF7FC9.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_316CD71E.png" width="476" height="171" /></a></p>  <p>Click on Execute and check the result.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_693F1B41.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_366F14CD.png" width="481" height="62" /></a></p>        <p>Now, in the OperationsDB, search for the table dba.MT_ManagementGroup.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_63F03490.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_554588AB.png" width="233" height="121" /></a></p>  <p>Select Edit Top 200 Rows.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5B8C5F39.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_60FACFDD.png" width="466" height="52" /></a></p>  <p><font style="background-color:#ffff00;"></font><font>Change the </font><font style="background-color:#ffff00;">SQLServerName_6B1D1BE8_EBB4_B425_08DC_2385C5930B04</font> value from your SQL Server 2005 server name to the SQL Server 2008 server name.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7192CACB.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7845D44E.png" width="473" height="51" /></a></p>  <p>Go on your OperationsManagerDW Db, select the table dbo.MemberDatabase.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_22B2056C.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_08056953.png" width="214" height="127" /></a></p>  <p>Select Edit Top 200 Rows.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_14FF4964.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7B2B1334.png" width="486" height="60" /></a></p>    <p>Change the <font style="background-color:#ffff00;">ServerName</font> value from your SQL Server 2005 name to the SQL Server 2008 name.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_45B2510F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_52AC3120.png" width="496" height="51" /></a></p>  <p>Enable the SQL Broker, for that, take a look to Alexander&#39;s post : <a href="http://scug.be/blogs/scom/archive/2008/11/22/the-sql-server-service-broker-for-the-current-opsmgr-database-is-not-enabled.aspx">http://scug.be/blogs/scom/archive/2008/11/22/the-sql-server-service-broker-for-the-current-opsmgr-database-is-not-enabled.aspx</a></p>  <p>&#160;</p>  <h4>RMS : Changing the link to the DB server</h4>  <p>We now have to change the SQL server reference on the RMS server to point to the new SQL Server. For that, stop the three System Center Services.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_71EED7F3.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_230E1294.png" width="494" height="57" /></a></p>  <p>Launch the RegEdit and look for the key <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup</strong></p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_1B167032.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_79B6CA95.png" width="512" height="207" /></a></p>  <p>We have to change the <font style="background-color:#ffff00;">DatabaseServerName</font> value to point to our new SQL Server.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_544CD727.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_25871E85.png" width="329" height="142" /></a></p>  <p>Start the 3 Operations Manager Services on the RMS.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6B2BA8A3.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7C2FD686.png" width="483" height="62" /></a></p>      <p>In the Event Logs, you must see these events.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_3B8D8A17.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_286C5D6B.png" width="328" height="362" /></a></p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_79A6A4C8.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_4DF5DACC.png" width="335" height="372" /></a></p>  <p>&#160;</p>  <h4>Last but not least, the reporting server.</h4>  <p>Microsoft released a KB for running Operations Manager 2007 R2 on SQL Server 2008 R2 KB245714. <a href="http://support.microsoft.com/kb/2425714">http://support.microsoft.com/kb/2425714</a></p>    <p>Open Computer Management, in the <strong>Computer Management </strong>MMC snap-in, expand <strong>System Tools</strong>, expand <strong>Local Users and Groups</strong>, and then click <strong>Groups</strong>. </p>  <p>Locate the following group:   <br /><font style="background-color:#ffff00;">SQLServerReportServerUser$&lt;hostname&gt;$MSRS10_50.</font><font style="background-color:#ffff00;">&lt;SQLInstanceName&gt;       <br /></font><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_45920575.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6FFE3692.png" width="449" height="117" /></a>      <br /></p>  <p>Rename the group to the following by removing &quot;_50&quot; from the group name:   <br /><font style="background-color:#ffff00;">SQLServerReportServerUser$&lt;hostname&gt;$MSRS10.</font><font style="background-color:#ffff00;">&lt;SQLInstanceName&gt;</font>      <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_64687953.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_4B007619.png" width="449" height="121" /></a>      <br /></p>  <p>Install System Center Operations Manager 2007 R2 Reporting.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_49BBDD3A.png"><em><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_734FA86D.png" width="440" height="340" /></em></a>    <br />    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_58A30C54.png"><em><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_575E7375.png" width="447" height="338" /></em></a>    <br />    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_275421F4.png"><em><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_1A79CBD6.png" width="450" height="340" /></em></a>    <br />    <br />Select only the Reporting Server Part.    <br /><em><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_46B652BA.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_48376ECE.png" width="459" height="353" /></a></em>    <br />    <br />Specify the name of you RMS server.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7B26FF35.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3A84B2C6.png" width="468" height="356" /></a>    <br />    <br />Specify the name of your new SQL Server.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_00293CE5.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_42B8D85D.png" width="467" height="351" /></a>    <br />    <br />Review the information and click on Next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_4F468579.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_67D622C9.png" width="467" height="353" /></a>    <br />    <br />Click on Next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7F8D5A2F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3A748CF9.png" width="476" height="362" /></a>    <br />    <br />Click on Next.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6B2794A4.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6A4F2EBA.png" width="481" height="364" /></a>    <br />    <br />Click on Install.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5BA482D5.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_48EF891E.png" width="492" height="374" /></a>    <br />    <br />Installation in progress.    <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7A7AF6B3.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_557D363A.png" width="499" height="377" /></a>    <br />    <br />Installation done.<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_187904A8.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7E389B83.png" width="500" height="378" /></a></p>  <p>The Reporting is Back in SCOM Console.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2A752268.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_62B39980.png" width="265" height="138" /></a>    <br />    <br /></p>  <p>After you install System Center Operations Manager 2007 R2 Reporting, rename <font style="background-color:#ffff00;">SQLServerReportServerUser$&lt;hostname&gt;$MSSRS10.&lt;SQLInstanceName&gt;       <br /></font><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_01F64054.png"><em><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_40E7C0EF.png" width="449" height="121" /></em></a>    <br />    <br />back to original name <font style="background-color:#ffff00;">SQLServerReportServerUser$&lt;hostname&gt;$MSSRS10_50.</font><font style="background-color:#ffff00;">&lt;SQLInstanceName&gt;</font>      <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7206FB8F.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7F6D0E95.png" width="449" height="117" /></a></p>  <p>We could now remove the SQL Server 2005 and enjoy our new SQL Server 2008 R2 SP1.</p>  <p>I hope this post will help you to prepare your environment to be ready for SCOM2012. The next post of this series will show you how to migrate your RMS role from Windows Server 2003 SP2 to Windows Server 2008 R2 SP1.</p>  <p><strong>Christopher Keyaert – Ops Mgr MVP     <br />      <br /></strong><a href="https://mvp.support.microsoft.com/profile=802CF8CA-9120-43BB-A5F1-4ECEAE93BB2B"><img title="mvp_avatar" border="0" alt="mvp_avatar" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/mvp_5F00_avatar_5F00_139A85AE.jpg" width="34" height="34" /></a> <a href="http://twitter.com/keyaertc"><img border="0" alt="" src="http://t2.gstatic.com/images?q=tbn:ANd9GcRJttd351o2JKR3SnpbRmfFKz6TzvdwqIxNYiThtHHZXydDtkE" width="34" height="34" /></a> <a href="http://scug.be/blogs/christopher/rss.aspx"><img border="0" alt="" src="http://ieimedia.com/wp-content/themes/boldy/images/ico_rss.png" width="34" height="34" /></a> <a href="http://scug.be/blogs/christopher/contact.aspx"><img border="0" alt="" src="http://t2.gstatic.com/images?q=tbn:ANd9GcQMBXxWYjaXb4s0Gc958CV9sn3MHRt48Eze4TXpLG78RqmVZFlawHAAsw" width="34" height="34" /></a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14442" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/18/prepare-your-environment-to-operations-manager-2012-part-ii-updating-the-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techdays 2012 Belgium : My agenda</title>
		<link>http://www.vnext.be/2012/01/17/techdays-2012-belgium-my-agenda/</link>
		<comments>http://www.vnext.be/2012/01/17/techdays-2012-belgium-my-agenda/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:21:03 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[agenda]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[cloud level]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Private Cloud]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=c8fffb534c5717f79c66d06a6f65b7d8</guid>
		<description><![CDATA[Hi,  The TechDays 2012 Belgium will happen between the FEB 14 and FEB 16 in Belgium at KinePolis Imagibraine. During these 3 days, a lot of IT Pro sessions will be delivered, the complete list is available http://www.microsoft.com/belux/techdays/2012/H...]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>  <p>The TechDays 2012 Belgium will happen between the FEB 14 and FEB 16 in Belgium at KinePolis Imagibraine. During these 3 days, a lot of IT Pro sessions will be delivered, the complete list is available <a href="http://www.microsoft.com/belux/techdays/2012/Home.aspx">http://www.microsoft.com/belux/techdays/2012/Home.aspx</a></p>  <p><a href="http://www.microsoft.com/belux/techdays/2012/Home.aspx"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_465F5F4D.png" width="500" height="109" /></a></p>  <p>My Agenda for the TechDays :</p>  <h5>Monitoring and Operating a Private Cloud with System Center 2012   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=98"><font style="font-weight:normal;">Adam Hall</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 14 February 2012 | Timeslot : 10:45 - 12:00</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Virtualization, ITPRO, Level 300, Hyper-V, System Center, Windows Server 2008 R2</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=232">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=232</a></font></h5>  <h5>Configuring and Deploying a Private Cloud with System Center 2012   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=98"><font style="font-weight:normal;">Adam Hall</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 14 February 2012 | Timeslot : 13:00 - 14:15</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Virtualization, Windows Server 2008 R2, System Center, ITPRO, Level 300, Hyper-V</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=231">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=231</a></font></h5>  <h5>The Private Cloud, Principles, Patterns and Concepts   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=121"><font style="font-weight:normal;">Tom Shinder</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 15 February 2012 | Timeslot : 13:00 - 14:15</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Level 300, ITPRO, Virtualization</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=252">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=252</a></font></h5>  <h5>Private Cloud Day Session 1: Building your Private Cloud Infrastructure   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=59"><font style="font-weight:normal;">Kurt Roggen</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 16 February 2012 | Timeslot : 09:00 - 10:15</font>    <br /><font style="font-weight:normal;">Themes : Deep Dive Post-conference, Cloud Computing, Virtualization</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=284">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=284</a></font></h5>  <h5>Private Cloud Day Session 2: Creating &amp; Configure your Private Cloud   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=59"><font style="font-weight:normal;">Kurt Roggen</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 16 February 2012 | Timeslot : 10:45 - 12:00</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Deep Dive Post-conference</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=285">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=285</a></font></h5>  <h5>Private Cloud Day Session 3: Monitor &amp; Operate your Private Cloud   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=89"><font style="font-weight:normal;">Mike Resseler</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 16 February 2012 | Timeslot : 13:00 - 14:15</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Deep Dive Post-conference, ITPRO</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=256">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=256</a></font></h5>  <h5>Private Cloud Day Session 4: Automating &amp; Delivering Services in your Private Cloud   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=89"><font style="font-weight:normal;">Mike Resseler</font></a><font style="font-weight:normal;"> </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=59"><font style="font-weight:normal;">Kurt Roggen</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 16 February 2012 | Timeslot : 14:30 - 15:45</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Virtualization, Level 300, ITPRO, Deep Dive Post-conference</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=255">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=255</a></font></h5>  <h5>Private Cloud Day Session 5: A Solution for Private Cloud Security   <br /><font style="font-weight:normal;">Speaker : </font><a href="http://www.microsoft.com/belux/techdays/2012/SpeakerDetail.aspx?speakerId=121"><font style="font-weight:normal;">Tom Shinder</font></a><font style="font-weight:normal;"> | Level : 300</font>    <br /><font style="font-weight:normal;">Date : 16 February 2012 | Timeslot : 16:15 - 17:30</font>    <br /><font style="font-weight:normal;">Themes : Cloud, Virtualization, Deep Dive Post-conference, ITPRO, Level 300</font>    <br /><font style="font-weight:normal;">Type : IT Pro     <br /><a href="http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=253">http://www.microsoft.com/belux/techdays/2012/SessionDetail.aspx?sessionId=253</a></font></h5>  <p><a href="http://www.microsoft.com/belux/techdays/2012/Home.aspx"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Techdays_352x193" border="0" alt="Techdays_352x193" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/Techdays_5F00_352x193_5F00_32D1FFAC.jpg" width="488" height="270" /></a></p>  <p><strong></strong></p>  <p><strong>Christopher Keyaert – Ops Mgr MVP     <br />      <br /></strong><a href="https://mvp.support.microsoft.com/profile=802CF8CA-9120-43BB-A5F1-4ECEAE93BB2B"><img title="mvp_avatar" border="0" alt="mvp_avatar" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/mvp_5F00_avatar_5F00_139A85AE.jpg" width="34" height="34" /></a> <a href="http://twitter.com/keyaertc"><img border="0" alt="" src="http://t2.gstatic.com/images?q=tbn:ANd9GcRJttd351o2JKR3SnpbRmfFKz6TzvdwqIxNYiThtHHZXydDtkE" width="34" height="34" /></a> <a href="http://scug.be/blogs/christopher/rss.aspx"><img border="0" alt="" src="http://ieimedia.com/wp-content/themes/boldy/images/ico_rss.png" width="34" height="34" /></a> <a href="http://scug.be/blogs/christopher/contact.aspx"><img border="0" alt="" src="http://t2.gstatic.com/images?q=tbn:ANd9GcQMBXxWYjaXb4s0Gc958CV9sn3MHRt48Eze4TXpLG78RqmVZFlawHAAsw" width="34" height="34" /></a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14429" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/17/techdays-2012-belgium-my-agenda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prepare your environment to Operations Manager 2012 – Part I Actions Plan</title>
		<link>http://www.vnext.be/2012/01/14/prepare-your-environment-to-operations-manager-2012-part-i-actions-plan/</link>
		<comments>http://www.vnext.be/2012/01/14/prepare-your-environment-to-operations-manager-2012-part-i-actions-plan/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 20:16:25 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[opsmgr]]></category>
		<category><![CDATA[Scom]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=116843ccf5df1c6d9f572f0b677f95d1</guid>
		<description><![CDATA[Hi all,  I will start this new series of posts about Operations Manager 2012 by explaining how to prepare your SCOM2007 environment to move to SCOM2012. The very first step to do before updating OM itself is to update the existing environment configura...]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>  <p>I will start this new series of posts about Operations Manager 2012 by explaining how to prepare your SCOM2007 environment to move to SCOM2012. The very first step to do before updating OM itself is to update the existing environment configuration, OS and DB, to be compliant with the OM2012 requirements. </p>  <p>Hopefully for us, you will see that there is several OS and DB configurations supported by bot Operations Manager releases, OM2007 and OM2012.</p>  <p>I invite you to take a look to the information available on Microsoft TechNet :</p>  <p>Operations Manager 2007 R2 Supported Configurations    <br /><a href="http://technet.microsoft.com/en-us/library/bb309428.aspx">http://technet.microsoft.com/en-us/library/bb309428.aspx</a></p>  <p>Operations Manager 2012 Supported Configurations    <br /><a href="http://technet.microsoft.com/en-us/library/hh205990.aspx">http://technet.microsoft.com/en-us/library/hh205990.aspx</a></p>  <p>I did a summary of he OS and DB configurations information in the tables below :</p>  <h3>Supported Configuration for OM2007 and OM2012</h3>  <p>Management Server supported configuration :</p>  <table cellspacing="0" cellpadding="2"><tbody>     <tr>       <td><strong>OS Configuration</strong></td>        <td>         <p align="center"><strong>SCOM 2007 R2</strong></p>       </td>        <td>         <p align="center"><strong>SCOM 2012</strong></p>       </td>     </tr>      <tr>       <td>Windows Server 2003 SP2 X86</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2003 SP2 X64</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2003 R2 SP2 X32</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2003 R2 SP2 X64</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2008 SP2 X86</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2008 SP2 X64</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td><font style="background-color:#00ff00;">Windows Server 2008 R2 SP1</font></td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>     </tr>   </tbody></table>  <p>DB Server supported configuration :</p>  <table cellspacing="0" cellpadding="2"><tbody>     <tr>       <td><strong>OS Configuration</strong></td>        <td>         <p align="center"><strong>SCOM 2007 R2</strong></p>       </td>        <td>         <p align="center"><strong>SCOM 2012</strong></p>       </td>     </tr>      <tr>       <td>Windows Server 2003 SP2 X86</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">&#160;</p>       </td>     </tr>      <tr>       <td>Windows Server 2003 SP2 X64</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center"> Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2003 R2 SP2 X32</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2003 R2 SP2 X64</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td>Windows Server 2008 SP2 X86</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td><font style="background-color:#00ff00;">Windows Server 2008 SP2 X64</font></td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>     </tr>      <tr>       <td><font style="background-color:#00ff00;">Windows Server 2008 R2 SP1</font></td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>     </tr>   </tbody></table>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <table cellspacing="0" cellpadding="2"><tbody>     <tr>       <td><strong>DB Configuration</strong></td>        <td>         <p align="center"><strong>SCOM 2007 R2</strong></p>       </td>        <td>         <p align="center"><strong>SCOM 2012</strong></p>       </td>     </tr>      <tr>       <td>SQL Server 2005 SP1/SP2/SP3/SP4</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td><font style="background-color:#00ff00;">SQL Server 2008 SP1</font></td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>     </tr>      <tr>       <td>SQL Server 2008 SP2</td>        <td>         <p align="center">Supported</p>       </td>        <td>         <p align="center">Not Supported</p>       </td>     </tr>      <tr>       <td><font style="background-color:#00ff00;">SQL Server 2008 R2 RTM/SP1</font></td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>        <td>         <p align="center"><font style="background-color:#00ff00;">Supported</font></p>       </td>     </tr>   </tbody></table>  <p>As you can see, several configurations are supported by OM2007 and OM2012.</p>  <h3>The actions plan – Theory Part</h3>  <p>In this posts series, we will work on a really small SCOM 2007 R2 infrastructure. We just have, one DB server and one Root Management Server. Concerning the configuration, both are running Windows Server 2003 R2 SP2 X64 and the Operations Manager DBs are hosted on SQL Server 2005 SP3.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_08812131.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5A279B83.png" width="308" height="145" /></a></p>  <p>As we could conclude from the tables above, our current Operations Manager 2007 infrastructure is not eligible for Operations Manager 2012. We have to update the Operating Systems on both servers and the SQL Server version must be also updated.</p>  <h4>Updating the DB server</h4>  <p>As we have to move from SQL Server 2005 to SQL Server 2008 R2 SP1, we will install a brand new server which will run Windows Server 2008 R2 SP1 and SQL Server 2008 R2 SP1.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2BCE15D6.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_20385897.png" width="472" height="155" /></a></p>  <p>We will move the Operations Manager 2007 DBs from the old SQL Server 2005 to the new SQL Server 2008 R2 SP1. Don’t worry&#160; too much about this part, the second post of this series will explain in detail how to move the Operations Manager DBs from SQL 2005 to SQL 2008.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_31A8B96F.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7F44E5EF.png" width="313" height="155" /></a></p>  <p>Once done, we will remove the old SQL Server from our infrastruture.</p>  <h4>Updating the RMS server</h4>  <p>Now that our Operations Manager is running on the new SQL Server 2008, we will update the RMS. Our Root Management Server is currently running Windows Server 2003 R2 SP2 X64. To be compliant to SCOM2012, we will have to update it to Windows Server 2008 R2 SP1.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_45C1D5F8.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_697AFD92.png" width="313" height="155" /></a></p>  <p>For doing this update, we will first install a brand new server running Windows Server 2008 R2 SP1 and install it as a new Management Server in our current SCOM 2007 R2 infrastructure.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_48F3BDE0.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0447239F.png" width="470" height="154" /></a></p>  <p>Once done, we have to promote our brand new Management Server as Root Management Server of our OM infrastructure. The old RMS will be retrograded to a Management Server role.</p>  <p>   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5CA0A774.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_55153807.png" width="476" height="157" /></a></p>  <p>and finally, we will remove the Management Server which is running Windows Server 2003 R2 SP2 X64.</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2D6EBBDD.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5AEFDBA0.png" width="320" height="163" /></a></p>  <p>We have now an environment eligible to Operations Manager 2012. </p>  <h4>Conclusion</h4>  <p>As we noticed, there is several step to accomplish. This first post was the actions plan, the theory, in my next posts, we will do it in practice.</p>  <p>Stay tune for the next post, in which I will explain in detail how to move the Operations Manager DBs from SQL Server 2005 to SQL Server 2008 R2 SP1.</p>  <h4>Resources</h4>  <p>Microsoft System Center Operations Manager 2007 R2 download    <br /><a href="http://technet.microsoft.com/en-us/evalcenter/bb738014.aspx">http://technet.microsoft.com/en-us/evalcenter/bb738014.aspx</a></p>  <p>Microsoft System Center Operations Manager 2012 RC download    <br /><a href="http://www.microsoft.com/download/en/details.aspx?id=27974">http://www.microsoft.com/download/en/details.aspx?id=27974</a></p>  <p>Operations Manager TechNet Forums    <br /><a href="http://social.technet.microsoft.com/Forums/en-US/category/systemcenteroperationsmanager">http://social.technet.microsoft.com/Forums/en-US/category/systemcenteroperationsmanager</a></p>  <div align="justify">   <table cellspacing="0" cellpadding="2"><tbody>       <tr>         <td><font color="#666666" face="Verdana"><strong>Christopher Keyaert – Ops Mgr MVP</strong></font></td>       </tr>        <tr>         <td><a href="https://mvp.support.microsoft.com/profile=802CF8CA-9120-43BB-A5F1-4ECEAE93BB2B"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="mvp_avatar" border="0" alt="mvp_avatar" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/mvp_5F00_avatar_5F00_139A85AE.jpg" width="34" height="34" /></a>&#160;<a href="http://twitter.com/keyaertc" ><img border="0" src="http://t2.gstatic.com/images?q=tbn:ANd9GcRJttd351o2JKR3SnpbRmfFKz6TzvdwqIxNYiThtHHZXydDtkE" width="34" height="34" alt="" /></a>&#160;<a href="http://scug.be/blogs/christopher/rss.aspx"><img border="0" src="http://ieimedia.com/wp-content/themes/boldy/images/ico_rss.png" width="34" height="34" alt="" /></a>&#160;<a href="http://scug.be/blogs/christopher/contact.aspx"><img border="0" src="http://t2.gstatic.com/images?q=tbn:ANd9GcQMBXxWYjaXb4s0Gc958CV9sn3MHRt48Eze4TXpLG78RqmVZFlawHAAsw" width="34" height="34" alt="" /></a></td>       </tr>     </tbody></table> </div><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14419" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/14/prepare-your-environment-to-operations-manager-2012-part-i-actions-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM / OpsMGr : What does the Root Management Server Emulator (RMSE) actually do</title>
		<link>http://www.vnext.be/2012/01/12/scom-opsmgr-what-does-the-root-management-server-emulator-rmse-actually-do/</link>
		<comments>http://www.vnext.be/2012/01/12/scom-opsmgr-what-does-the-root-management-server-emulator-rmse-actually-do/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:43:38 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[instance]]></category>
		<category><![CDATA[lot]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[RootManagementServer]]></category>
		<category><![CDATA[SystemCenter]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=45ac9906f6767aedaccf7df27349df35</guid>
		<description><![CDATA[Cameron Fuller, a well know Ops Mgr MVP, wrote a really good post about What does the Root Management Server Emulator actually do.  His summary :  The RMS Emulator only provides backward compatibility to management pack using things which target the ]]></description>
			<content:encoded><![CDATA[<p>Cameron Fuller, a well know Ops Mgr MVP, wrote a really good post about <em>What does the Root Management Server Emulator actually do</em>.</p>  <p>His summary :</p>  <p><em>The RMS Emulator only provides backward compatibility to management pack using things which target the ‘Root Management Server’ class instance (Target=”SC!Microsoft.SystemCenter.RootManagementServer). The RMS emulator is hosted on a management server and as such it does a lot of activities that aren’t specific to the RMSE role. Everything else the RMS used to be responsible for is managed by the “All Management Servers Resource Pool”, the “Notifications Resource Pool” and the “AD Assignment Resource Pool”.</em></p>  <p>I really invite you to read the complete story available : <a href="http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexID/91085/Default.aspx">HERE</a></p>  <p>Christopher</p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14412" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/12/scom-opsmgr-what-does-the-root-management-server-emulator-rmse-actually-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM 2012 : How to move RMS Emulator role</title>
		<link>http://www.vnext.be/2012/01/09/scom-2012-how-to-move-rms-emulator-role/</link>
		<comments>http://www.vnext.be/2012/01/09/scom-2012-how-to-move-rms-emulator-role/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:10:04 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[name]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[opsmgr]]></category>
		<category><![CDATA[Scom]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=b780034fbca5b7ec5e60efe1cc681989</guid>
		<description><![CDATA[Hi,  As you probably know, in SCOM 2012, there is no RMS role anymore. For keeping backward compatibility with some management packs that required the RMS role, Microsoft created the RMS Emulator role.  By default this role is hosted on the first manag...]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>  <p>As you probably know, in SCOM 2012, there is no RMS role anymore. For keeping backward compatibility with some management packs that required the RMS role, Microsoft created the RMS Emulator role.</p>  <p>By default this role is hosted on the first management server that you installed.   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_21142153.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_640FEFC0.png" width="690" height="98" /></a></p>  <p>As you can see, <strong><em>SCOM2012.vnext.be</em></strong> server is hosting the RMS Emulator role. This is confirmed by the following PowerShell command : <strong><em>GET-SCOMRMSEmulator</em></strong> command-let.<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_760C0D80.png">     <br /><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_54AC67E4.png" width="683" height="230" /></a></p>  <p>Now, if you want to move this role to another, simply execute the command : <em><strong>Get-SCOMManagementServer -Name &quot;NewServerThatWillHostRMSEmulatorRole&quot; | Set-SCOMRMSEmulator</strong></em><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_5AF33E72.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6BF76C55.png" width="692" height="61" /></a></p>  <p>You could confirm the move of the RMS Emulator role by retyping the command : <strong><em>GET-SCOMRMSEmulator</em></strong><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_7C8F6743.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_30C3908A.png" width="690" height="101" /></a></p>  <p>Or by looking on in the SCOM Console :<a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_370A6718.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_0844AE76.png" width="702" height="103" /></a></p>  <p>Cheers   <br />Christopher KEYAERT    <br /><a href="http://twitter.com/keyaertc">http://twitter.com/keyaertc</a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14406" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/09/scom-2012-how-to-move-rms-emulator-role/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVP Microsoft 2012 !!!</title>
		<link>http://www.vnext.be/2012/01/03/mvp-microsoft-2012/</link>
		<comments>http://www.vnext.be/2012/01/03/mvp-microsoft-2012/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:25:11 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[award]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[opsmgr]]></category>
		<category><![CDATA[Scom]]></category>
		<category><![CDATA[tweeter]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=e888669de077582e992332d1fb1eccf8</guid>
		<description><![CDATA[  Two days ago, I received the Microsoft MVP award for the first time. I’m really happy and proud of this status. I will continue to do my best for sharing my knowledge with the System Center Community.   I would like to thank you all my readers, the...]]></description>
			<content:encoded><![CDATA[<p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_63DCBB08.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_622BEF34.png" width="624" height="200" /></a></p>  <p>Two days ago, I received the Microsoft MVP award for the first time. I’m really happy and proud of this status. I will continue to do my best for sharing my knowledge with the System Center Community. </p>  <p>I would like to thank you all my readers, the persons who follow me on tweeter, SCUG.be Team, Microsoft and of course the System Center Community.</p>  <p>Thank you   <br />Christopher</p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14400" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/03/mvp-microsoft-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SCOM 2007 : The error is 0x80FF0066(0x80FF0066).</title>
		<link>http://www.vnext.be/2012/01/03/scom-2007-the-error-is-0x80ff00660x80ff0066/</link>
		<comments>http://www.vnext.be/2012/01/03/scom-2007-the-error-is-0x80ff00660x80ff0066/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 15:57:21 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[operations manager]]></category>
		<category><![CDATA[opsmgr]]></category>
		<category><![CDATA[Scom]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=8c6f6cba436d2661904e33b039184089</guid>
		<description><![CDATA[Hi Guys,  First day back to work after the Xmas holidays and first error of the year     Below 3 events that I found on a customer server, that was not reporting to Operations Manager anymore.  Event Type:&#160;&#160;&#160; Error       Event Source:&#38;#1...]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>  <p>First day back to work after the Xmas holidays and first error of the year <img style="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/wlEmoticon_2D00_openmouthedsmile_5F00_2771B669.png" />    <br />Below 3 events that I found on a customer server, that was not reporting to Operations Manager anymore.</p>  <p><em><font color="#9e7c7c">Event Type:&#160;&#160;&#160; Error       <br />Event Source:&#160;&#160;&#160; HealthService        <br />Event Category:&#160;&#160;&#160; Health Service         <br />Event ID:&#160;&#160;&#160; 1220        <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/3/2012        <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4:22:36 PM        <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A        <br />Computer:&#160;&#160;&#160; xxxx        <br />Description:        <br /><font style="background-color:#ffff00;">Received configuration cannot be processed. Management group &quot;xxxx&quot;. The error is 0x80FF0066(0x80FF0066).</font></font></em></p>  <p><em><font color="#9e7c7c">For more information, see Help and Support Center at </font></em><a href="http://go.microsoft.com/fwlink/events.asp"><em><font color="#9e7c7c">http://go.microsoft.com/fwlink/events.asp</font></em></a><em><font color="#9e7c7c">.       <br /></font></em></p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_067E43C2.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_2C73F418.png" width="219" height="244" /></a></p>  <p><font color="#9e7c7c"><em>Event Type:&#160;&#160;&#160; Error       <br />Event Source:&#160;&#160;&#160; HealthService        <br />Event Category:&#160;&#160;&#160; Health Service         <br />Event ID:&#160;&#160;&#160; 7022        <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/3/2012        <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4:22:35 PM        <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A        <br />Computer:&#160;&#160;&#160; xxxx        <br />Description:        <br /><font style="background-color:#ffff00;">The Health Service has downloaded secure configuration for management group xxxx, and processing the configuration failed with error code 0x80FF0066(0x80FF0066).</font></em></font></p>  <p><font color="#9e7c7c"><em>For more information, see Help and Support Center at </em></font><a href="http://go.microsoft.com/fwlink/events.asp"><font color="#9e7c7c"><em>http://go.microsoft.com/fwlink/events.asp</em></font></a><font color="#9e7c7c"><em>.</em></font>    <br /></p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_52D5D763.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_3FB4AAB7.png" width="219" height="244" /></a></p>  <p><em><font color="#9e7c7c">Event Type:&#160;&#160;&#160; Warning       <br />Event Source:&#160;&#160;&#160; HealthService        <br />Event Category:&#160;&#160;&#160; Health Service         <br />Event ID:&#160;&#160;&#160; 7004        <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/3/2012        <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4:22:35 PM        <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A        <br />Computer:&#160;&#160;&#160; xxxx        <br />Description:        <br /><font style="background-color:#ffff00;">The Health Service received a secure message from management group xxxx which was encrypted using the wrong public key.&#160; This message has been discarded and the public key will be re-published.</font></font></em></p>  <p><em><font color="#9e7c7c">For more information, see Help and Support Center at </font></em><a href="http://go.microsoft.com/fwlink/events.asp"><em><font color="#9e7c7c">http://go.microsoft.com/fwlink/events.asp</font></em></a><em><font color="#9e7c7c">.</font></em>    <br /></p>    <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_504CA5A5.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_56937C33.png" width="219" height="244" /></a></p>  <p>The root cause is a missing registry key on the server. Take a look to <em><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HealthService\Parameters\Management Groups\UCBOM2007\SSDB\References</strong></em></p>  <p>On the non working server :   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_4E9BD9D1.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_7EE2AE87.png" width="244" height="103" /></a></p>  <p>On a working server :   <br /><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_1E918850.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_5331E48B.png" width="244" height="129" /></a></p>  <p>When you compare the both servers, you notice that the following registry key is missing : </p> <strong><em>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HealthService\Parameters\Management Groups\xxxx\SSDB\References\92f8f803-0763-f491-2480-274bfc4126f9]     <br />@=&quot;01020202020202020202020202020202020202020200000000000000000000000000000000000000&quot;</em></strong>  <p>Just import the missing registry key from the working server to the non working server, and after a few seconds, the event below will appear, problem fixed <img style="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/wlEmoticon_2D00_smile_5F00_0B0428AF.png" /></p>  <p><em><font color="#9e7c7c">Event Type:&#160;&#160;&#160; Information       <br />Event Source:&#160;&#160;&#160; OpsMgr Connector        <br />Event Category:&#160;&#160;&#160; None        <br />Event ID:&#160;&#160;&#160; 21025        <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/3/2012        <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4:28:37 PM        <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A        <br />Computer:&#160;&#160;&#160; xxxx        <br />Description:        <br /><font style="background-color:#ffff00;">OpsMgr has received new configuration for management group xxxx from the Configuration Service.</font>&#160; The new state cookie is &quot;24 58 21 8C 7C D4 70 68 B2 87 1A 52 EA BE 7F 66 43 10 FC A7 &quot;</font></em></p>  <p><em><font color="#9e7c7c">For more information, see Help and Support Center at </font></em><a href="http://go.microsoft.com/fwlink/events.asp"><em><font color="#9e7c7c">http://go.microsoft.com/fwlink/events.asp</font></em></a><em><font color="#9e7c7c">.       <br /></font></em></p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_6A10B607.png"><img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_6285469A.png" width="222" height="244" /></a></p>  <p>If you want more information about this issue, I invite you to read the two followings posts :</p>  <p><a href="http://thoughtsonopsmgr.blogspot.com/2009/02/eventid-7024.html">http://thoughtsonopsmgr.blogspot.com/2009/02/eventid-7024.html</a>    <br /><a href="http://www.systemcentercentral.com/tabid/60/indexId/34058/tag/Forums+Operations_Manager/Default.aspx#vindex56241">http://www.systemcentercentral.com/tabid/60/indexId/34058/tag/Forums+Operations_Manager/Default.aspx#vindex56241</a></p>  <p>Cheers   <br />Christopher KEYAERT    <br /><a href="http://twitter.com/keyaertc">http://twitter.com/keyaertc</a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14394" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2012/01/03/scom-2007-the-error-is-0x80ff00660x80ff0066/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2007 : Get Service Window with PowerShell / WMI</title>
		<link>http://www.vnext.be/2011/12/19/sccm-2007-get-service-window-with-powershell-wmi/</link>
		<comments>http://www.vnext.be/2011/12/19/sccm-2007-get-service-window-with-powershell-wmi/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 15:28:43 +0000</pubDate>
		<dc:creator>christopher@vnext.be</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[PSCredential]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[ServiceWindow]]></category>

		<guid isPermaLink="false">http://www.vnext.be/?guid=cc50ec82f5e159a910868cb9b1c1c495</guid>
		<description><![CDATA[    Hi,  Just a quick post to show you how to retrieve SCCM Client Service Window directly from a PowerShell script. The script is really simple, it queries the class CCM_ServiceWindow in the namespace &#34;root\CCM\policy\machine\actualconfig&#34;. ...]]></description>
			<content:encoded><![CDATA[<p>    Hi,</p>  <p>Just a quick post to show you how to retrieve SCCM Client Service Window directly from a PowerShell script. The script is really simple, it queries the class <font style="background-color:#ffff00;">CCM_ServiceWindow</font> in the namespace <font style="background-color:#ffff00;">&quot;root\CCM\policy\machine\actualconfig&quot;</font>. This script must be executed directly on a SCCM Client computer.</p>  <p>Script :</p>  <table cellspacing="0" cellpadding="2"><tbody>     <tr>       <td>         <p><em><font color="#d19049">$strComputer = &quot;SCCMClient.contoso.com&quot;               <br />$Username = &quot;Administrator&quot;                <br />$Password = &quot;P@$$w0rd&quot;</font></em></p>          <p><em><font color="#d19049">$cred = New-Object System.Management.Automation.PSCredential -ArgumentList @($username,(ConvertTo-SecureString -String $password -AsPlainText -Force))                <br />$List = get-wmiobject -class &quot;CCM_ServiceWindow&quot; -namespace &quot;root\CCM\policy\machine\actualconfig&quot; -computername $strComputer -Credential $cred</font></em></p>          <p><em><font color="#d19049">foreach($item in $list)               <br />&#160;&#160;&#160; {                <br />&#160;&#160;&#160; Write-Host $item.ServiceWindowID                <br />&#160;&#160;&#160; }</font></em></p>       </td>     </tr>   </tbody></table>  <p>Output :</p>  <p><a href="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_2D14FF7A.png"><img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://scug.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/christopher/image_5F00_thumb_5F00_12D49656.png" width="691" height="285" /></a></p>  <p>Cheers   <br />Christopher KEYAERT    <br /><a href="http://twitter.com/keyaertc">http://twitter.com/keyaertc</a></p><div style="clear:both;"></div><img src="http://scug.be/aggbug.aspx?PostID=14321" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.vnext.be/2011/12/19/sccm-2007-get-service-window-with-powershell-wmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

