Welcome to MSDN Blogs Sign in | Join | Help

Notes on System Center Operations Manager

Notes, troubleshooting, development and comments related to System Center Operations Manager

Syndication

News











All of my postings are provided "AS IS" with no warranties, and confer no rights. Use of included samples are subject to the terms specified at Microsoft.



Locations of visitors to this page

Locations of visitors to this page


November 2007 - Posts

Data Item XML - creation time
Today I received what I later considered an interesting request for help. Customer wanted to use the time of event causing alert to be used inside of this alert description. He realized that it would be the time of the first event triggering such alert Read More...

Posted Thursday, November 29, 2007 9:16 PM by MSutara | 0 Comments

Filed under: ,

Data Item XML - Appllication Log File
This post explains main data types which are involved in monitoring of application log files. Depending on the monitor used, following data types are initially created by data source modules. Following is a sample of the data type created by System.ApplicationLog.GenericLogReader Read More...

Posted Tuesday, November 27, 2007 5:47 PM by MSutara | 0 Comments

Filed under: ,

Data Item XML - series
I started series describing some of the data items floating thru the workflows of Operations Manager 2007. I will try to cover most commonly used ones as well as those more complex ones in order to help with the creation of XPath which is later to be Read More...

Posted Wednesday, November 21, 2007 6:25 PM by MSutara | 0 Comments

Filed under:

Data Item XML - ConsolidatorData
This data type is created by consolidator condition module, which is one of the modules that creates new data item for its output. Luckily consolidator also appends its input into this newly created DT and it can be find inside of context. $Data/…$ context Read More...

Posted Tuesday, November 20, 2007 10:10 PM by MSutara | 3 Comments

Filed under: ,

Data Item XML - MonitorTaskDataType
This data type is used as input for recovery task. Recovery can be executed on diagnostic or it can be executed on the state change where later is always present because diagnostic is always associated with state change of monitor. Because this is input Read More...

Posted Tuesday, November 20, 2007 8:57 PM by MSutara | 1 Comments

Filed under: ,

Parameter replacements (part 4)
This post is to continue Parameter replacements series . So far I talked about all but Data replacements so now I will try to describe it little more. This context replacement is unfortunately most hard to use one of all … Data Context Parameters Some Read More...

Posted Tuesday, November 20, 2007 2:37 PM by MSutara | 0 Comments

Filed under:

Parameter replacements (part 3)
To continue Parameter replacements series , let’s remind ourselves that context parameters can be used and will be replaced by the runtime with the actual parameter value. So far I talked about Config and MPElement replacements before and now I will try Read More...

Posted Saturday, November 17, 2007 3:00 PM by MSutara | 1 Comments

Filed under:

Parameter replacements (part 2)
As started in Parameter replacements (part1) , context parameters can be used in any part of a text and replaced by the runtime with the actual parameter value before the module is instantiated. Management Pack Element Context Parameters Some monitoring Read More...

Posted Friday, November 16, 2007 10:31 AM by MSutara | 1 Comments

Filed under:

Parameter replacements (part 1)
Management packs contain definitions of rules, monitors or composite module types where those monitoring objects need to be configured. In the configuration of the module type, in addition to providing constant values, you can also provide variable context Read More...

Posted Thursday, November 15, 2007 4:38 PM by MSutara | 1 Comments

Filed under:

Alert description and parameter replacement
Many of you know already that alert’s description can contain value of any of the properties of the data type causing the alert to be raised in the first place. What is little cryptic though, is how to write XPath query to receive the value from input Read More...

Posted Tuesday, November 13, 2007 1:04 PM by MSutara | 0 Comments

OpsMgr2007 SP1 RC rolling ugrade and cluster aware application monitoring.
Rolling upgrade of OpsMgr2007 is performed the way that server bits are upgraded, new management packs are requested and delivered and those are later pushed down to agents. Operations Manager 2007 SP1 Release Candidate contains an issue when monitoring Read More...

Posted Monday, November 12, 2007 12:25 PM by MSutara | 3 Comments

Filed under: ,

Agent Proxying Alert
Agent proxying needs to be enabled when health service discovers instance of some managed entity type for which management context doesn’t provide information that this exact health service will also monitor this instance. For example proxying must be Read More...

Posted Friday, November 09, 2007 10:59 AM by MSutara | 2 Comments

Filed under:

Alert suppression (troubleshooting)
Unfortunately there is no way to troubleshoot if alert suppression works as expected, especially in the case when dynamic value to suppress against was used. By dynamic value I mean replacement that runtime must try to do in the case of using $Data/<xpath Read More...

Posted Wednesday, November 07, 2007 1:42 PM by MSutara | 0 Comments

Filed under:

Alert Suppression (beginning)
Alert suppression is feature that allows for greater flexibility of alerts raised. So how was alert suppression feature designed? First we need to distinguish between types of alert that could be raised in Operations Manager 2007. Monitor state change Read More...

Posted Wednesday, November 07, 2007 11:49 AM by MSutara | 5 Comments

Filed under:

Page view tracker