DNS > Class 1 - Intro to GSLB > 3. Datacenters > 3.1. Servers Source | Edit on
3.1.1. gtm1.site1¶
All GTM devices need to be defined. Create a server object for gtm1.site1
Click “Create” to define gtm1.site1 as defined in the table below:
| Setting | Value |
|---|---|
| Name | gtm1.site1_server |
| Data Center | site1_datacenter |
| Devices Add: | gtm1.site1.example.com : 203.0.113.7 |
| Health Monitors | bigip |
Fill in the Name and Datacenter
Click the “Add” button to define IP addresses
Complete the form and associate the “bigip” “Health Monitor”
https://gtm1.site1.example.com/tmui/Control/jspmap/tmui/globallb/server/create.jsp
TMSH
tmsh create gtm server gtm1.site1_server datacenter site1_datacenter devices add { gtm1.site1.example.com { addresses add { 203.0.113.7 } } } monitor bigip product bigip