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

Management packs overview


Management packs give us a deep-dive ability to monitor things such as operating systems, applications, hardware components, websites, and cloud-based workloads to name just a few.

Containing workload-specific discoveries, monitors, rules, tasks, and reports, a management pack removes the need for IT administrators and service owners to get around a table and try to brainstorm (or guess) what might possibly go wrong with whatever it is that they want to monitor! Instead, a management pack will enable you to monitor everything you need as soon as it's deployed to a computer installed with an OpsMgr agent.

For all the comprehensive monitoring power that a management pack delivers, under the hood it's just a simple Extensible Markup Language (XML) file. By standardizing XML for their management pack format, Microsoft has ensured that anyone with even a basic knowledge of working with XML files has the ability to understand how to edit and search their contents.

Don't...