A Global Availability Configuration Example - Dell 3-DNS Administrator's Manual

Dell 3-dns administrator guide version 4.5
Table of Contents

Advertisement

A Global Availability configuration example

®
3-DNS
Administrator Guide
With the Global Availability load balancing mode, you can configure one
data center as your primary service provider and have several alternate
service providers on standby. In the wideip statement, list the virtual servers
in descending order of preference. The first available virtual server is chosen
for each resolution request.
Figure 9.2 shows a sample wideip definition, in the wideip.conf file, where
Global Availability is the preferred load balancing mode within a pool.
// Global availability
wideip {
address
port
name
pool {
name
preferred
address
address
address
}
}
Figure 9.2 Configuring a standby data center using Global Availability
The first listed virtual server (192.168.101.60 in this example) receives all
resolution requests unless it becomes unavailable. If the first listed virtual
server does become unavailable, then the 3-DNS Controller sends resolution
requests to the second listed virtual server until the first listed virtual server
becomes available again.
Working with Global Availability Load Balancing
192.168.101.50
80 // http
"cgi.wip.siterequest.com"
"mypool"
ga
192.168.101.60 //New York data center
192.168.102.60 //Los Angeles data center
192.168.103.60 //Tokyo data center
9 - 5

Advertisement

Table of Contents
loading

Table of Contents