Configuring Health Monitoring Using Health Probes



Similar documents
Configuring Server Load Balancing

Configuring Server Load Balancing

Configuring Role-Based Access Control

Configuring Class Maps and Policy Maps

Network Load Balancing

Enabling Remote Access to the ACE

Configuring Network Address Translation

Configuring Health Monitoring

Configuring Stickiness

Load Balancing IBM Lotus Instant Messaging and Web Conferencing Servers with F5 Networks BIG-IP System

Configuring Traffic Policies for Server Load Balancing

ISM Configuration Step by Step Guide HTTP Monitor. Overview. ISM Configuration Step by Step Guide HTTP Monitor

Configuring System Message Logging

Cisco ACE Application Control Engine: ACEBC Catalyst 6500 and 4710 Applicance Boot Camp

Configuring Health Monitoring

Syslog Server Configuration on Wireless LAN Controllers (WLCs)

How To Configure Virtual Host with Load Balancing and Health Checking

How To: Configure a Cisco ASA 5505 for Video Conferencing

Firewall Load Balancing

Integrating CoroSoft Datacenter Automation Suite with F5 Networks BIG-IP

Using Public IP Settings

Chapter 3 Using Access Control Lists (ACLs)

Configuring Network Load Balancing with Cerberus FTP Server

Configuring NetFlow Secure Event Logging (NSEL)

SonicOS Enhanced 4.0: NAT Load Balancing

Configuring CSS Remote Access Methods

Deployment Guide AX Series with Citrix XenApp 6.5

Emerald. Network Collector Version 4.0. Emerald Management Suite IEA Software, Inc.

Lab 1: Windows Azure Virtual Machines

Firewall Load Balancing

Formación en Tecnologías Avanzadas

Lab Configure Cisco IOS Firewall CBAC

Configuring IPSec VPN Tunnel between NetScreen Remote Client and RN300

Managing Virtual Servers

Deployment Guide Microsoft IIS 7.0

Biznet GIO Cloud Connecting VM via Windows Remote Desktop

Configuring VIP and Virtual IP Interface Redundancy

Firewall Defaults and Some Basic Rules

Configuring SIP Mobility for CounterPath Bria on the NetVanta 7100 and NetVanta UC Server Systems

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Configuring a Backup Path Test Using Network Monitoring

Cisco Application Control Engine Appliance

Securing Networks with PIX and ASA

Smart Call Home Quick Start Configuration Guide

Deploying the BIG-IP System with Oracle E-Business Suite 11i

vrealize Automation Load Balancing

Aspera Connect User Guide

Adding an Extended Access List

Load Balancing BEA WebLogic Servers with F5 Networks BIG-IP

On-Net Surveillance Systems, Inc. Triggering Software Generic Events from the Windows Scheduler

Exam : 1Y Citrix Access Gateway 8.0 Enterprise Edition: Administration. Title : Version : DEMO

1 Basic Configuration of Cisco 2600 Router. Basic Configuration Cisco 2600 Router

Device Log Export ENGLISH

How to integrate RSA ACE Server SecurID Authentication with Juniper Networks Secure Access SSL VPN (SA) with Single Node or Cluster (A/A or A/P)

Windows Firewall Configuration with Group Policy for SyAM System Client Installation

EE Easy CramBible Lab DEMO ONLY VERSION EE F5 Big-Ip v9 Local Traffic Management

Web Authentication Proxy on a Wireless LAN Controller Configuration Example

Using the Content Distribution Manager GUI

Deployment Guide MobileIron Sentry

Configure a Microsoft Windows Workstation Internal IP Stateful Firewall

MilsVPN VPN Tunnel Port Translation. Table of Contents Introduction VPN Tunnel Settings...2

Configuring WAN Failover & Load-Balancing

Electronic Signature Capture

Load Balancing SIP Quick Reference Guide v1.3.1

H3C Firewall and UTM Devices DNS and NAT Configuration Examples (Comware V5)

Load Balancing IBM WebSphere Servers with F5 Networks BIG-IP System

PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations

How To Use The Cisco Ace Module For A Load Balancing System

Lab Configuring PAT with SDM and Static NAT using Cisco IOS Commands

Microsoft SharePoint 2010 Deployment with Coyote Point Equalizer

Common Application Guide

Citrix NetScaler Load Balancer Configuration

Lab Configure and Test Advanced Protocol Handling on the Cisco PIX Security Appliance

How To Configure Syslog over VPN

This Technical Support Note shows the different options available in the Firewall menu of the ADTRAN OS Web GUI.

Lab 5.5 Configuring Logging

Connecting your Virtual Machine to the Internet. BT Cloud Compute. The power to build your own cloud solutions to serve your specific business needs

How to Make the Client IP Address Available to the Back-end Server

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

CostsMaster. CostsMaster Dongle Server User Guide

Configuring the BIG-IP and Check Point VPN-1 /FireWall-1

Connecting to the Firewall Services Module and Managing the Configuration

Firewall VPN Router. Quick Installation Guide M73-APO09-380

SonicWALL NAT Load Balancing

Configuring the Firewall Management Interface

Integrated Cisco Products

Network Agent Quick Start

Managing Cisco ISE Backup and Restore Operations

Multi-Homing Dual WAN Firewall Router

Configuring Trend Micro Content Security

Link Load Balancing :50:44 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

Implementing the Application Control Engine Service Module

Lab Configure Syslog on AP

Introducing the Microsoft IIS deployment guide

Scenario: IPsec Remote-Access VPN Configuration

Step by Step Guide to implement SMS authentication to F5 Big-IP APM (Access Policy Manager)

Active-Active ImageNow Server

How To Connect To A University Of Cyprus Vpn 3000 From Your Computer To A Computer With A Password Protected Connection

Transcription:

CHAPTER10 Configuring Health Monitoring Using Health Probes This chapter describes how to configure a health probe on the Cisco 4700 Series Application Control Engine (ACE) appliance. This chapter contains the following sections: Overview Configuring an HTTP Health Probe Using the Device Manager GUI Configuring an HTTP Health Probe Using the CLI Overview After reading this chapter, you should have a basic understanding of how the ACE appliance supports server health monitoring using health probes, and how to configure an HTTP health probe. To detect failures and make reliable load-balancing decisions, you can configure the ACE appliance to track the health of servers and server farms by periodically sending out health probes (sometimes referred to as keepalives). By default, the ACE implicitly checks for server failures. You can configure probes on the ACE to make active connections and explicitly send traffic to servers. The ACE evaluates the server s response to determine the health of that server. 10-1

Overview Chapter 10 When the ACE determines the health of a server, the result is one of the following: Passed The server returned a valid response. Failed The server failed to provide a valid response to the ACE within a specified number of retries. When a server fails in response to the probe, the ACE can check for network problems that prevent a client from accessing that server. The ACE can place the server out of service. A probe can be any of several types, including TCP, UDP, ICMP, Telnet, and HTTP. You can also configure scripted probes using the TCL scripting language. You can configure a probe by following these steps: Step 1 Step 2 Create the probe and specify its name, type, and attributes. Associate the probe with one of the following: A real server. A real server that is associated with a server farm. You can associate a single probe or multiple probes to a real server within a server farm. A server farm. All real servers in the server farm receive the probe. You can configure a probe by using either the ACE Device Manager GUI or the CLI. This chapter describes how to configure an HTTP probe. For information on how to configure other types of probes, see the Cisco 4700 Series Application Control Engine Appliance Server Load-Balancing Configuration Guide. 10-2

Configuring an HTTP Health Probe Using the Device Manager GUI Configuring an HTTP Health Probe Using the Device Manager GUI You can configure an HTTP health probe using the ACE Device Manager GUI by following these steps: Step 1 Choose Load Balancing > Health Monitoring. The Health Monitoring pane appears (Figure 10-1). Figure 10-1 Health Monitoring Pane 10-3

Configuring an HTTP Health Probe Using the Device Manager GUI Step 2 Click Add to add a new health probe. The Health Monitoring window appears (Figure 10-2). Figure 10-2 Health Monitoring Window Step 3 Enter the following health probe attributes. Leave the remaining attributes blank or with their default values. Name: HTTP_probe1 Type: HTTP Probe Interval: 5 10-4

Configuring an HTTP Health Probe Using the Device Manager GUI Step 4 Pass Detect Interval: 10 Port: 80 Click Deploy Now to deploy this configuration on the ACE appliance. Step 5 Associate the health probe with a server farm by choosing Load Balancing > Server Farms. The Server Farms pane appears (Figure 10-3). Figure 10-3 Server Farms Pane Step 6 Choose the server farm SF_web and click Edit. The Server Farms window appears (Figure 10-4). 10-5

Configuring an HTTP Health Probe Using the Device Manager GUI Figure 10-4 Server Farms Window Step 7 Step 8 For Probes, choose HTTP_probe1 from the Available Items list, and click the right-arrow button to move the probe to the Selected Items list. Click Deploy Now to associate the health probe HTTP_probe1 with the server farm SF_web. 10-6

Configuring an HTTP Health Probe Using the CLI Configuring an HTTP Health Probe Using the CLI You can configure an HTTP health probe using the CLI by following these steps: Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Verify that you are operating in the desired context by checking the CLI prompt. If necessary, change to the correct context. host1/admin# changeto VC_web host1/vc_web# Enter configuration mode. host1/vc_web# config host1/vc_web(config)# Define an HTTP probe named HTPP_probe1 to access its configuration mode. host1/vc_web(config)# probe http HTTP_probe1 host1/vc_web(config-probe-http)# Configure port number 80 for the HTTP probe. host1/vc_web(config-probe-http)# port 80 Configure a time interval of 5 seconds between probes. host1/vc_web(config-probe-http)# interval 5 Configure a pass detect interval of 10 seconds, after which the ACE will send another probe to a failed server. host1/vc_web(config-probe-http)# passdetect interval 10 Exit probe configuration mode. host1/vc_web(config-probe-http)# exit host1/vc_web(config)# Associate the probe HTTP_probe1 with the server farm SF_web, and exit configuration mode. host1/vc_web(config)# serverfarm SF_web host1/vc_web(config-sfarm-host)# probe HTTP_probe1 host1/vc_web(config-sfarm-host)# exit host1/vc_web(config)# exit host1/vc_web# 10-7

Configuring an HTTP Health Probe Using the CLI Chapter 10 Step 9 Display the HTTP probe configuration. host1/vc_web# show running-config probe In this chapter, you have configured an HTTP health probe. 10-8