posted on Thursday, July 22, 2010 12:33 PM
With the release of the F5 Management Pack v2.1.2 (available for download here) the F5 Application Designer extensibility framework has been updated to support various load-balancing scenarios, based on health and performance monitoring conditions of the applications monitored in System Center Operations Manager (SCOM).
1. The F5 Application Designer Extensions: a Quick Overview
The F5 Application Designer Extensions are application specific management packs built on top of the core F5 Management Pack. They provide holistic monitoring and auto-configuration support for various server platforms and application environments fronted by F5 devices (such as IIS 7, SharePoint 2007/2010, VMM Server 2008/R2). The traditional way of monitoring all these applications in System Center Operations Manager usually would be mostly scoped to the individual platform itself rather than a unified health monitoring view of the whole application environment.
Here’s where the F5 Application Designers come into play and wire the applications together into a unified health monitoring diagram, as “Application Instances”, enabling a more comprehensive view of the applications’ health in System Center Operations Manager.
With the F5 Application Designer extensions, the F5 LTM Pool Members are paired with their related application components (such as Windows servers, Web servers, Virtual servers, SharePoint servers, etc) and the resulting object hierarchies are wired together as “Application Instances” grouped within an “Application Instance Group”, which ultimately is paired with the related F5 LTM Virtual Server, making up the “Overall Application” monitoring object. Such an application can be for example the entire deployment of an e-commerce web-farm, monitored within System Center Operations Manager.
The health of the App Instance by default represents the worst health of any of it's member components. In turn, the overall Application's health depends on at least one of the App Instances being healthy as well as the health of the underlying LTM Virtual Server.
More information on F5 Application Designer Extensions related topics can be found here:
2. Health Based Load Balancing - Overview
In this article (which is part of a series on similar topics), I'll talk about the F5 Application Designer Extensions and their use in providing intelligent monitoring decisions within the System Center Operations Manager, in various data-center-specific scenarios. In particular: the health-based load balancing, where F5 LTM Pool Members get enabled/disabled depending on the health of various applications monitored.
Description: Enable / Disable LTM Pool Member based on application specific health-monitor state change
Use Case:
- Trigger an Error health-state for an IIS 7 specific monitor (IIS 7 Application Pool) by stopping the Default Application Pool on the IIS Server hosted on LTM Pool Member 1
- See the related (hosting) App Instance health state turn red / Error
- See the related LTM Pool Member (1) health state turn red / Error
- Load balancing follows LTM Pool Member 2
- Resume the Success health-state for the IIS 7 monitor (IIS 7 Application Pool) by starting the Default Application Pool on the IIS Server hosted on LTM Pool Member 1
- See the related (hosting) App Instance health state turn green / Success
- See the related LTM Pool Member (1) health state turn green / Success
- Load balancing follows LTM Pool Members 1 and 2.
3. Prerequisites
4. Preparation
- Discover F5 device (with at least 1 LTM Virtual Server and 2 LTM Pool Members)
- Discover IIS 7 web servers (expected to run on the LTM Pool Members discovered above)
- Discover overall application deployment (F5 + IIS 7) (see details here):
- Look for the topic on “discovering an existing application” (here)
5. Scenario
- Trigger an Error health-state for an IIS 7 specific monitor (IIS 7 Application Pool) by stopping the Default Application Pool on the IIS Server hosted on LTM Pool Member 1
- See the related (hosting) App Instance health state turn red / Error
- See the related LTM Pool Member (1) health state turn red / Error
- Load balancing follows LTM Pool Member 2
- Resume the Success health-state for the IIS 7 monitor (IIS 7 Application Pool) by starting the Default Application Pool on the IIS Server hosted on LTM Pool Member 1
- See the related (hosting) App Instance health state turn green / Success
- See the related LTM Pool Member (1) health state turn green / Success
- Load balancing follows LTM Pool Members 1 and 2.
6. Resources