I’ve had some time to get a new build of the Lineage Explorer out. Build 316 is the latest.
The full article appears here:
http://myitforum.com/cs2/blogs/vdipippo/archive/2008/07/05/build-316-of-lineage-explorer.aspx
VJD/<><
I’ve had some time to get a new build of the Lineage Explorer out. Build 316 is the latest.
The full article appears here:
http://myitforum.com/cs2/blogs/vdipippo/archive/2008/07/05/build-316-of-lineage-explorer.aspx
VJD/<><
“What You Write Is Not Necessarily What You Get”
This new article is available on myITforum:
http://myitforum.com/cs2/blogs/vdipippo/archive/2008/07/05/opsmgr-scripting-wywinnwyg.aspx
VJD/<><
Thanks to Rod Trent at myITforum.com, I’ll be mirroring this content on myITforum.com.
Check it out here: http://myitforum.com/cs2/blogs/vdipippo/default.aspx
VJD/<><
I’ve written a new series on the Workflow Tracer module that I developed to help trace the contents of DataItems moving through workflows.
The series starts here. I’m keeping this one on WordPress only at this point because it has several links that thread together the four parts, plus diagrams.
Remember that this is a 4-part series with two distinct takeaways:
VJD/<><
If you have begin to work with distributed applications, you have begun to work with one of the most impressive areas of Operations Manager. This is the facility that allows you to truly take the health model approach to the next level. Essentially, it is a graphical tool that allows you to model your infrastructure along service boundaries, as opposed to the physical boundaries to which we have always been accustomed.
Behind the scenes, Operations Manager creates many entities in the management pack to which you save your distributed application. These are classes, instances of those classes, relationships, monitors, etc.
I plan to blog about several facets of understanding and implementing distributed applications in the future, but one foundational element is an MP I have written that includes a new distributed application template that I think you will find useful.
It is a completely blank distributed application that will appear in the Template list when you create a new distributed application. It is very similar to the “Blank (Advanced)” template that ships with OpsMgr, but it is truly blank. It will appear as “Empty Distributed Application” in the template list.
There are two differences between my “Empty Distributed Application” template and the “Blank (Advanced)” template that ships with OpsMgr:
The current version of the sealed MP is 24.1.1.1010. Our public key token is b77a5c561934e089, though I don’t think you’ll need it for this MP; it’s probably not one you’ll re-use (no modules, etc.).
The MP is available for download here:
com.focus24.Distributed.Applications1010.zip
VJD/<><
Summary
As I’ve been researching management pack elements over the course of the past 18 months, one task that I find myself doing over and over again is researching the lineage of management pack elements. With the inheritance and composite module features of the OpsMgr design, this can take you down quite a road. I have long wanted to write a tool that makes this easier. This is it.
What This Tool Does
This tool allows you to explore the lineage of OpsMgr MP elements.
Why This Tool Is Useful
OpsMgr is very object-oriented in its design. As such, it includes inheritance for class types and relationship types. Also, the workflow engine in OpsMgr is the driving force behind all discoveries, monitors, and rules. All discoveries, monitors, and rules are based on modules that perform various functions. All module types derive, eventually, from either managed code or native code. One major difficulty in researching a new management pack you’ve loaded (or from which you intend to learn) is that module types can also be “composite” modules, which contain any number of other modules that are linked together to form a new module type. Often, you will find a discovery that uses a data source module that is a composite of three or four modules. Those three or four modules can themselves be composites of several modules. Some management packs have modules that must be un-wrapped to four or five levels before you really understand the base modules that make up the actual work the workflow is doing.
This tool loads your OpsMgr environment from the database and then allows you to inspect the class types, relationship types, and module types installed. It allows you to expand them to see their lineage (either their parentage for class types and relationship types or in the case of module types, their composition tree down to the underlying native or managed modules).
Future Directions
I am currently working to extend this viewer to include:
I also plan to add more features around presenting the data:
Getting the Tool
The current build (227) is available for download here:
VJD/<><
-
One of the first monitoring situations you will undoubtedly encounter with OpsMgr 2007 is the “Failed to Ping Computer” alert. This alert is generated after an Agent Watcher loses contact with a health service on a agent-managed computer. It is an automatic check that is well-conceived, but isn’t quite what you might expect by its name. When you think of a “failed to ping” alert, you normally think of a ping monitor, running consistently against an IP, that fails to ping.
Similarly, the out-of-box monitoring for a network device is to pull a MIB-2 OID from the box as a connectivity check. This is also not the common conception of network device availability or an equivalent to a network ping.
In both cases, it would be nice to have a “plain old ping.” For this reason, I’ve developed a management pack to provide this. This management pack includes:
When you override the parameters for either the performance rule or the availability monitors, be sure to take the overall time your options will take into consideration and increase the script timeout if required. If you have retries and delays set such that the evaluation of the monitor could take more than 2 minutes, you must increase the script timeout above 120 seconds, for obvious reasons. If the script always times out, you will never receive an alert. Likewise with the performance monitor, where a timeout will prevent any performance data from being collected.
The current version of the sealed MP is 24.1.3.1016. Our public key token is b77a5c561934e089. It is available here:
com.focus24.PingMonitor1016.zip
VJD/<><
Welcome to SCOMNIVORE, a blog about Microsoft’s System Center Operations Manager 2007. My name is Vin DiPippo. Through this blog, I will be sharing the body of work we have done with OpsMgr at my company, FOCUS24.
FOCUS24 is a professional services organization and a Microsoft partner. We specialize in solutions that utilize Microsoft technologies. Key specializations within Microsoft’s product line are System Center Configuration Manager 2007 and Operations Manager 2007.
My sincere hope is that you find the information and resources on the blog useful. Please comment vigorously regarding the contents of this blog, both present and future.
Enjoy…
VJD/<><