Home » Articles posted by Anders Bengtsson (Page 34)
Author Archives: Anders Bengtsson
Links during January
- Tool: What’s in my management pack? Dump the contents of a management pack. Link
- Download: Microsoft System Center Essentials 2007 VHD, link
- DOC: System Center Data Protection Manager 2007 System Requirements, link
- Video: System Center Operations Manager 2007 Service Pack 1 Training Videos, link
- Info: Support plans for OpsMgr 2007, SCE and MOM 2005 running on Windows Server 2008, link
- KB: When you restart Root Management Server, the Health Service does not start in System Center Operations Manager 2007, link
- KB: Event ID 2115 is logged, and a management server generates an “unable to write data to the Data Warehouse” alert in System Center Operations Manager 2007, link
- KB: The System Center Operations Manager 2007 reporting feature and the System Center Essentials 2007 reporting feature do not work correctly when you configure SQL Server 2005 Reporting Services to run in SharePoint integrated mode, link
- KB: Error message when you try to remove the System Center Operations Manager 2007 database role: “Error 1324. The folder path ‘Microsoft SQL Server’ contains an invalid character”, link
- KB: The Root Management Server encryption key is unavailable after you replace or reinstall the Root Management Server server in Microsoft System Center Operations Manager 2007, link
- KB: You do not see the additional alert criteria that you selected when you view the properties of a subscription in Microsoft System Center Operations Manager 2007, link
- KB: Registry entry names that contain a backslash character (\) are considered as part of the registry path when you use Registry probe, link
- KB: How to monitor disk performance on Windows 2000 Servers by using System Center Operations Manager, link
- KB: When many alerts occur at the same time, Notification Workflow Solution Accelerator version 2.1 does not send notifications in MOM 2005, link
- KB: When you select many items in any of the views, some action tasks that you typically expect may not be available in Operations Manager 2007, link
- KB: The CPU percentage Utilization monitors do not work on a Windows 2003 server, link
- KB: Exchange server cannot be detected as “back-end†server, link
- KB: Gateway server is not working properly after installation, link
- KB: Exchange MP Reports – “Top 100” Returns ‘Blank’, link
- MP: Microsoft SharePoint Portal Server 2003 Management Pack, link
- MP: Information Worker Management Pack, link
- MP: Microsoft Windows Server 2000/2003 Terminal Services Management Pack, link
- MP: Microsoft Windows SharePoint Services 2.0 (2003) Management Pack, link
- MP: Microsoft Windows Server 2000/2003 Operating System Management Pack, link
- MP: System Center Operations Manager 2007 Management Pack Update, link
- MP: Microsoft Windows Client 2000/XP Operating System Management Pack, link
- MP: Microsoft Windows Server 2000/2003 Active Directory Management Pack, link
- MP: Microsoft Exchange Server 2003 Management Pack, link
- MP: Microsoft Windows Server 2000/2003 Internet Information Services Management Pack, link
- MP: Intel Active Management Technology Management Pack, link
- MP: Microsoft® System Center Data Protection Manager 2007 Management Pack for Microsoft Operations Manager 2005, link
- MP: System Center Operations Manager 2007 Configuration Pack for Configuration Manager 2007, link
TS: Microsoft System Center Operations Manager 2007, Configuring
Finally the Microsoft System Center Operations Manager 2007, Configuring exam is live and public. If you pass you will be a Microsoft Certified Technology Specialist (MCTS): System Center Operations Manager 2007, Configuration. You can read about the exam here. Good Luck!
Check passwords about to expire
I have written a small script that check if account passwords are about to expire. If they are, you get a event in the local event viewer. You can pick up that event with Ops Mgr and MOM and then generate a alert for your operators and/or administrators. You can download the script here.
Default settings are that you will get a event if the password will expire within 20 days and the script checks all user objects within this OU OU=Service Accounts,OU=Contoso EMEA,DC=emea,DC=corp,DC=contoso,DC=localÂ
MS50028 Managing System Center Operations Manager 2007
This week I have been teaching the new “Managing System Center Operations Manager 2007” course. It is a 5-day course with a mix of theory, instructor led teaching and hands on labs. My understanding is that we were first in the world to carry out this course, outside Microsoft. It was a very instructive week and I want to thank all students, Swedish as well as international participants, for great discussions.
This course contains the following headings:
- Module 1:Â Installing System Center Operations Manager 2007
- Module 2: Using the Operations Console
- Module 3: Configuring Management Group and Agent Settings
- Module 4: Agent Installation
- Module 5: Management Packs
- Module 6: Reporting
- Module 7: Agentless Exception Monitoring
- Module 8: Audit Collection Services
- Module 9: Using Operations Manager 2007 Command shell
- Module 10: Complex Environments
- Module 11: Migrating from MOM 2005 to Operations Manager 2007
The course is preparing for the 70-400 exam, MCTS (Microsoft Certified Technology Specialist): System Center Operations Manager 2007, Configuration.
If you have any questions regarding this course or other System Center courses, send me a e-mail.
ACS Collector Performance Counters
After you have implement Audit Collection Services in your environment you must start monitor the collector. There is a number of performance counters that can help you with this:
- Connected Clients
- Database Queue % Full
- Database Queue Backoff Threshold in %
- Database Queue Disconnect Threshold in %
- Database Queue Length
- DB Loader Event Inserts/sec
- DB Loader Principal Inserts/sec
- DB Loader String Inserts/sec
- DB Principal Cache Hit %
- DB Request Queue Length
- DB String Cache Hit %
- Event time in collector in milliseconds
- Incoming Events/sec
- Interface Audit Insertions/sec
- Interface Queue Length
- Registered Queries
If you want to collect this performance data and review it for analyse and plannig, you can first create a collection rule and then a performance view.
- Start the console, click Authoring
- Right-click Rules and choose to create a new rule
- Rule Type: Choose to create a Collection Rules/Performance Based/Windows Performance. Click Next
- General: Input a rule name, description and choose “Microsoft Audit Collection Services Collector” as rule target, then click next.
- Performance Counter: input “ACS Collector” as object. If you want to collect for example number of events inserted in the database per second, select “DB Loader Event Inserts/sec” as counter. Select “Include all instances for the selected counter”. Configure the interval and then click Next
- Optimized Collection: Choose to use optimization or not, click Create
If you want to view the collected data you can create a performance view, and configure it to show data related to “Microsoft Audit Collection Services Collector”.
“matches wildcard” in Ops Mgr 2007
In MOM 2005 we could add advanced criterias and for example check if a event description included a special word, “matches wildcard”. In this post I will show you how to get the same feature in Ops Mgr 2007. I want an alert when a event with “unsucessfully” is written in the local event log.
I have create a simple vbscript that writes two events to a local event log. The event ID and source are the same, and the description is almost the same, but one event includes “unsuccessfully” and the other one includes “sucessfully”. Now I want to get an alert only when events with “unsuccessfully” a written in the local event viewer.
- Start Ops Mgr Console, click Authoring
- Right-click Rules and choose to create a new Rule, create a Alert Generating Rules/Event Based/NT Event Log (Alert)
- Rule Type: Choose a suitable management pack to store your new rule, click Next
- General: Input a name, description and choose a suitable target, click Next
- Event Log Type: Choose which log, in my example events will be generated in the Application Log. Click next
- Build Event Expression: in my example
Event ID. equals. 0
Event Source. equals. WSH - Click Insert and choose then “…” in the new parameter box. In “Select an Event Property” choose “Use parameter name not specified above” and then insert EventDescription , click OK
setup the last parameter as
EventDescription. Contains. unsuccessfully , click Next - Configure Alerts: Configure a suitable alert, with some description. If you want the entire event shown in the alert description you can add $Data/EventDescription$. Click Create

DPM MP Reports
I have installed the System Center Data Protection Manager 2007 (DPM) management pack for Operations Manager 2007 and notice that there are no reports included in the management pack, but there are a number of reports in the DPM 2007 Administrator Console. If you want to view these reports from the Ops Mgr console you can create a new Web Page View (a true cowboy solution).
- Right-click Monitoring\Monitoring in the console and choose to create a new Web Page View
- Input a suitable name, for example DPM Reports
- Input a suitable description
- Input target website. Input http://dpmserver/Reports. Replace “dpmsever” with the name of your DPM server for example http://emea-dpm-01/reports.
In this example I am running DPM db on a “real” SQL server, not the built-in SQL software that comes with DPM. You will have to give your operators permissions to view DPM reports. You can do that from SQL Report Manager
- Browse to http://dpmserver/Reports
- Click “Show Details”
- Click “Edit” in front of “DPMReports”, to get the DPMReports folder properties
- Click “Security” on the left side
- Click “New Tole Assignment”
- In the New Role Assignment window, input the security group or user account, for example “EMEA\OpsMgrAdmins” (EMEA is my domain)
- Assign the new group or user a suitable role for example “Browser”
- Click OK and your are done
Â

Â
Â
Monitor ID
You sometimes gets something like this in for example an alert
Affected monitor ID: AE311D41-D0C4-31B3-B2A1-E503E7226F42 Instance ID: 54321668-EFFA-411D-A511-3C6D9E119294 Management Group ID: 17F3B66F-8597-7BB1-35EE-F382AAF6B299
You then want to know the name of the monitor. Unfortunately the built-in advanced search tool in the console dont support searching on Monitor ID. But you can run this SQL query in your OperationsManager database, it will give you bot monitor name and managementpack
SELECT Monitor.MonitorName, ManagementPack.MPName FROM Monitor INNER JOIN ManagementPack ON Monitor.ManagementPackID = ManagementPAck.ManagementPackID WHERE MonitorID = ‘X’
Replace X with the Monitor ID.
Audit Collection and Gateway Server
There is a lot of questions regarding ACS and gateway server. Microsoft Audit Connection Service (ACS) is a new function in Ops Mgr that can collect logs from machines. All logs are saved in a special Audit Collection database. You can then run reports against the database to see trends and do security analyzes. You can also for example trace a user activity over many systems. Gateway server is a server service that allow Ops Mgr to monitor machine within non-trusted domains or in workgroups, without lower the security.
I did some tests today about ACS and gateway servers. In my test I had regular Windows Server 2003 domain with Ops Mgr installed, I also had a Windows Server 2008 machine running in another domain that I wanted to monitor. Normal agent installation did not work as there is no firest trust between my domains and the 2008 domain is running Windows Server 2008 Functional Level. Is is no problem installing the agent on a Windows server 2008 machine that are in the same domain as Ops Mgr.I installed a Windows Server 2003 as a gateway (GTW) server and then I manually installed the agent on my Windows server 2008 machine. After that I enable audit collection from operations manager console. During the ACS enable wizard you must do a override and speciy a ACS collector, else the agent will try to forward all events to the gateway server.
Â

Â
Summary: There is no problem with ACS in a gateway scenario like this. Just remeber to direct your ACS forwarder (the agent) to send its event data to a ACS collector. One of the news in Ops Mgr SP1 is that ACS is now supported on the Management and Gateway server roles.
Links During December
- SC Ops Mgr 2007 Resource Kit – AEM Management Pack, link
- Forefront Security for Exchange Server 10.1 MP for OpsMgr 2007, link
- Microsoft System Center and Windows Server 2008: Better Together, link
- Windows Server Update Services 3.0 Management Pack Guide, link
- Operations Manager 2007 Key Concepts, link
- SharePoint Monitoring Toolkit, link
- System Center Virtual Machine Manager 2007 Management Pack for Microsoft Operations Manager 2005, link
- Server Virtualization Management Pack for Microsoft Operations Manager 2007, link
- Protecting Your Data with System Centre Data Protection Manager, link
- Microsoft® Virtual Server 2005 R2 Management Pack Guide, link
- Microsoft System Center Capacity Planner 2007 Datatsheet, link
- System Center Virtual Machine Manager MPSRPT Tool, link
- Operations Manager 2007 Key Concepts, link
- Ops Mgr 2007 docs have been updated, link
- Notification Workflow Solution Accelerator, link
- DPM 2007 Pre-release Upgrade Guide, link
- System Center Data Protection Manager 2007 Getting Started Guide, link
- Deploying System Center Data Protection Manager 2007, link
- System Center Data Protection Manager 2007 System Requirements, link
- How to monitor disk performance on Windows 2000 Servers by using System Center Operations Manager, link
- Microsoft® System Center Data Protection Manager 2007 Management Pack for Microsoft® Operations Manager 2005, link
- Microsoft® System Center Data Protection Manager 2007 Management Pack for Microsoft System Center Operations Manager 2007, link
- Update Hosted Messaging and Collaboration 4.0 with System Center Operations Manager 2007, link
- Windows Server 2008 Step-by-Step Guides, link
- Step-by-Step Guide to Getting Started with Hyper-V, link
- Microsoft SQL Server 2000/2005 Management Pack, link
Incident Management in System Center Service Manager
Recent Comments