<?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>www.jayntguru.com &#187; scom</title>
	<atom:link href="http://jayntguru.com/wordpress/archives/category/scom/feed" rel="self" type="application/rss+xml" />
	<link>http://jayntguru.com/wordpress</link>
	<description>jay&#039;s website</description>
	<lastBuildDate>Wed, 20 Jul 2011 20:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>strange .net runtime error and the fix</title>
		<link>http://jayntguru.com/wordpress/archives/328</link>
		<comments>http://jayntguru.com/wordpress/archives/328#comments</comments>
		<pubDate>Wed, 20 Jul 2011 20:02:23 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[cocreate]]></category>
		<category><![CDATA[profiler]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/328</guid>
		<description><![CDATA[We had done a POC for Foglight by Quest back in March and ended up not purchasing the product because we already had SCOM in place. After the uninstall and ever since, we have had some issues. errors logged whenever an app pool starts/restarts containing this description .NET Runtime version 2.0.50727.3603 &#8211; Failed to CoCreate [...]]]></description>
			<content:encoded><![CDATA[<p>We had done a POC for Foglight by Quest back in March and ended up not purchasing the product because we already had SCOM in place. After the uninstall and ever since, we have had some issues.</p>
<ul>
<li>errors logged whenever an app pool starts/restarts containing this description</li>
</ul>
<ul>
<li>.NET Runtime version 2.0.50727.3603 &#8211; <font style="background-color: #ffff00">Failed to CoCreate profiler.</font></li>
</ul>
<li>.net health monitoring would log an app pool start but not log an app pool stop or shutdown</li>
<li>I had the suspicion that this was related to random app pool restarts during the day on one of our webservices</li>
<li>other debuggers would not attach to an app pool and work (like avicode that comes with SCOM)</li>
<p>I looked for how to fix this since March, of course I was too stubborn to call Quest, so that’s my fault. Much googling didn’t resolve much so when I finally did figure this out, I wanted to post what I found. It turns out that debugging is set in an environment variable. Seems like it’s a session variable because it’s set in the parameters of a service, so that way it runs with the service in the user context of the service. This is something I had never run across before so it seemed kinda odd.</p>
<p>In the end we had to remove the reg key “Environment” (and the contents of the key) from the two locations. This key is what sets the debugger to enabled and tells it which debugger to use.</p>
<ul>   </ul>
<ul>
<li>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC]</li>
<li>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IISADMIN]</li>
</ul>
<p>Once these have been deleted, all you have to do is IISRESET the server and the error is gone and random app pool restarts have ceased. As of this writing I have not tried to reinstall the SCOM AVIcode to the webservice, but I’m certain that it will work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AV exclusions</title>
		<link>http://jayntguru.com/wordpress/archives/327</link>
		<comments>http://jayntguru.com/wordpress/archives/327#comments</comments>
		<pubDate>Wed, 25 May 2011 19:19:29 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[w7]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[av exclusions]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/327</guid>
		<description><![CDATA[This comes up often and I can never find everything in one place. This is a good post with a bunch of info and links.]]></description>
			<content:encoded><![CDATA[<p>This comes up often and I can never find everything in one place. <a href="http://ec2-184-72-148-10.compute-1.amazonaws.com/wordpress/" target="_blank">This is a good post with a bunch of info and links.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/327/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL query to tell if SQL logins are using Kerberos or NTLM</title>
		<link>http://jayntguru.com/wordpress/archives/326</link>
		<comments>http://jayntguru.com/wordpress/archives/326#comments</comments>
		<pubDate>Thu, 17 Mar 2011 20:49:15 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/326</guid>
		<description><![CDATA[Not explanation needed here, if you know what you are looking for, this is it. SELECT&#160; s.session_id , c.connect_time , s.login_time , s.login_name , c.protocol_type , c.auth_scheme , s.HOST_NAME , s.program_name FROM sys.dm_exec_sessions s JOIN sys.dm_exec_connections c ON s.session_id = c.session_id]]></description>
			<content:encoded><![CDATA[<p>Not explanation needed here, if you know what you are looking for, this is it.   </p>
<blockquote><p><code>SELECT&#160; <br />s.session_id         <br />, c.connect_time         <br />, s.login_time         <br />, s.login_name         <br />, c.protocol_type         <br />, c.auth_scheme         <br />, s.HOST_NAME         <br />, s.program_name         <br />FROM sys.dm_exec_sessions s         <br />JOIN sys.dm_exec_connections c         <br />ON s.session_id = c.session_id</code></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/326/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSMQ MP for SCOM&#8211;has issues..</title>
		<link>http://jayntguru.com/wordpress/archives/324</link>
		<comments>http://jayntguru.com/wordpress/archives/324#comments</comments>
		<pubDate>Mon, 21 Feb 2011 19:19:06 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[annoyances]]></category>
		<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[msmq]]></category>
		<category><![CDATA[system center operations manager]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/324</guid>
		<description><![CDATA[This is just an example of the kind of stuff I find in the MSMQ MP for scom. Is this alert about the SIZE of the messages or the NUMBER of messages?]]></description>
			<content:encoded><![CDATA[<p>This is just an example of the kind of stuff I find in the MSMQ MP for scom. Is this alert about the SIZE of the messages or the NUMBER of messages?</p>
<p><a href="http://jayntguru.com/wordpress/wp-content/uploads/2011/02/image.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://jayntguru.com/wordpress/wp-content/uploads/2011/02/image_thumb.png" width="880" height="369" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/324/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scom missing performance counters</title>
		<link>http://jayntguru.com/wordpress/archives/321</link>
		<comments>http://jayntguru.com/wordpress/archives/321#comments</comments>
		<pubDate>Fri, 07 Jan 2011 20:02:57 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[annoyances]]></category>
		<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[system center]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/321</guid>
		<description><![CDATA[I recently had to make some changes to my scom test environment server. It’s a single virtual machine with scom, sql, ssrs, the works on it. Despite what one would think, it has performed well with about 30 agents. Recently I added about that many more and it pushed up the ram to the 4gb [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to make some changes to my scom test environment server. It’s a single virtual machine with scom, sql, ssrs, the works on it. Despite what one would think, it has performed well with about 30 agents. Recently I added about that many more and it pushed up the ram to the 4gb max that I had given it. When I added more I realized I had used 2008 x32 for the OS (oops) and was not able to see the extra ram. After some research I found that I could do an upgrade from 2008 standard to enterprise, which is what I did. Afterwards, scom wouldn’t run because the SDK service would not start. This is the event log message.</p>
<blockquote><p>Log Name:&#160;&#160;&#160;&#160;&#160; Operations Manager     <br />Source:&#160;&#160;&#160;&#160;&#160;&#160;&#160; OpsMgr SDK Service      <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/7/2011 2:25:48 PM      <br />Event ID:&#160;&#160;&#160;&#160;&#160; 26380      <br />Task Category: None      <br />Level:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Error      <br />Keywords:&#160;&#160;&#160;&#160;&#160; Classic      <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A      <br />Computer:&#160;&#160;&#160;&#160;&#160; </p>
<p>Description:     <br />The System Center Operations Manager SDK Service failed due to an unhandled exception.&#160; <br />The service will attempt to restart.       <br />Exception: </p>
<p>System.TypeInitializationException: The type initializer for &#8216;Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess&#8217; threw an exception. &#8212;&gt; System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.     <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.Initialize()      <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounter(String categoryName, String counterName)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounters(PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager..ctor(String instanceName, PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.SingleInstancePerformanceCounterCategoryDescriptor.CreateManager()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkPerfCounterManager..ctor()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess..cctor()      <br />&#160;&#160; &#8212; End of inner exception stack trace &#8212;      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess.Initialize()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.AsyncStartCallback(Object notUsed)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)      <br />&#160;&#160; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)      <br />Event Xml:      <br />&lt;Event xmlns=&quot;<a href="http://schemas.microsoft.com/win/2004/08/events/event&quot;">http://schemas.microsoft.com/win/2004/08/events/event&quot;</a>&gt;      <br />&#160; &lt;System&gt;      <br />&#160;&#160;&#160; &lt;Provider Name=&quot;OpsMgr SDK Service&quot; /&gt;      <br />&#160;&#160;&#160; &lt;EventID Qualifiers=&quot;49152&quot;&gt;26380&lt;/EventID&gt;      <br />&#160;&#160;&#160; &lt;Level&gt;2&lt;/Level&gt;      <br />&#160;&#160;&#160; &lt;Task&gt;0&lt;/Task&gt;      <br />&#160;&#160;&#160; &lt;Keywords&gt;0&#215;80000000000000&lt;/Keywords&gt;      <br />&#160;&#160;&#160; &lt;TimeCreated SystemTime=&quot;2011-01-07T19:25:48.000Z&quot; /&gt;      <br />&#160;&#160;&#160; &lt;EventRecordID&gt;10025424&lt;/EventRecordID&gt;      <br />&#160;&#160;&#160; &lt;Channel&gt;Operations Manager&lt;/Channel&gt;      <br />&#160;&#160;&#160; &lt;Computer&gt;INFMGT52.accessgeneral.com&lt;/Computer&gt;      <br />&#160;&#160;&#160; &lt;Security /&gt;      <br />&#160; &lt;/System&gt;      <br />&#160; &lt;EventData&gt;      <br />&#160;&#160;&#160; &lt;Data&gt;System.TypeInitializationException: The type initializer for &#8216;Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess&#8217; threw an exception. &#8212;&amp;gt; System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.      <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.Initialize()      <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounter(String categoryName, String counterName)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounters(PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager..ctor(String instanceName, PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.SingleInstancePerformanceCounterCategoryDescriptor.CreateManager()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkPerfCounterManager..ctor()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess..cctor()      <br />&#160;&#160; &#8212; End of inner exception stack trace &#8212;      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess.Initialize()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.AsyncStartCallback(Object notUsed)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)      <br />&#160;&#160; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)&lt;/Data&gt;      <br />&#160; &lt;/EventData&gt;      <br />&lt;/Event&gt;</p>
</blockquote>
<p><a href="http://support.microsoft.com/kb/300956" target="_blank">After some research I found this article from Microsoft that contains instructions on how to fix this problem.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/321/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dashboarding using the SCCM Dashboard solution accelerator example</title>
		<link>http://jayntguru.com/wordpress/archives/319</link>
		<comments>http://jayntguru.com/wordpress/archives/319#comments</comments>
		<pubDate>Wed, 05 Jan 2011 22:07:25 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[sld]]></category>
		<category><![CDATA[solution accelerator]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/319</guid>
		<description><![CDATA[I will turn this into a more useful blog post when I have a few minutes but for now it is just a collection of links about dashboarding using the System Center Configuration Manager Solution Accelerator. The short story is that this runs on top of Sharepoint 3.0, which is free, meaning you can run [...]]]></description>
			<content:encoded><![CDATA[<p>I will turn this into a more useful blog post when I have a few minutes but for now it is just a collection of links about dashboarding using the System Center Configuration Manager Solution Accelerator. The short story is that this runs on top of Sharepoint 3.0, which is free, meaning you can run this for free. It’s not specific to SCCM so you can dashboard any sql data you want! Cool!</p>
<p><a title="http://technet.microsoft.com/en-us/library/ff369719.aspx" href="http://technet.microsoft.com/en-us/library/ff369719.aspx">http://technet.microsoft.com/en-us/library/ff369719.aspx</a></p>
<p><a title="http://systemscentre.blogspot.com/search/label/Dashboard" href="http://systemscentre.blogspot.com/search/label/Dashboard">http://systemscentre.blogspot.com/search/label/Dashboard</a></p>
<p><a title="http://garyhay.blogspot.com/2010/07/sccm-dashboard-queries-1.html" href="http://garyhay.blogspot.com/2010/07/sccm-dashboard-queries-1.html">http://garyhay.blogspot.com/2010/07/sccm-dashboard-queries-1.html</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/04/08/part-1-how-microsoft-it-using-configuration-manager-dashboard.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/04/08/part-1-how-microsoft-it-using-configuration-manager-dashboard.aspx</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/04/11/part-2-using-configuration-manager-dashboard-for-software-update-deployment-readiness-patch-tuesday-checklist.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/04/11/part-2-using-configuration-manager-dashboard-for-software-update-deployment-readiness-patch-tuesday-checklist.aspx</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/05/02/part-3-sql-queries-used-for-creating-custom-configuration-manager-dashboard-in-microsoft-it.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/05/02/part-3-sql-queries-used-for-creating-custom-configuration-manager-dashboard-in-microsoft-it.aspx</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/10/09/part-4-sql-queries-for-creating-configuration-manager-client-health-and-problem-management-dashboard.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/10/09/part-4-sql-queries-for-creating-configuration-manager-client-health-and-problem-management-dashboard.aspx</a></p>
<p><a title="http://64.4.11.252/en-us/edge/system-center-configuration-manager-2007-dashboard-part-2-configuration.aspx?query=1" href="http://64.4.11.252/en-us/edge/system-center-configuration-manager-2007-dashboard-part-2-configuration.aspx?query=1">http://64.4.11.252/en-us/edge/system-center-configuration-manager-2007-dashboard-part-2-configuration.aspx?query=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/319/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM Windows 2008 R2 Printer MP</title>
		<link>http://jayntguru.com/wordpress/archives/318</link>
		<comments>http://jayntguru.com/wordpress/archives/318#comments</comments>
		<pubDate>Fri, 10 Dec 2010 19:13:52 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[2008 r2]]></category>
		<category><![CDATA[management pack]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system center]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/318</guid>
		<description><![CDATA[Ran across this custom MP by Kevin Holman. Nice! Thank you!]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.technet.com/b/kevinholman/archive/2010/11/10/how-to-monitor-print-services-on-server-2008-r2.aspx" target="_blank">Ran across this custom MP by Kevin Holman.</a> Nice! Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/318/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cleaning up the default management pack</title>
		<link>http://jayntguru.com/wordpress/archives/317</link>
		<comments>http://jayntguru.com/wordpress/archives/317#comments</comments>
		<pubDate>Fri, 10 Dec 2010 18:56:05 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[default mp]]></category>
		<category><![CDATA[management pack]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[system center]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/317</guid>
		<description><![CDATA[SCOM has what I feel is a major bug in that it will allow you to save items (monitors, rules, overrides, etc.) in the default MP. Doing this is bad for a lot of reasons, and not only does SCOM allow you to do this, but it is the default option as well. In my [...]]]></description>
			<content:encoded><![CDATA[<p>SCOM has what I feel is a major bug in that it will allow you to save items (monitors, rules, overrides, etc.) in the default MP. Doing this is bad for a lot of reasons, and not only does SCOM allow you to do this, but it is the default option as well. In my case it turned out that an occasional lack of attention allowed me to do this and then removing MP’s later becomes a huge pain in the rear. <a href="http://blogs.technet.com/b/kevinholman/archive/2008/11/11/cleaning-up-the-default-mp.aspx" target="_blank">Anyway I found this good article on how to clean up the mess.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM: powershell run space failed to start</title>
		<link>http://jayntguru.com/wordpress/archives/316</link>
		<comments>http://jayntguru.com/wordpress/archives/316#comments</comments>
		<pubDate>Tue, 07 Dec 2010 19:07:35 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[cannot run powershell]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[powershell permissions]]></category>
		<category><![CDATA[run space]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/316</guid>
		<description><![CDATA[I have been getting these messages since day 1 and tried various things that didn’t work to resolve. Below I am pasting an example rule with full text so that if someone is searching they will find it. This is one specific alert, I was having an issue with all non microsoft powershell scripted discoveries. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been getting these messages since day 1 and tried various things that didn’t work to resolve.</p>
<p>Below I am pasting an example rule with full text so that if someone is searching they will find it. This is one specific alert, I was having an issue with all non microsoft powershell scripted discoveries. For me this was 99% from the <a href="http://xsnmp.codeplex.com/" target="_blank">XSNMP SCOM Management Pack</a>. To be clear the MP was not the cause of the problem, only the one that tried to run PS (and not work) the most.</p>
<blockquote><p>PM</p>
<p>Log Name:     <br />Operations Manager</p>
<p>Source:     <br />Health Service Modules</p>
<p>Event Number:     <br />22400</p>
<p>Level:     <br />1</p>
<p>Logging Computer:     </p>
<p>User:     <br />N/A</p>
<p>Description:</p>
<p>Failed to run the PowerShell script due to exception below, this workflow will be unloaded. System.NullReferenceException: Object reference not set to an instance of an object. at System.Environment.GetEnvironmentVariable(String variable, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.GetExpandedEnvironmentVariable(String name, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.SetModulePath() at System.Management.Automation.ExecutionContext.InitializeCommon(AutomationEngine engine, PSHost hostInterface) at System.Management.Automation.AutomationEngine..ctor(PSHost hostInterface, RunspaceConfiguration runspaceConfiguration, InitialSessionState iss) at System.Management.Automation.Runspaces.LocalRunspace.DoOpenHelper() at System.Management.Automation.Runspaces.RunspaceBase.CoreOpen(Boolean syncCall) at Microsoft.EnterpriseManagement.Modules.PowerShell.RunspaceController.RunScript(String scriptName, String scriptBody, Dictionary`2 parameters, PowerShellOutputType outputType, Int32 serializationDepth, IModuleDebug iModuleDebug) at Microsoft.EnterpriseManagement.Modules.PowerShell.PowerShellProbeActionModule.RunScript(RunspaceController runspaceController) Script Name: MemoryPctUtil.ps1 One or more workflows were affected by this. Workflow name: xSNMP.Cisco.Rule.CollectMemoryPoolUtil Instance name: I/O Instance ID: {X} Management group: X </p>
<p>Event Data:</p>
<p>&lt; DataItem type =&quot; <b>System.XmlData</b> &quot; time =&quot; <b>2010-12-03T19:15:30.1742570-05:00</b> &quot; sourceHealthServiceId =&quot; <b>X</b>&quot; &gt;</p>
<p>&lt; EventData &gt;</p>
<p>&lt; Data &gt; X &lt;/ Data &gt;</p>
<p>&lt; Data &gt; xSNMP.Cisco.Rule.CollectMemoryPoolUtil &lt;/ Data &gt;</p>
<p>&lt; Data &gt; I/O &lt;/ Data &gt;</p>
<p>&lt; Data &gt; {X} &lt;/ Data &gt;</p>
<p>&lt; Data &gt; MemoryPctUtil.ps1 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; 300 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; System.NullReferenceException: Object reference not set to an instance of an object. at System.Environment.GetEnvironmentVariable(String variable, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.GetExpandedEnvironmentVariable(String name, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.SetModulePath() at System.Management.Automation.ExecutionContext.InitializeCommon(AutomationEngine engine, PSHost hostInterface) at System.Management.Automation.AutomationEngine..ctor(PSHost hostInterface, RunspaceConfiguration runspaceConfiguration, InitialSessionState iss) at System.Management.Automation.Runspaces.LocalRunspace.DoOpenHelper() at System.Management.Automation.Runspaces.RunspaceBase.CoreOpen(Boolean syncCall) at Microsoft.EnterpriseManagement.Modules.PowerShell.RunspaceController.RunScript(String scriptName, String scriptBody, Dictionary`2 parameters, PowerShellOutputType outputType, Int32 serializationDepth, IModuleDebug iModuleDebug) at Microsoft.EnterpriseManagement.Modules.PowerShell.PowerShellProbeActionModule.RunScript(RunspaceController runspaceController) &lt;/ Data &gt;</p>
<p>&lt; Data /&gt;</p>
<p>&lt;/ EventData &gt;</p>
<p>&lt;/ DataItem &gt;</p>
</blockquote>
<p>&#160;</p>
<p>Eventually the scripts would time out like this:</p>
<blockquote><p>Time window start     <br />12/7/2010 11:57:38 AM</p>
<p>Time window end     <br />12/7/2010 12:02:37 PM</p>
<p>Time First     <br />12/7/2010 11:57:38 AM</p>
<p>Time Last     <br />12/7/2010 11:57:41 AM</p>
<p>Count     <br />44</p>
<p>Context</p>
<p>Date and Time:     <br />12/7/2010 11:57:41 AM</p>
<p>Log Name:     <br />Operations Manager</p>
<p>Source:     <br />Health Service Modules</p>
<p>Event Number:     <br />22411</p>
<p>Level:     <br />1</p>
<p>Logging Computer:     <br />X</p>
<p>User:     <br />N/A</p>
<p>Description:</p>
<p>The PowerShell script will be dropped because the it has been waiting in the queue for more than 10 minutes. Script Name: DiscoverInterfaceName.ps1 One or more workflows were affected by this. Workflow name: xSNMP.Discovery.InterfaceName Instance name: GigabitEthernet2/21 Instance ID: {X} Management group: X </p>
<p>Event Data:</p>
<p>&lt; DataItem type =&quot; <b>System.XmlData</b> &quot; time =&quot; <b>2010-12-07T11:57:41.4054873-05:00</b> &quot; sourceHealthServiceId =&quot; <b>X</b>&quot; &gt;</p>
<p>&lt; EventData &gt;</p>
<p>&lt; Data &gt; X &lt;/ Data &gt;</p>
<p>&lt; Data &gt; xSNMP.Discovery.InterfaceName &lt;/ Data &gt;</p>
<p>&lt; Data &gt; GigabitEthernet2/21 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; {X} &lt;/ Data &gt;</p>
<p>&lt; Data &gt; DiscoverInterfaceName.ps1 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; 300 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; 10 &lt;/ Data &gt;</p>
<p>&lt; Data /&gt;</p>
<p>&lt;/ EventData &gt;</p>
<p>&lt;/ DataItem &gt;</p>
</blockquote>
<p>&#160;</p>
<p>The issue turned out to be&#160; a permissions issue with the health service since it was trying to run these powershell scripts as local system. <a href="http://www.networkfoo.org/server-infrastructure/script-or-executable-failed-run-dc-scom-2007-r2" target="_blank">This article is the one that finally jogged my memory appropriately.</a> Thank you to the author!</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>exchange 2010 MP for scom = room for improvement</title>
		<link>http://jayntguru.com/wordpress/archives/315</link>
		<comments>http://jayntguru.com/wordpress/archives/315#comments</comments>
		<pubDate>Tue, 30 Nov 2010 16:09:35 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[annoyances]]></category>
		<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scom disabled alert alerting disk space cannot change]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/315</guid>
		<description><![CDATA[At first I really liked this MP, it knows a LOT about exchange and there was some serious effort put into making sure it grabs everything. After a while though, there are some things you need to be able to change, but can’t. Take this alert for disk space, we want to change the % [...]]]></description>
			<content:encoded><![CDATA[<p>At first I really liked this MP, it knows a LOT about exchange and there was some serious effort put into making sure it grabs everything. After a while though, there are some things you need to be able to change, but can’t.</p>
<p>Take this alert for disk space, we want to change the % that it alerts on, well guess what you can change with the override?</p>
<p><a href="http://jayntguru.com/wordpress/wp-content/uploads/2010/11/image1.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://jayntguru.com/wordpress/wp-content/uploads/2010/11/image_thumb1.png" width="727" height="300" /></a></p>
<p>That’s right, the only thing you can do is enable or disable the rule.. that’s it. And while we’re on the subject of disabling a rule, that’s not working for at least this one:</p>
<p>Here’s a few of the instances of this alert..</p>
<p><a href="http://jayntguru.com/wordpress/wp-content/uploads/2010/11/image2.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://jayntguru.com/wordpress/wp-content/uploads/2010/11/image_thumb2.png" width="726" height="230" /></a></p>
<p>And if you look at the overrides, this rule is clearly disabled… but still alerting.</p>
<p><a href="http://jayntguru.com/wordpress/wp-content/uploads/2010/11/image3.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://jayntguru.com/wordpress/wp-content/uploads/2010/11/image_thumb3.png" width="766" height="154" /></a></p>
<p>I’m still trying to figure both of these out.</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/315/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

