Forum Discussion
Jonathan_DeHaa1
Mar 25, 2014Historic F5 Account
GTM and DSC Sync-Failover with more than two members
I'm working on configuring GTM on a cluster of four BigIP's running LTM using DSC for a four-member Sync-Failover group. The GTM config only seems to allow for one failover member per LTM. How do I c...
Kevin_K_51432
Mar 26, 2014Historic F5 Account
Greetings, Both single and redundant appear to let you enter multiple IP addresses. I don't think either really matters. Here's what I came up with. Oh, you can modify the device names for better tracking too:
tmsh
list gtm server
gtm server multi_server {
addresses {
10.12.23.139 {
device-name multi_server
}
10.12.23.140 {
device-name multi_server
}
10.12.23.141 {
device-name multi_server
}
10.12.23.142 {
device-name multi_server
}
modify gtm server multi_server addresses modify { 10.12.23.139 { device-name multi_one }}
modify gtm server multi_server addresses modify { 10.12.23.140 { device-name multi_two }}
modify gtm server multi_server addresses modify { 10.12.23.141 { device-name multi_three }}
modify gtm server multi_server addresses modify { 10.12.23.142 { device-name multi_four }}
list gtm server
gtm server multi_server {
addresses {
10.12.23.139 {
device-name multi_one
}
10.12.23.140 {
device-name multi_two
}
10.12.23.141 {
device-name multi_three
}
10.12.23.142 {
device-name multi_four
}
There is an RFE in the works (not too distant future) for multiple server objects.
Don't forget to bigip_add each of the servers.
Kevin
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects