Book Image

Getting Started with Microsoft System Center Operations Manager

By : Kevin Greene
Book Image

Getting Started with Microsoft System Center Operations Manager

By: Kevin Greene

Overview of this book

Most modern IT environments comprise a heterogeneous mixture of servers, network devices, virtual hypervisors, storage solutions, cross-platform operating systems and applications. All this complexity brings a requirement to deliver a centralized monitoring and reporting solution that can help IT administrators quickly identify where the problems are and how best to resolve them. Using System Center Operations Manager (OpsMgr), administrators get a full monitoring overview of the IT services they have responsibility for across the organization - along with some useful management capabilities to help them remediate any issues they've been alerted to. This book begins with an introduction to OpsMgr and its core concepts and then walks you through designing and deploying the various roles. After a chapter on exploring the consoles, you will learn how to deploy agents, work with management packs, configure network monitoring and model your IT services using distributed applications. There’s a chapter dedicated to alert tuning and another that demonstrates how to visualize your IT using dashboards. The final chapters in the book discuss how to create alert subscriptions, manage reports, backup and recover OpsMgr, perform maintenance and troubleshoot common problems.
Table of Contents (18 chapters)
Getting Started with Microsoft System Center Operations Manager
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

What's inside a management pack?


Now that you have an understanding of the different types of management packs that OpsMgr uses, it's time to take a look under the hood and discuss the contents of a management pack. Depending on what the management pack was authored for, you will find one or more of these elements inside.

Classes (Object types)

Also referred to as object types, classes represent a kind (or type) of object in OpsMgr and every object is basically a single unit of a class that can be monitored. Examples of an object could be a computer, a network device, a logical disk or a power supply. It could also be an Active Directory domain, an application or an installation of SQL.

Each object in OpsMgr has its own class and that object is an instance that shares a common set of properties with other objects that are all part of a particular class.

Think of it like this, you're monitoring the C:\ logical disk on a Windows Server 2012 computer. The logical disk is seen as an object in OpsMgr...