<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<title><![CDATA[Latest Articles]]></title>
	<link><![CDATA[http://systemcentercentral.com/Home/tabid/38/rss/1/Default.aspx]]></link>
	<description></description>
	<language>en-us</language>
	<copyright><![CDATA[Copyright 2009 System Center Central All Rights Reserved.]]></copyright>
	<lastBuildDate>Sat, 04 Sep 2010 07:42:31 GMT</lastBuildDate>
		<item>
			<title><![CDATA[Blog: Digging deeper into the Windows Server management pack: Tuning the Total Percentage Interrupt Time is too high monitor]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexID/79973/Default.aspx]]></link>
			<description><![CDATA[<p>The “Total Percentage Interrupt Time is too high” monitor was generating a significant number of alerts on a specific system in our environment. The server causing issues was a backup server which has local and remotely connected backup components which it coordinates. For background, interrupts indicate how much of the time the processor is addressing handling interrupts. The following is a subset of information from: <a href="http://technet.microsoft.com/en-us/library/cc750586.aspx">http://technet.microsoft.com/en-us/library/cc750586.aspx</a> and <a href="http://technet.microsoft.com/en-us/library/cc768048.aspx">http://technet.microsoft.com/en-us/library/cc768048.aspx</a></p>
<p>---</p>
<p><strong># Inte</strong><strong>rrupt tuning: Search for Wasteful Hardware Components</strong></p>
<p>For enterprise servers, do not be surprised if Processor: % Interrupt Time is around five to twenty percent of the total CPU workload, particularly if the network and disk I/O is very heavy. There are, however, some components that behave better than others. Attempt to obtain NICs that truly support bus mastering and disk host bus adapters that support DMA transfers versus PIO. Some disk and network adapters operate more efficiently than others, thus they require less CPU cycles to operate. Trade magazines provide numerous comparisons of these products. One good source of information is the NT Magazine web site located at: <a href="http://www.ntmag.com/">http://www.ntmag.com</a>.</p>
<p><b>Remove Faulty Hardware Components</b></p>
<p>When a hardware device, such as a NIC, interrupts the processor, NT Server's Interrupt Handler will execute to handle the condition, usually by signaling I/O completion and possibly issuing another pending I/O request. Observe the Perfmon counter Processor: Interrupts/sec. If this number begins to grow compared to your baseline when under normal workload, there is a good possibility that a network device has become faulty. When a device becomes faulty, it may begin generating high numbers of interrupts, which inundates the CPU. This wastes precious CPU cycles. Replacing the faulty device will alleviate this situation.</p>
<p><strong>Processor : % Interrupt Time. </strong>This is the percentage of time that the processor is spending on handling Interrupts. Generally, if this value exceeds 50% of the processor time you may have a hardware issue. Some components on the computer can force this issue and not really be a problem. For example a programmable I/O card like an old disk controller card, can take up to 40% of the CPU time. A NIC on a busy IIS server can likewise generate a large percentage of processor activity.</p>
<p>---</p>
<p>However, there are no indications of errors in the system log on the server. The server generating the alerts is a backup server which will be intense both on network and disk I/O so it matches the condition defined above. The server is not a virtual so <a href="http://systemcentercentral.com/BlogDetails/tabid/143/IndexId/60973/Default.aspx">existing tuning information</a> does not apply.</p>
<p>To determine what the interrupt time was at, the simple way is to open the monitor generating the alert and see what numbers appear each time the state changes to critical. From our server, the general average was less than 12. </p>
<p>The product knowledge provides a view that indicates that we can see this performance counter trended over time but there is no data when the “Start Processor % Interrupt Time Performance View” is executed.</p>
<p><a href="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-clip_image004_2.jpg"><img title="clip_image004" border="0" alt="clip_image004" width="502" height="547" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-clip_image004_thumb.jpg" /></a></p>
<p>This performance view has no information because the rule which gathers the information is disabled by default. While that makes sense in general (why store something in the Operations Manager database and the Data Warehouse unless you need the information) we wanted this information so we could better determine what the actual trend looks like for this server.</p>
<p><a href="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-image_2.png"><img title="image" border="0" alt="image" width="848" height="352" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-image_thumb.png" /></a></p>
<p>To enable this counter we created an override to enable to rule to collect the performance information: (we also changed the tolerance sample from 5 to 1 because we were not seeing data in the graph but this is not shown in the graphic below).</p>
<p><a href="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-clip_image008_2.jpg"><img title="clip_image008" border="0" alt="clip_image008" width="642" height="650" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-clip_image008_thumb.jpg" /></a></p>
<p>Next we trended this server over time to determine an actual regular baseline for the server. If the server is functioning normally during this timeframe we can now change this setting to the higher threshold.</p>
<p><a href="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-image_4.png"><img title="image" border="0" alt="image" width="754" height="410" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-image_thumb_1.png" /></a></p>
<p>After watching this counter for a longer duration we got a better picture of what were normal levels for this counter on this server.</p>
<p><a href="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-image_6.png"><img title="image" border="0" alt="image" width="753" height="494" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-image_thumb_2.png" /></a></p>
<p>As a results of determining the trend for the server (and verifying with the server owners that the server was performing as expected during the period of time we were monitoring this counter) we created an override for the server to 20 based upon the performance history for this counter on this server (shown below).</p>
<p><a href="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-clip_image014_2.jpg"><img title="clip_image014" border="0" alt="clip_image014" width="657" height="665" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://systemcentercentral.com/Portals/0/VivoIndexItem/Index79973/WLW-DiggingdeeperintotheWindowsServermanagem_B34B-clip_image014_thumb.jpg" /></a></p>
<p>Once we had this override in place, we removed the original override for the rule which gathered the counter.</p>
<p><strong>Summary</strong>: The Total Percentage Interrupt Time monitor can be tuned on a per-server basis by determining what the trend is for the performance counter during a healthy period of time and then creating an override for the server to the new threshold.</p>]]></description>
			<pubDate>Sat, 04 Sep 2010 00:46:49 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexID/79973/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Alert-Generating Rule for Syslog Messages]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79960/Default.aspx]]></link>
			<description><![CDATA[<p>Hi,</p>
<p>I'm trying to set up an alert-generating rule to generate alerts for specific syslog messsages, and am running into a bit of a wall. Perhaps someone else has gotten this working? </p>
<p>As a bit of background, I've configured one of my monitored Cisco devices (an ASA) to forward syslog messages to my RMS. I also have the xSNMP Syslog Alerts working, so I know that the RMS is, in fact, receiving syslog messages. (A <span style="font-family: Courier New;">nestat -an | findstr 514</span> also shows that the RMS is listening on UDP 514)</p>
<p>However, while the xSNMP Syslog Alerts look for syslog events by severity, I would like to search for specific messages, by looking for certain event #'s within the "message" parameter.</p>
<p>While I want to look for specific events, such as 733104 & 733105 (Possible Syn Flood attack), for this example/as a proof-of-concept I am looking for 106001, as those are presently being logged. In other words, when it's working, I'll know that it's working within a few minutes.</p>
<p>The goal is to be able to set up an Alert-Generating Syslog rule raising an alert for syslog messages where "facility" = 16, and "message" contains "106001". </p>
<p>A sample alert (from xSNMP alerts) looks like:</p>
<p><span style="font-family: Courier New;">Facility: 16<br />
Severity: 2<br />
Priority: local0.critical<br />
Timestamp: Sep 3  20:28:16</span></p>
<p><span style="font-family: Courier New;">Message: Sep 03 2010 14:29:22 FW1 : %ASA-2-106001: Inbound TCP connection denied from 69.69.31.28/1199 to xxx.xxx.xxx.xxx/135 flags SYN on interface Internet</span></p>
<p>I've followed the instructions at both, with no luck:</p>
<p>http://contoso.se/blog/?p=158</p>
<p>and</p>
<p>http://support.microsoft.com/kb/942863/en-us</p>
<p>...which slightly differ (the first one has the rule targeted at the MS, the second has it targeted at an agent, if memory serves). I've also tried rules targeted at "xSNMP  Device" and "SNMP Network Device" to no avail.</p>
<p>Here's the rest of the steps I have taken in my rule attempts:</p>
<ol>
    <li>Configure my Cisco ASA to forward syslog messages to my RMS.</li>
    <li>Authoring > Rules > New Rule</li>
    <li>Rule Type = Alert Generating > Syslog (Alert)</li>
    <li>Entered rule name & description</li>
    <li>Rule category = Alert</li>
    <li>Rule target (I've tried Root management server, agent, SNMP network device, xsnmp network device; should I be trying something else?)</li>
    <li>Expression: "facility equals 16" (I decided to keep it simple and try to get everything, and then attempt to filter it down by a string with the messsage parameter; better more results than none, to begin with)</li>
    <li>Set up the alert name, description, set severity to "Information" (for now, so any output doesn't get lost in the xSNMP alerts, which are all Critical & Warning).</li>
</ol>
<p>The properties/configuration of the completed rule(s) shows the Data Source as "SyslogDS" and the Response as "Alert".</p>
<p>So far, no luck.</p>
<p>So, I guess the question is, how does one create an alert-generating syslog rule (that actually generates alerts)? I think the problem lies either within the targeting of the rule, or maybe the rule category?</p>
<p>Any insight appreciated!</p>
<p>Thanks!</p>
<p> </p>
<p> </p>]]></description>
			<pubDate>Fri, 03 Sep 2010 20:56:17 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79960/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: RE: Re: CU2 installation: Agents never show up in Pending]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79959/Default.aspx]]></link>
			<description><![CDATA[<p>Found it.</p>
<p>I found a blog somewhere (wish I had the link to give them credit) that said that sometimes even though you use an elevated cmd prompt it doesn't always work.  It said to disable UAC, reboot, and try again.</p>
<p>As soon as I did that, everything worked perfectly.  No idea why, but it did.</p>]]></description>
			<pubDate>Fri, 03 Sep 2010 19:55:02 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79959/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: R2: Trying to upgrade from SQL 2005 to 2008]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79952/tag/Forums/Default.aspx]]></link>
			<description><![CDATA[Marco,<br><br><br><br>Did you copy the and replaced updated SRSUpgradeTool.exe with the existing one which is shipped with SCOM R2 Cumulative update 1 or 2 <br><br><br><br><br><br><br><br>]]></description>
			<pubDate>Fri, 03 Sep 2010 18:30:49 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79952/tag/Forums/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: ACS in a DMZ scenario?]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79945/tag/Forums+Operations_Manager/Default.aspx]]></link>
			<description><![CDATA[I’m in the financial industry, and the auditors are requiring that we centrally collect all security event logs.  ACS was to be our solution for this to keep the overhead of security events for 400+ servers out of the operations database.  I think I can live with a separate ACS database if that is doable, though I’m not sure how reporting on that database would work.]]></description>
			<pubDate>Fri, 03 Sep 2010 16:51:07 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79945/tag/Forums+Operations_Manager/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Blog: MonitoringHost.exe taking up all memory on RMS with Exchange 2010 MP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/143/IndexId/79944/Default.aspx]]></link>
			<description><![CDATA[<p>(SCOM 2007 R2) We have the exchange 2010 Management Pack installed with the Exchange Correlation engine installed on the RMS and while running, the MonitoringHost.exe will (at no specific point in time) consume all remaining memory ultimately rendering the RMS not functional.</p>
<p>Our RMS is on windows 2008 Enterprise sp2 64 bit.</p>
<p>Our issue is that we start up the Exchange Correlation Engine and it will eventually cause the MonitoringtHost.exe process to consume all memory.  We know this stems from the Correlation engine.  we are working with MS on this but we have a counter part with the same management pack but on 2003 for their RMS and this does not happen to them.</p>
<p>We have not disabled any exchange 2010 rules which is a "known" issue if you use the 2010 MP.</p>
<p>anyone seeing this?</p>]]></description>
			<pubDate>Fri, 03 Sep 2010 16:35:12 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/143/IndexId/79944/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: RE: In house developed monitor failures (EventID 1206 failed, got unloaded and reached the failure limit that prevents automatic reload. Management group "".)]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79943/Default.aspx]]></link>
			<description><![CDATA[<p>I'm working with Cliff to resolved this issue. </p>
<p>As suggest, I try to run the script manually using the command line. The script complete sucessfully and return the expected XML.</p>
<p>The Mp containing the vbs is available here : http://pastebin.com/JL9KtQJm</p>
<p> </p>
<p>Using the function LogScriptEvent(), I manage to figure out the call to oAPI.Return() hang when the propertybag is too big.</p>]]></description>
			<pubDate>Fri, 03 Sep 2010 16:07:38 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79943/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: CU2 installation: Agents never show up in Pending]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79942/tag/Forums+Operations_Manager/Default.aspx]]></link>
			<description><![CDATA[Are your management servers windows 2008, or 2003?<br><br>I've seen incomplete patch installs in 2008 when the patch was not started with 'run as administrator' option.]]></description>
			<pubDate>Fri, 03 Sep 2010 16:01:21 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79942/tag/Forums+Operations_Manager/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: Servers with Multiple NIC's and agent health]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79941/tag/Forums/Default.aspx]]></link>
			<description><![CDATA[It was the SPN. Thanks!]]></description>
			<pubDate>Fri, 03 Sep 2010 15:28:32 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79941/tag/Forums/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: CU2 installation: Agents never show up in Pending]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79934/tag/Forums+Operations_Manager/Default.aspx]]></link>
			<description><![CDATA[I should have mentioned that I followed his blog while doing my installation.  I even saw his section about the agent patch files not being put in place which is what clued me into looking there.  I've also posted this exact question to his blog in hopes that he might also see it and respond.<br><br><br><br>I get no errors at all.  None on the RMS, MS's, GW's, or agents.  They all just go along as if nothing is wrong.<br><br><br><br>I've contacted the team that manages our package deployment utility (similar to SCCM) to see what it'll take to make a package.  I'm at a complete loss as to why this might be happening.]]></description>
			<pubDate>Fri, 03 Sep 2010 14:56:53 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79934/tag/Forums+Operations_Manager/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: R2: Trying to upgrade from SQL 2005 to 2008]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79933/tag/Forums/Default.aspx]]></link>
			<description><![CDATA[@Tom,  My understanding is that all the permissions have been checked out.  It's the first place we looked.<br><br><br><br>@Simon, Is there a detailed step-by-step anywhere online?  For example, would one uninstall OpsMgr Reporting Services first before going with the SQL tear down?]]></description>
			<pubDate>Fri, 03 Sep 2010 14:39:39 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79933/tag/Forums/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: RE: Re: Generic Log .txt Monitor HELP!]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79932/Default.aspx]]></link>
			<description><![CDATA[<p>No, I mean it only seems to find the text string once and create an alert. All appearances of the text string after the initial alert seem to be ignored. As if it stops looking for it all together. Even inserting the text manually into the log file doesnt seem to affect the alert.</p>]]></description>
			<pubDate>Fri, 03 Sep 2010 14:38:16 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79932/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: Alerting when Task Scheduelr service is not running]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79931/tag/Forums+Operations_Manager/Default.aspx]]></link>
			<description><![CDATA[You should get an Alert when it's down, then you right-click the Alert and create a new Notification subscription.<br><br>But since you didn't get the Alert yet, this won't work. You have to go to the Administration Tab, right-click Subscriptions, "New subscription...", insert a name, then tick "created by specific rules or monitors" and in the Criteria description box you see "specific", click it, search for the Monitor, add it. Next, next...]]></description>
			<pubDate>Fri, 03 Sep 2010 14:28:18 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79931/tag/Forums+Operations_Manager/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: Alerting when Task Scheduelr service is not running]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79930/tag/Forums+Operations_Manager/Default.aspx]]></link>
			<description><![CDATA[Anyone?  Please?  Thanks! :)]]></description>
			<pubDate>Fri, 03 Sep 2010 14:04:15 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79930/tag/Forums+Operations_Manager/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: RE: CU2 installation: Agents never show up in Pending]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79911/Default.aspx]]></link>
			<description><![CDATA[<p>Bob, what sort of error messages are you seeing on the RMS or clients that are not updated? Any warning messages of any sort? Not sure if you've seen Kevin's CU2 rundown, which may have a nugget that helps.</p>
<h3><a onmousedown="return si_T('&ID=SERP,5031.1')" href="http://blogs.technet.com/b/kevinholman/archive/2010/04/30/opsmgr-2007-r2-cu2-rollup-hotfix-ships-and-my-experience-installing-it.aspx" realurl="http://blogs.technet.com/b/kevinholman/archive/2010/04/30/opsmgr-2007-r2-cu2-rollup-hotfix-ships-and-my-experience-installing-it.aspx"><font color="#0044cc">OpsMgr 2007 R2 <strong>CU2</strong> rollup hotfix ships – and my experience ...</font></a></h3>]]></description>
			<pubDate>Fri, 03 Sep 2010 08:59:07 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79911/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: RE: Servers with Multiple NIC's and agent health]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79910/Default.aspx]]></link>
			<description><![CDATA[<p>You'll find the cause in the error events. Find the error events in the 20,000 - 21,000 range in the OpsMgr Event Log on the agent computer, then on the mgmt server. Check them against the authentication event reference on the WIKI that I posted - <a href="http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexID/32926/Default.aspx"><font color="#003f7d">http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexID/32926/Default.aspx</font></a></p>]]></description>
			<pubDate>Fri, 03 Sep 2010 08:54:33 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79910/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: RE: Re: How does overrides apply?]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/IndexId/79907/Default.aspx]]></link>
			<description><![CDATA[<p>Thanks Dimitri!</p>
<p>SCOM really amazes me sometimes, and sometimes it simply sucks... :-)</p>
<p>Figured out i'll go for optin one short term, and make a option 2, longer term.</p>
<p>I started creating MP in Auth Console. -> Probe Action -> Picked Microsoft.Windows.Script.PropertyBagProbe module put my script in etc.. but on save it says ... this ... can you help :-) ?</p>
<p> </p>
<p><span style="font-family: "Calibri","sans-serif""><font size="3">error. ProbeAction Module (Type=Microsoft.Windows.ScriptPropertyBagProbe,  ID=Script) cannot be a leaf node in this composition. The composition has no input types (but this ProbeAction leaf module has one [ManagementPackElement=System.BaseData in ManagementPack:[Name=System.Library, KeyToken=31bf3856ad364e35, Version=6.1.7221.0]]). Only P....<o:p></o:p></font></span></p>]]></description>
			<pubDate>Fri, 03 Sep 2010 07:43:01 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/IndexId/79907/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: scom snmp monitoring]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Forums/tabid/60/IndexId/79906/Default.aspx]]></link>
			<description><![CDATA[<p>Sameer,<br />
<br />
you could contact Opslogix and ask for their solution to build a SNMP based MP for your device. (easiest way )<br />
<br />
Or indeed use the guide and dive into the world of SNMP - XML maybe the hard way but as stated before in my opinion the most fun! (Offcourse you probably come into situations where you would bump your head against the screen). Also take a look at <a href="http://operatingquadrant.com/2010/01/21/xsnmp-management-packs-beta-version-1-0-8-release/">Krish </a>his solution on SNMP monitoring.....</p>
<p>Cheers,</p>
<p> </p>]]></description>
			<pubDate>Fri, 03 Sep 2010 07:34:42 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Forums/tabid/60/IndexId/79906/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: R2: Trying to upgrade from SQL 2005 to 2008]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79903/tag/Forums/Default.aspx]]></link>
			<description><![CDATA[Marco, the reporting in 2008 is really different to 2005. AddWebConfigAppSettingCA is an error with the web Config file. I would backup the DB then remove SQL 2005 replace with SQL 2008. Remove the reporting then restore the DB's back into SQL 2008 clean install the SRS services.]]></description>
			<pubDate>Fri, 03 Sep 2010 07:03:25 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79903/tag/Forums/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Forums: Re: Any good .net MPs out there?]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/177/indexId/79902/tag/Forums/Default.aspx]]></link>
			<description><![CDATA[AviCode has intercept studio, Quest has FogLight. Both are the same and written by AviCode. Although it is an expensive program this has to judged by the need. I have installed AviCode products alot and the client got a good ROI on the investment. It is not a tool for the faint hearted and you would really need a good knowledge of .Net to fully understand the result.<br><br><br><br>The ASP.Net that come with OpsMgr is also created by AviCode, OEM'd to MSFT but in a very cut down form.]]></description>
			<pubDate>Fri, 03 Sep 2010 06:54:55 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/177/indexId/79902/tag/Forums/Default.aspx</guid>
		</item>
	</channel>
</rss>
