Home » Articles posted by Anders Bengtsson (Page 41)
Author Archives: Anders Bengtsson
New Management Packs
A couple of new management packs has been published. Most of them requires Ops Mgr 2007 MOM 2005 backward compatibility management pack Update 6.0.5000.1 (or higher), download that here.
Microsoft Windows SharePoint Services 3.0 Management Pack for Operations Manager 2007
Date Published: 6/4/2007
Download here
Microsoft Office SharePoint Server 2007 Management Pack for Operations Manager 2007
Date Published: 6/4/2007
Download here
Microsoft Print Service Management Pack for Operations Manager 2007
Date Published: 6/4/2007
Download here
Microsoft Windows File Replication Service 2000/2003 Management Pack for Operations Manager 2007
Date Published: 6/4/2007
Download here
Microsoft Windows Group Policy 2003 Management Pack for Operations Manager 2007
Date Published: 6/4/2007
Download here
Microsoft Windows Server 2000/2003 DHCP Management Pack for Operations Manager 2007
Date Published: 6/4/2007
Download here
…and also a new version of Systems Center Operations Manager 2007 Documentation as been published here
System Center Guides
System Center Essentials 2007 Migration Guide
This guide discusses various scenarios for upgrading to System Center Essentials 2007, and also includes a brief discussion of outgrowing and migrating from Essentials to System Center Operations Manager 2007. The guide includes the following:
• Migrating from WSUS to Essentials 2007
• Migrating from Operations Manager to Essentials 2007
• Migrating from Systems Management Server 2003 or Configuration Manager 2007 to Essentials 2007
• Outgrowing Essentials 2007: Migrating to Operations Manager 2007 and Configuration Manager 2007
Download here
System Center Essentials 2007 Operations Guide
This guide discusses best practices for everyday use of System Center Essentials 2007. The guide includes the following:
• Getting Ready to Operate Essentials 2007
• Managing Computers
• Monitoring Network Devices
• Deploying Software and Updates
Download here
New Version of Operations Manager 2007 Active Directory Management Pack Guide
This guide includes an overview, deployment procedures, and monitoring scenarios for the Active Directory Management Packs for Microsoft System Center Operations Manager 2007. Date Published 1-6-2007. Whats new?
- Domain discovery that enables Operations Manager 2007 to automatically discover domains in your Active Directory environment
- New performance and client monitoring views to provide more ways to view your monitoring data
- A new child domain topology view, allowing you to see subdomains of other domains
- New dashboard views that combine multiple views into one view to allow analysis of trends and similarities between related metrics
Download here
OpsMgr 2007 MOM 2005 Backward Compatibility MP Update
Overview Updated MOM 2005 Backwards Compatibility MP (6.0.5000.1) and System Center Internal Library MP (6.0.5000.1).
Update to address fixes and enhancements:
– New Backward Compatibility Threshold monitoring type using in Converted MOM 2005 MPs which exposes Threshold values as overrides.
– Fixes to the Backward Compatibility Cluster discovery to address problem with converted MPs that monitor clustered Applications  Installation: After unpacking of the MSI files import the following MP files:
Folder (default): %ProgramFiles%\System Center Management Packs
– System.Mom.BackwardCompatibility.Library.mp
– Microsoft.SystemCenter.Internal.mp
The MP will replace the existing version of the filesManagement Pack Release History:
Initial Release 3/23/2007 Version 6.0.5000.0
Download here
Delta Threshold Monitor
A delta threshold monitor measure the change, for example a change of X GB on a driver during Y minutes or a change of X procent during Y minutes. Here is a short step by step guide
- In the console, under Authoring, Management Pack Objects, Monitors, create a new monitor
- Choose to create a new unit monitor, Windows Performance Counters/Static Thresholds/Single Threshold/Delta Threshold, click next
- Input a rule name and choose rule target, choose Availability as parent monitor, click next
- Click browse a choose a object, for exampleObject: LogicalDisk
Counter: Free Megabytes
Instance: C:ÂSpecify the interval and then click next
- Enter a threshold, for example 100 for 100Mb. Click next
- On the Configure Health window, click next
- Check “Generate alert for this monitor”, input a alert description, click Create
This monitor will generate an alert if someone add or remove 100Mb on C: during 15 minutes (default value).
New version of SQL MP for MOM 2005
Includes support for SQL 2005 SP2; improved product knowledge; improved support for localized versions (Version : 9.0.2047.0000).
Download here
Monitor a logfile with Ops Mgr 2007
I saw a question about monitoring a logfile with Ops Mgr 2007. Here is a short step by step guide
- In the console, under Authoring, Management Pack Objects, Rules, create a new rule
- Choose to create a Alert Generating Rules/Event Based/Generic Text Log (Alert), click next
- Input a rule name and choose rule target, click next
- Input a directory, for example C:\, input a pattern, for example logfile.log, click next
- Input the following expression,
Parameter Name = Params/Param[1]
Operator = Matches wildcard
Value = warning
click next - Configure a suitable alert and then click create
Please note that this rule is case sensitiv, so it will make difference between WARNING and warning.
Windows Base Operating System Management Pack for MOM 2005
A new version of the Windows base OS MP is available, version 05.0.3500.0010, date published 5/29/2007.
The Microsoft Windows Servers Base Operating System management pack 05.0.3500.0010 introduces monitoring of additional components available within the Microsoft Windows Server 2003 R2 operating system including Identity Management for UNIX(IDMU), Hardware Management events,NTFS file system monitoring, File Server Resource Monitoring (FSRM), Shadow Copies for Shared Folders (SCSF) Monitoring and more (See Management Pack Monitoring Scenarios with the Management Pack Guide for more information).
Download here
Test End-to-End Monitoring
In MOM 2005 there is a default task to test end-to-end monitoring. In Ops Mgr 2007 this task has been removed. If you want to create one on your own, you can do like this
- Create a new task in the Console, under Authoring and Management Pack Objects. Configure your new task to run a this
scriptConst EVENT_SUCCESS = 0
Set objShell = Wscript.CreateObject(“Wscript.Shell”)
objShell.LogEvent EVENT_SUCCESS, _
  “Operations Manager 2007 end-to-end test event.” - Create a new rule that collect event from the application log, event ID 0 and event source WSH. Configur the new rule to generate an alert with severity Information.
Summary, you have created a task that will run a script on a machine. This script will create a event in the local event viewer. The rule you have created will collect that event and generate an alert. With this alert you can verify that the communication with your agent is working.
Â
Links during May
- Operations Manager 2007 Security Guide, link
- Windows Vista Client Monitoring Management Pack for Operations Manager 2007, link
- How to upgrade 180 days eval to full version, link
- HP management packs for Ops Mgr 2007, link and link
- How to Edit Company Knowledge in OpsMgr 2007, link
- Debugging Failures when Deploying Agent from the Operations Console in OpsMgr 2007, link
- Operations Manager 2007 Performance and Scalability Whitepaper, link
- New version of Ops Mgr 2007 product documentation, link
Run a runbook with a specific account
Recent Comments