Ensure that DNS is provisioned on the device, and that your
user role provides access to tmsh.
By default, the BIG-IP® system automatically saves BIG-IP DNS
configuration changes made in the Configuration utility and tmsh. You
can change how long the system waits to save BIG-IP DNS configuration changes. You can also
configure the system for manual saves that require you to run a tmsh
command to save BIG-IP DNS configuration changes.
-
Log in to the command-line interface of the BIG-IP system.
-
Run a variation of this command, based on how and when you want the BIG-IP
system to save BIG-IP DNS configuration changes:
tmsh modify gtm global-settings general
automatic-configuration-save-timeout <interval in
seconds>
Note the value for each save-timeout interval:
Interval in seconds |
Value description |
0
|
BIG-IP DNS immediately saves changes to the configuration. |
-1
|
BIG-IP DNS never saves changes to the configuration (manual save
required). |
86400
|
Maximum number of seconds following a BIG-IP DNS configuration change
before the system saves the change. |
15
|
Default number of seconds following a BIG-IP DNS configuration change
before the system saves the change. |
Warning: Setting
automatic-configuration-save-timeout to less than
10 seconds can impact system performance.
BIG-IP DNS waits the number of seconds you specify before saving BIG-IP DNS configuration changes.
If you specified -1, then you must save the configuration
manually using this command: tmsh save sys config gtm-only partitions
all