Cisco Cisco Customer Voice Portal 8.0(1)

Page of 573
   passdetect count 1
   receive 5
   request method get url /cvp/VBServlet?MSG_TYPE=HEARTBEAT&TIMEOUT=0
   open 1
   expect status 200 200
Unified CVP VXML Servers
Real Servers
Configure the Physical Servers
Create a real server for every physical VXML Server you would like to load balance. Associate
the probe with each server by creating a section, like the following, for each VXML server in
the server farm.
rserver host vxml1
   probe PROBE_SERVICE_ICMP
   ip address 10.1.1.15
   inservice
rserver host vxml2
   probe PROBE_SERVICE_ICMP
   ip address 10.1.1.16
   inservice
HTTP Probe Configuration
The probe below is used to determine whether the VXML Server is up and in service. The probe
passes only if the VXML Server is In Service. To create the VXML Server HTTP probe, place
the following lines in the configuration for the ACE server.
The VXML Server probe sends a HTTP request to /CVP/Server?probe=true. If the VXML
Server is up and inservice, HTTP 200 OK is returned. In the HTTP probe below, the http request
is made to the port specified in the probe and the IP of the real server that this probe is associated
with.
probe http PROBE_VXMLSERVER_HTTP
   port 7000
   interval 5
   receive 3
   faildetect 1
   passdetect interval 5
   passdetect count 1
   request method get url /CVP/Server?probe=true
   expect status 200 200
   open 1
Note: In order to get the "?", press CTRL-V before pressing the question mark.
Server Farm Configuration
serverfarm host vxmlserver
   probe PROBE_VXMLSERVER_HTTP
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 8.0(1)
512
Chapter 14: Configuring High Availability for Unified CVP
Using Application Services Engine (ACE) for Load Balancing in Unified CVP