Community Training Classes & Labs > DNS Services Index

3.1.3. site1_ha-pair

LTM devices need to be defined. Create a server object for the bigip1.site1 and bigip2.site1 HA pair

../../../_images/server_create_gtm1-gtm2.png

Create a Server Object as defined in the table below:

Setting Value
Name site1_ha-pair
Data Center site1_datacenter
Devices Add: bigip1.site1.example.com : 203.0.113.5
Devices Add: bigip2.site1.example.com : 203.0.113.6
Health Monitors bigip
Virtual Server Discovery Enabled
Link Discovery Enabled
  1. Fill in the Name and Datacenter

    ../../../_images/site1_click-addserver.png
  2. Click the “Add” button to define IP addresses

    ../../../_images/site_ha_pair_bigip1_add.png
  3. Click “Add” again to define the other BIG-IP in the HA pair.

    ../../../_images/site1_click-addserver_again.png
  4. Click the “Add” button to define IP addresses

    ../../../_images/site_ha_pair_bigip2_add.png
  5. Complete the form and associate the “bigip” “Health Monitor”

    ../../../_images/site1-HA_pair_create.png
  6. Make sure to enable both “Virtual Server” and “Link” discovery

    ../../../_images/VS_and_link_auto_discovery.png

https://gtm1.site1.example.com/tmui/Control/jspmap/tmui/globallb/server/create.jsp

TMSH

tmsh create gtm server site1_ha-pair datacenter site1_datacenter devices add { bigip1.site1.example.com { addresses add { 203.0.113.5 { } } } bigip2.site1.example.com { addresses add { 203.0.113.6 { } } } } link-discovery enabled monitor bigip product bigip virtual-server-discovery enabled