Manual Chapter :
Configuring How and When BIG-IP DNS Saves Configuration Changes
Applies To:
Show VersionsBIG-IP LTM
- 17.0.0, 16.1.5, 16.1.4, 16.1.2, 16.1.1, 16.1.0, 16.0.1, 16.0.0
BIG-IP DNS
- 17.0.0, 16.1.5, 16.1.4, 16.1.2, 16.1.1, 16.1.0, 16.0.1, 16.0.0
Configuring How and When BIG-IP DNS Saves Configuration Changes
Overview: Configuring how and when BIG-IP DNS saves configuration changes
By default, BIG-IP
DNS automatically saves BIG-IP DNS
configuration changes 15 seconds after the change is made in either the Configuration utility or
tmsh
. You can change how long BIG-IP DNS waits before it saves BIG-IP DNS configuration
changes. In addition, you can disable automatic saves of BIG-IP DNS configuration changes, but then you
must run a command in tmsh
to save those changes. All changes to the BIG-IP DNS
configuration are stored in the bigip_gtm.conf
file. Changing the
automatic configuration save timeout
Ensure that DNS is provisioned on the device.
You can change how long the BIG-IP system waits to
save the BIG-IP DNS configuration following a BIG-IP DNS configuration change. For
example, if you are making many changes to the BIG-IP DNS configuration at one time, you
might want to extend the
Configuration
Save Timeout
to allow you to complete more changes before the BIG-IP DNS
configuration is saved. - On the Main tab, click.The General configuration screen opens.
- In the Configuration Save area, for theAutomaticsetting, select theEnabledcheck box.
- In the Configuration Save area, for theTimeoutfield, type the number of seconds that follow a BIG-IP DNS configuration change before the BIG-IP DNS configuration is automatically saved.The values shown in the table are worth noting:Value in secondsDescription0BIG-IP DNS immediately saves changes to the configuration.86400Maximum number of seconds following a BIG-IP DNS configuration change before the BIG-IP system saves the BIG-IP DNS configuration.15Default number of seconds following a BIG-IP DNS configuration change before the BIG-IP system saves the BIG-IP DNS configuration.Setting the value of theTimeoutfield to less than10seconds can impact system performance.
The BIG-IP system waits the specified number of seconds before saving BIG-IP DNS
configuration changes to the stored configuration.
Enabling manual saves of configuration changes
Ensure that DNS is provisioned on the device.
You can disable automatic saves of BIG-IP DNS configuration changes when you want to have
strict control over when BIG-IP DNS configuration changes are saved to the stored
configuration. CPU usage can be affected simply by saving small changes to a large
configuration.
- On the Main tab, click.The General configuration screen opens.
- In the Configuration Save area, for the Automatic setting, clear theEnabledcheck box to disable automatic saves of BIG-IP DNS configuration changes.If you disable automatic saves of BIG-IP DNS configuration changes, to save those changes you must run this command from the command line:tmsh save sys config gtm-only partitions all
- ClickUpdate.
Configuring how and
when BIG-IP DNS saves configuration changes using tmsh
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 secondsValue description0BIG-IP DNS immediately saves changes to the configuration.-1BIG-IP DNS never saves changes to the configuration (manual save required).86400Maximum number of seconds following a BIG-IP DNS configuration change before the system saves the change.15Default number of seconds following a BIG-IP DNS configuration change before the system saves the change.Settingautomatic-configuration-save-timeoutto less than10seconds 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