Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Overview of this book

Table of Contents (18 chapters)
Microsoft System Center 2012 R2 Operations Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a distributed application from a template


As you will have seen and understood from previous recipes, SCOM tracks the health and alerts of each agent on the agent itself. This allows for excellent scaling characteristics and enables one to really focus on each individual server and its health. However, in the modern IT landscape, the focus is on providing a service to the customer, and the health of a single server does not always adequately reflect the health of the overall service.

In order to achieve this, SCOM allows you to create a distributed application. A distributed application allows you to select and group components together to form a representation of the application, as illustrated by the following example from the Active Directory management pack.

Getting ready

One of the key first steps in getting ready to create a distributed application is to understand the application itself. You need to understand what it is that makes the application work and what components should...