DNS > Class 1 - Intro to GSLB Source | Edit on
9. LB Methods¶
Modify the GSLB configuration so that siteb is a standby DR site.
Introduce a network problem that causes the app1 link monitor to fail.
A network outage can automatically cause DR activation.
On dns.sitea navigate to: DNS ›› GSLB : Pools : Pool List ›› Members : www.f5demo.com_pool
Modify the “Load Balancing Method” -> “Preferred” to “Global Availability”
TMSH
tmsh modify gtm pool a www.f5demo.com_pool load-balancing-mode global-availability
Introduce a network problem at sitea and disable the virtual server
On ltm.sitea navigate to: Local Traffic ›› Virtual Servers: Virtual Server List ›› Virtual Server: app1_sitea_www.f5demo.com_tcp_https_virtual
TMSH - Run on ltm.sitea
tmsh modify ltm virtual app1_sitea_www.f5demo.com_tcp_https_virtual disabled
View the effect
On the jumpbox, open chrome, and navigate to https:www.f5demo.com:
Set the sitea virtual server back up and enable the virtual server
On ltm.sitea navigate to: Local Traffic ›› Virtual Servers: Virtual Server List ›› Virtual Server: app1_sitea_www.f5demo.com_tcp_https_virtual
TMSH - Run on ltm.sitea
tmsh modify ltm virtual app1_sitea_www.f5demo.com_tcp_https_virtual enabled