<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myitforum.com./cs2/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Management Packs</title><link>http://myitforum.com./cs2/files/folders/mps/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Updated &amp; Improved - Custom Windows Server OS Management Pack</title><link>http://myitforum.com./cs2/files/folders/mps/entry126460.aspx</link><pubDate>Mon, 05 Jan 2009 19:20:55 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:126460</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;div class="postcontent"&gt;
&lt;p&gt;Shortly before the Christmas holiday, a colleague from Premier had reached out to me to verify that in the Active Directory management pack, when a DC is demoted some cleanup actions are automatically performed upon detection.&amp;nbsp; I responded by saying I vaguely remember that such a script existed in the ADMP and that it would execute upon detecting a DC demotion event, but I needed to double-check before I could say for sure.&amp;nbsp; Well, I decided to fire up my console and review the latest ADMP (6.0.6452.0) and sure enough such a rule and script existed.&amp;nbsp; However, upon testing of the rule&amp;nbsp;- AD DC Demoted in my lab environment, I uncovered the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;No alerts were&amp;nbsp;generated indicating the cleanup script completed successfully or failed.&amp;nbsp; 
&lt;li&gt;Testing the script manually, I uncovered a minor syntax error in the logic for the CreateEvent method when the successful removal of the replication monitoring objects&amp;nbsp;for that DC&amp;nbsp;were removed from the DC.&amp;nbsp; You would never see an alert indicating it completed successfully. 
&lt;li&gt;The script would never completed successfully after a DC demotion process is complete because the script runs under Local System security context of the agent action account (by default). It would need to authenticate to another DC in the domain using alternative credentials (Run As account as an example).&amp;nbsp; This is important because once the demotion is complete, there is no local copy of the DS and the script is configured to perform a serverless bind to the domain without hardcoding a DC.&amp;nbsp; Since the server is no longer a DC, it can&amp;#39;t bind to itself but to another DC in the domain the server is a member of.&amp;nbsp; 
&lt;li&gt;The latest version of the ADMP changed the name of the replication monitoring container in the DS to - OpsMgrLatencyMonitors.&amp;nbsp; The script in the ADMP was still referencing the old naming standard&amp;nbsp;- MOMLatencyMonitors.&amp;nbsp; &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;So I fired-up my old custom MP- Extended Windows Server OS Monitoring management pack (If you remember,&amp;nbsp;I had uncovered a different, but similar&amp;nbsp;issue&amp;nbsp;with the first release of the ADMP - 6.0.6246.0) to refresh my memory and test it to make sure it would work.&amp;nbsp;However, upon review I&amp;nbsp;determined that my logic was flawed and it needed to be re-written from the ground up (being the critical person I am, even of my own work). &amp;nbsp;Therefore, I started to evaluate the scenario and develop a workable solution.&amp;nbsp; This management pack has undergone&amp;nbsp;testing for two weeks now and I can say with certainty it works and meets my high-quality bar.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;This management pack provides the following capabilities:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Has the rule - AD DC Demoted, targeted at the Windows Server Operating System class, so that it will monitor Windows Server 2000/2003/2008. 
&lt;li&gt;An override so that you can change the parameter for the replication container (i.e. MOMLatencyMonitors or OpsMgrLatencyMonitors) to support the old and new versions of the ADMP. 
&lt;li&gt;The script has been corrected so it will generate an informational alert if successful and&amp;nbsp;includes the complete path - MOMLatencyMonitors or OpsMgrLatencyMonitors.&amp;nbsp; The default script would not include the replication container name in the alert details. The same can be said if it fails. 
&lt;li&gt;Two alert rules based on outcome of the cleanup script - success or failure respectively.&amp;nbsp; 
&lt;li&gt;A Run As Profile so that you can associate&amp;nbsp;an existing Run As Account (preferably the ADMP Replication Monitoring Account) and target it against the domain controllers in your environment.&amp;nbsp; Additional rights will need to be granted to this account in order for it to successfully delete the object(s) from the container in the DS. 
&lt;li&gt;Also has two tasks - Reboot Windows Server and Shutdown Windows Server.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;If you used the Extended Windows Server Operating System management pack (6.0.6246.0), delete it from the management group before importing this one, as it won&amp;#39;t upgrade to this new version.&amp;nbsp; The zip file contains the sealed MP and the deployment guide for your review.&lt;/p&gt;&lt;/div&gt;</description><enclosure url="http://blogs.technet.com/mgoedtel/attachment/3174162.ashx" length="90114" type="application/x-zip-compressed" /></item><item><title>Updated &amp; Improved - ConfigMgr 2007 OS Deployment MP </title><link>http://myitforum.com./cs2/files/folders/mps/entry126459.aspx</link><pubDate>Mon, 05 Jan 2009 19:19:29 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:126459</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;div class="postcontent"&gt;
&lt;p&gt;Finally I have found the time to post an updated version of the custom Configuration Manager 2007 OS Deployment Management Pack.&amp;nbsp; This version (6.0.6278.6) includes the following changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updated the Task Sequence status message alert description by removing the reference to the&lt;br /&gt;task execution date/time as it was formatted in DD/MM/YYYY HH:MM:SS with UTC offset (which is&lt;br /&gt;the default in SQL Server) and not local time.&amp;nbsp; 
&lt;li&gt;Updated the query for Task Sequence Status Messages script, which monitors specific SCCM status messages from the Task Sequence Engine, to get 11170 and 11171 from a different table - ClientOfferStatus.&amp;nbsp; (Thanks to a colleague - Denis Rougeau for catching that bug). 
&lt;li&gt;Updated the interval for the System Schedule data source for the Hung Computer Monitor Script and Task Sequence Engine Script from 5 minutes to 15 minutes to minimize impact on SCCM Site Servers.&amp;nbsp; I also&amp;nbsp;corrected the Knowledge Article for the Hung Computer Alert Rule.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Feel free to submit your feedback and any ideas you may have to expand the monitoring capabilities of this management pack.&lt;/p&gt;&lt;/div&gt;</description><enclosure url="http://blogs.technet.com/mgoedtel/attachment/3176379.ashx" length="126221" type="application/x-zip-compressed" /></item><item><title>System Center Mobile Device Manager 2008 Service Pack 1 Management Pack for Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry125204.aspx</link><pubDate>Tue, 16 Dec 2008 12:24:19 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:125204</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;span&gt;Microsoft System Center Mobile Device Manager Service Pack 1 2008 Management Pack for Operations Manager 2007 provides proactive monitoring of your Microsoft System Center Mobile Device Manager 2008 SP1 environment. This management pack includes: &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;
&lt;ul&gt;
&lt;li&gt;Detection and monitoring of all MDM SP1 servers and dependent services 
&lt;li&gt;The alert-driven state 
&lt;li&gt;Performance and backlog monitoring and configuration &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Before you install the MDM SP1 management pack, read the MDM Management Pack Guide document, which includes instructions for properly deploying and configuring the management pack.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary &lt;/b&gt;&lt;br /&gt;The System Center Mobile Device Manager 2008 SP1 (MDM SP1) Management Pack for Operations Manager 2007 provides capabilities for MDM SP1 monitoring, including the following: &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Collection of events from MDM Device Management Server, MDM Enrollment Server, MDM Gateway Server, and MDM Self Service Portal. 
&lt;li&gt;Health state monitoring and alerting for MDM service errors requiring administrative intervention. 
&lt;li&gt;Collection of MDM performance counters from MDM Device Management Server, MDM Enrollment Server, MDM Gateway Server, and MDM Self Service Portal. 
&lt;li&gt;Events indicating service outages. 
&lt;li&gt;Alerts indicating configuration and data source connectivity issues. 
&lt;li&gt;Verification that all dependent services are functioning properly. &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/1/7/4/174020BB-F078-4968-9A88-8208C802F5B2/SCMDM_2008_SP1_MP.msi" length="830464" type="application/octet-stream" /></item><item><title>Windows HPC Server 2008 Management Pack for System Center Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry124477.aspx</link><pubDate>Tue, 02 Dec 2008 22:07:30 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:124477</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The Windows HPC Server 2008 Management Pack provides both proactive and reactive monitoring of Windows HPC Server 2008 for a cluster environment. It monitors Windows HPC Server components – such as head node, compute node, Windows Communication Foundation (WCF) broker node, network, and Job Scheduler – to report issues that can cause downtime or poor performance for the cluster that is running Windows HPC Server 2008. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary &lt;/b&gt;&lt;br /&gt;The Windows HPC Server 2008 Management Pack for Operations Manager 2007 includes a number of key monitoring scenarios that are enabled with monitors, rules, alerts and tasks to help manage an HPC cluster, which include: &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Head Node Monitoring 
&lt;li&gt;Network Monitoring 
&lt;li&gt;Job Scheduler Monitoring 
&lt;li&gt;Compute Node Monitoring 
&lt;li&gt;Broker Node Monitoring&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/1/B/5/1B57694E-AB73-4E9B-9005-935415B0C1D6/Windows HPC Server 2008 System Center Operations Manager 2007 MP.msi" length="501760" type="application/octet-stream" /></item><item><title>Visual Studio Team System 2008 Team Foundation Server Management Pack for System Center Operations Management 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry124361.aspx</link><pubDate>Thu, 27 Nov 2008 13:34:31 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:124361</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;span&gt;The Team Foundation Server (TFS) 2008 Management Pack monitors exposed services of TFS. This management pack includes event rules and monitors. It is designed to proactively monitor quality and availability of TFS services and even automate recovery in some scenarios. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary &lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;
&lt;ul&gt;
&lt;li&gt;Auto discovery of TFS components 
&lt;li&gt;Leverages ASP.NET MP and SQL MP 
&lt;li&gt;Implements containment hierarchy reflecting logical architecture of the Product 
&lt;li&gt;Implements a proper health model using Monitors 
&lt;li&gt;Contains tasks, diagnostic and recovery for certain failures 
&lt;li&gt;Events indicating service outages 
&lt;li&gt;Alerts indicating configuration issues and connected data source changes 
&lt;li&gt;Verification that all dependant services are running 
&lt;li&gt;Targeted running of BPA against TFS Servers from Operator Console &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;New monitoring capabilities can be easily added. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description><enclosure url="http://download.microsoft.com/download/0/E/C/0EC31858-5A95-4AB6-B431-A2514CD1B3C8/TFSMP2007V1.msi" length="2813952" type="application/octet-stream" /></item><item><title>Microsoft SQL Server Management Pack for Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry124279.aspx</link><pubDate>Mon, 24 Nov 2008 20:59:17 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:124279</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;12/3/2008 - Updated version 6.0.6460.0, fixed an issue with the database discovery script to prevent overflows&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The SQL Server Management Pack provides the capabilities for Operations Manager 2007 to discover SQL Server 2000, 2005 and 2008 installations and components and to monitor them, primarily from the perspective of availability and performance. The availability and performance monitoring is done using a combination of scripts and native Operations Manager capabilities. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; Scripts in the SQL Server 2008 management pack rely on SQL Data Management Objects (SQL-DMO) to query information from the SQL Server. SQL-DMO is now deprecated and is not shipped as a part of SQL Server 2008. Every system with SQL Server 2008 that will be monitored must have SQL-DMO installed from the Microsoft SQL Server 2005 Backward Compatibility Components. For instructions on how to download and install the SQL Server 2005 Backward Compatibility Components refer to the management pack guide.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Bullet Summary:&lt;/b&gt; &lt;br /&gt;The following list gives an overview of the features of the SQL Server management pack. Refer to the SQL Server management pack guide for more detail.&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for Enterprise, Standard and Express editions of SQL Server 2000, 2005 and 2008 and 32bit, 64bit and ia64 architectures. 
&lt;li&gt;Support for both simple and complex SQL configurations such as clustered installations, multiple instances and 32bit roles running on a 64bit OS. For full details on supported configurations refer to the guide included with the management pack. 
&lt;li&gt;Discovery and monitoring of SQL Server roles such as DB Engine, Reporting Services, Analysis Services, Integrations Services. 
&lt;li&gt;Discovery of SQL components such as databases, the SQL Agent and SQL jobs. 
&lt;li&gt;Over 20 views covering areas such as database free space, SQL related performance, SQL related alerts, and lists of the various SQL roles and components which are discovered and their related state. 
&lt;li&gt;Reports for longer-term analysis of common problem areas related to SQL Server such as SQL Server lock analysis and top deadlocked databases, SQL Server service pack levels across discovered roles, user connection activity. Likewise the generic reports from the Microsoft Generic Report Library can be used against the roles and components discovered by the SQL MPs to review availability and performance across many systems and over longer periods of time. 
&lt;li&gt;Role and component specific tasks which provide access to common tools, triage information, or corrective actions without needing to leave the Operations Console in most cases. 
&lt;li&gt;Monitoring of databases covers database status, database free space, log shipping monitoring for both the source and destination, and transaction log free space. 
&lt;li&gt;Monitoring of key SQL related services. 
&lt;li&gt;Monitoring for persistent SPID blocking. 
&lt;li&gt;Monitoring of numerous SQL events and performance data points. Alerts bring the issue to your attention and provide knowledge on the impact and possible resolutions. &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/0/7/7/07714012-3B7C-4691-9F2B-7ADE4188E552/SQL Server System Center Operations Manager 2007 MP.msi" length="1713152" type="application/octet-stream" /></item><item><title>Windows Server Active Directory Management Pack for Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry123943.aspx</link><pubDate>Fri, 07 Nov 2008 20:21:54 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123943</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The Active Directory Management Pack provides both proactive and reactive monitoring of your Active Directory deployment. It monitors events that are placed in the Application, System, and Service event logs by various Active Directory components and subsystems. It also monitors the overall health of the Active Directory system and alerts you to critical performance issues. The monitoring provided by this management pack includes monitoring of the domain controllers and monitoring of health from the perspective of clients utilizing Active Directory resources. To monitor the domain controllers, the Active Directory Management Pack provides a predefined, ready-to-run set of processing rules, monitoring scripts, and reports that are designed specifically to monitor the performance and availability of the Active Directory domain controllers. The client in your environment might experience connectivity and service issues even though the domain controller appears to be operating correctly. The Active Directory Client Management Pack, included in the Active Directory Management Pack files to download, helps to identify these issues. This management pack monitors the services provided by the domain controller. It provides information in addition to that collected directly on the domain controller about whether they are available by running synthetic transactions against the directory service, such as Lightweight Directory Access Protocol (LDAP) binds and LDAP pings. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary:&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Replication 
&lt;li&gt;Lightweight Directory Access Protocol (LDAP) 
&lt;li&gt;Domain Controller Locator 
&lt;li&gt;Trusts 
&lt;li&gt;Net Logon service 
&lt;li&gt;File Replication Service (FRS) 
&lt;li&gt;Intersite Messaging service 
&lt;li&gt;Windows Time service 
&lt;li&gt;Key Distribution Center (KDC) 
&lt;li&gt;Monitoring service availability 
&lt;li&gt;Collecting key performance data 
&lt;li&gt;Providing comprehensive reports, including reports about service availability and service health and reports that can be used for capacity planning &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/f/5/4/f54f86e3-731b-4c5e-8d3a-1761bcfe0c80/Microsoft Active Directory 2000 2003 and 2008 Management Pack for Operations Manager 2007.msi" length="2007040" type="application/octet-stream" /></item><item><title>Microsoft SharePoint Services 3.0 Management Pack for Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry123858.aspx</link><pubDate>Wed, 05 Nov 2008 12:23:02 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123858</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;This Management Pack monitors the health state of the components in your SharePoint environment that affect performance and availability. When there is an issue that may cause service or performance degradation, Operations Manager 2007 uses the Management Pack to detect the issue, alert you to its existence, and facilitate diagnosis and corrective actions. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Bullet Summary: &lt;/b&gt;&lt;br /&gt;The management pack monitors: &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows SharePoint Services 3.0 related services (Timer, Tracing and Search) 
&lt;li&gt;Windows SharePoint Services 3.0 related Events 
&lt;li&gt;Web server applications such as Internet Information Services (IIS) 
&lt;li&gt;IIS-related Events 
&lt;li&gt;Microsoft SQL Server® database-related events 
&lt;li&gt;WSS Server performance &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/1/f/2/1f23738c-e499-43c6-9cae-d645d186a34e/Windows SharePoint Services 3.0 System Center Operations Manager 2007 MP.msi" length="1589248" type="application/octet-stream" /></item><item><title>Sample Linked Report MP</title><link>http://myitforum.com./cs2/files/folders/mps/entry123733.aspx</link><pubDate>Fri, 31 Oct 2008 12:44:40 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123733</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Source:&amp;nbsp; &lt;a href="http://blogs.msdn.com/steverac/archive/2008/10/30/sample-linked-report-mp.aspx"&gt;http://blogs.msdn.com/steverac/archive/2008/10/30/sample-linked-report-mp.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve seen several posts on various forums where folks are looking for samples showing how to build an MP containing linked reports.&amp;nbsp; The report authoring guide refers to some sample files but, those files don&amp;#39;t exist anywhere.&amp;nbsp; I just finished up some linked report training and, as a part of the training, build out a custom linked report MP that is attached to this post.&amp;nbsp; You can also review how to build linked reports by simply exporting most any of our sealed MP&amp;#39;s and searching for the linked report section.&lt;/p&gt;</description><enclosure url="http://blogs.msdn.com/steverac/attachment/9024770.ashx" length="21556" type="application/octet-stream" /></item><item><title>Windows HPC Server 2008 Management Pack for System Center Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry123654.aspx</link><pubDate>Thu, 30 Oct 2008 12:37:57 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123654</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The Windows HPC Server 2008 Management Pack provides both proactive and reactive monitoring of Windows HPC Server 2008 for a cluster environment. It monitors Windows HPC Server components – such as head node, compute node, Windows Communication Foundation (WCF) broker node, network, and Job Scheduler – to report issues that can cause downtime or poor performance for the cluster that is running Windows HPC Server 2008. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary &lt;/b&gt;&lt;br /&gt;The Windows HPC Server 2008 Management Pack for Operations Manager 2007 includes a number of key monitoring scenarios that are enabled with monitors, rules, alerts and tasks to help manage an HPC cluster, which include: &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Head Node Monitoring 
&lt;li&gt;Network Monitoring 
&lt;li&gt;Job Scheduler Monitoring 
&lt;li&gt;Compute Node Monitoring 
&lt;li&gt;Broker Node Monitoring &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/1/b/5/1b57694e-ab73-4e9b-9005-935415b0c1d6/Windows HPC Server 2008 System Center Operations Manager 2007 MP.msi" length="501760" type="application/octet-stream" /></item><item><title>Windows Server Operating System Management Pack for Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry123330.aspx</link><pubDate>Mon, 20 Oct 2008 19:54:41 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123330</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The Windows Server Operating System Management Pack consists of the following five management packs: Microsoft Windows Server Library, Microsoft Windows Server 2008 Discovery, Microsoft Windows Server 2008 Monitoring, Microsoft Windows Server 2003, and Microsoft Windows 2000 Server. The Microsoft Windows Server management packs monitor the performance, health, and availability of Windows Server 2008, Windows Server 2003, and Windows 2000 Server.&lt;br /&gt;&lt;br /&gt;By detecting, alerting on, and automatically responding to critical events and performance indicators, management packs reduce resolution times for issues and increase the overall availability and performance of your Windows Server 2008, Windows Server 2003, and Windows 2000 Server operating systems, thereby helping to reduce the total cost of ownership.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary &lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Availability &lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Key Operating System Services: Required services are checked for status (for example, running, not running, or paused). 
&lt;li&gt;Storage: Logical hard drives are checked for availability, sufficient free space, and integrity of the NTFS partition. 
&lt;li&gt;Network: Network adapters are checked for connection health, name and IP address conflicts. &lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;&lt;b&gt;Performance &lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Processor: System processor(s) performance is checked system-wide. Processors can optionally be monitored on a per processor basis. 
&lt;li&gt;• Memory: Memory consisting of physical memory and virtual memory (also known as page files) is monitored using the following performance indicators: 
&lt;ul&gt;
&lt;li&gt;Available memory (in MB) 
&lt;li&gt;Pages per second 
&lt;li&gt;Page file percent usage &lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;Disks and Partitions: Logical disks/partitions and physical disks are monitored, and performance data is collected for average disk seconds per read, disk seconds per write, and disk seconds per transfer. Depending on which version of the operating system is being monitored, either logical or physical monitoring is enabled by default. Refer to the MP guide for more detail. 
&lt;li&gt;Network Adapter: Network adapters are monitored for the number of bytes received per second, the number of bytes sent per second, and the total bytes per second. In addition, the health state of the network adapter is evaluated and is set to Healthy if connected and Critical if disconnected. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/f/7/b/f7b960c9-7392-4c5a-bab4-efbb8a66ec2a/Windows Server Base OS System Center Operations Manager 2007 MP.MSI" length="1142272" type="application/octet-stream" /></item><item><title>Scheduled Tasks - Management Pack</title><link>http://myitforum.com./cs2/files/folders/mps/entry123078.aspx</link><pubDate>Fri, 10 Oct 2008 20:17:56 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123078</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img style="WIDTH:262px;HEIGHT:103px;" border="0" alt="Inovativ" src="http://www.myitforum.com/absoluteig/gallery/News_Images/Inovativ.jpg" width="154" height="103" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;INOVATIV proudly presents the Scheduled Tasks management pack for System Center Operations Manager 2007. Completely free and without any restrictions!&lt;/p&gt;
&lt;p&gt;We have put our experience of System Center products and solutions to work in this completely native management pack. The scheduled tasks management pack introduces two new classes in your System Center Operations Manager 2007 environment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scheduler 
&lt;li&gt;Scheduled Tasks &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It provides the classes as a child to the Windows Computer class and marks it as &amp;quot;public&amp;quot;, for use in a Distributed Application. Scheduled Tasks are monitored every 60 seconds for three potential problems:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last run time is &amp;quot;Never&amp;quot; or&amp;nbsp;&amp;quot;N/A&amp;quot; 
&lt;li&gt;Last result is other than 0 &lt;/li&gt;&lt;/ul&gt;</description><enclosure url="http://www.inovativ.nl/files/inovativ_scheduled_tasks_mp_v11.zip" length="48419" type="application/zip" /></item><item><title>Microsoft Application Virtualization Management Pack for Systems Center Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry123055.aspx</link><pubDate>Fri, 10 Oct 2008 11:28:40 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123055</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The Microsoft Application Virtualization 4.5 (App-V) Management Pack enables IT professionals to use Microsoft System Center Operations Manager 2007 to monitor App-V server systems. The Management Pack is designed to maximize Application Virtualization Server availability for handling Application Virtualization Client requests. This component delivers an enterprise-level solution to proactively monitor Microsoft Application Virtualization 4.5 server systems.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Monitor and detect Application Virtualization service failures. 
&lt;li&gt;Monitor connectivity errors with external App-V dependent services such as SQL and Active Directory Domain Services. 
&lt;li&gt;Monitor when the backlog of queued requests crosses thresholds. 
&lt;li&gt;Monitor the general health state of the App-V Server. 
&lt;li&gt;Monitor machine-wide health metrics as related to App-V Server components. 
&lt;li&gt;Visually monitor trends in the backlog of queued requests on App-V Servers. 
&lt;li&gt;Monitor the number and type of alerts across the App-V infrastructure. 
&lt;li&gt;Monitor response time when communicating with external services. &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/b/9/8/b9811924-49d4-4ee2-ae50-bbec20357e17/AppVMgtPackforOpsMgr2007(en-US).msi" length="530944" type="application/octet-stream" /></item><item><title>Microsoft BizTalk Server Management Pack for Operations Manager 2007</title><link>http://myitforum.com./cs2/files/folders/mps/entry122868.aspx</link><pubDate>Thu, 02 Oct 2008 13:30:32 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:122868</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The BizTalk Server Management Pack for Operations Manager provides comprehensive discovery and monitoring of BizTalk Server components and applications. In addition to general support for BizTalk Server 2006, BizTalk Server 2006 R2, this management pack provides coverage for new BizTalk Server 2006 R2 features, such as the native EDI runtime and RFID.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Bullet Summary: &lt;/b&gt;&lt;br /&gt;This management pack focuses on the following key scenarios which are discussed further in the management pack guide provided within the download: &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Suspended Message Alerts 
&lt;li&gt;Alert Suppression Policy 
&lt;li&gt;BAM Technical Assistance Alerts 
&lt;li&gt;BizTalk Message Boxes and Hosts 
&lt;li&gt;Orchestration Failures 
&lt;li&gt;Service Monitoring 
&lt;li&gt;Application Monitoring 
&lt;li&gt;Monitoring of various aspects of RFID &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/0/e/8/0e8094b5-0b36-4056-a638-f8a0f919064c/Microsoft BizTalk Server System Center Operations Manager 2007 MP.msi" length="731136" type="application/octet-stream" /></item><item><title>Microsoft Windows Server 2008 UNIX Interoperability Management Pack for Microsoft OpsMgr 2005</title><link>http://myitforum.com./cs2/files/folders/mps/entry122760.aspx</link><pubDate>Tue, 30 Sep 2008 10:36:42 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:122760</guid><dc:creator>rodtrent</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;The Microsoft Windows Server 2008 UNIX Interoperability Management Pack monitors the performance and availability of the Windows Server 2008 version of Subsystem for UNIX based Applications component and Identity Management for UNIX component. By detecting, alerting on, and automatically responding to critical events and performance indicators, this Management Pack helps indicate, correct, and prevent possible UNIX Interoperability related service outages. The Windows Server 2008 UNIX Interoperability Management Pack helps ensure that your Subsystem for UNIX based Applications and Identity Management for UNIX components are available and working correctly.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Feature Summary&lt;/b&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Events indicating service outages&lt;br /&gt;
&lt;li&gt;Alerts indicating configuration issues and connected data source changes&lt;br /&gt;
&lt;li&gt;Verification that all dependant services are running&lt;br /&gt;
&lt;li&gt;Management agent errors requiring administrative intervention&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;</description><enclosure url="http://download.microsoft.com/download/c/1/4/c14b4d98-fac8-4954-809e-8a18bdb28deb/W2K8 UNIX Interoperability MP for MOM 2005.msi" length="-1" type="application/octet-stream" /></item></channel></rss>