autocommit
autocommit [on|off]
When autocommit is set to
on
, the changes made to the configuration files are automatically saved to disk after each command. When autocommit is set to
off
, you must manually use the
commit
command to save configuration changes to the disk.
By default, autocommit is set to
on
when interactively issuing commands.
Entering
autocommit
without parameters displays the current setting of autocommit (on
or
off
).
Note:
Regardless of the autocommit setting, the EMS server acts on each admin command immediately making it part of the configuration. The autocommit feature only determines when the configuration is written to the files.