7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
System Management
3HE 17358 AAAB TQZZA © 2021 Nokia.
Use subject to Terms available at: www.nokia.com
497
checkpoint-id — The ID value of a specific rollback checkpoint file
from the configured rollback location with the suffix *.rb.x. The range
is 1 to 9 but the maximum value depends on the local and remote
max checkpoints. See local-max-checkpoints and remote-max-
checkpoints for more information.
now — Keyword to force a rollback reversion without prompting for confirmation.
save
Syntax save [comment comment] [rescue]
Context admin>rollback
Platforms 7210 SAS-R6, 7210 SAS-R12, and 7210 SAS-Mxp
Description This command saves the current operational configuration as a rollback checkpoint file at the
configured rollback location, using the filename specified by the rollback-location
command, with the suffix *.rb. The suffixes of all previously saved rollback checkpoint files
are automatically incremented by one (*.rb becomes *.rb.1, *.rb.1 becomes *.rb.2, and so on).
If the optional rescue keyword is not used, this command saves a rollback checkpoint at the
location and with the filename specified by the rollback location with a suffix of ".rb". The
previously saved checkpoints will have their suffixes incremented by one (.rb.1
becomes.rb.2, etc). If there are already as many checkpoint files as the maximum number
supported, the last checkpoint file is deleted.
By default, there can be a maximum of 10 rollback checkpoint files, the latest with suffix *.rb
and nine older files with suffixes *.rb.1 through *.rb.9. If the maximum number of checkpoint
files is reached and a new one is saved, the oldest checkpoint file is deleted. The maximum
number of rollback checkpoint files that can be saved can be configured with the local-max-
checkpoints and remote-max-checkpoints commands.
If the rescue keyword is used, this command saves the current operational configuration as
a rescue rollback file at the location and with the filename specified by the rescue-location
command. The rescue file uses the suffix *.rc. There can be only one rescue file saved at a
time. Saving a new rescue file deletes and replaces any existing rescue file.
A valid rollback checkpoint and rescue location must be configured with the rollback-
location and rescue-location commands before saving a checkpoint or rescue file.
See rollback-location, rescue-location, local-max-checkpoints and remote-max-checkpoints
for more information.
Parameters comment comment — Specifies a string, up to 255 characters, describing the
associated rollback checkpoint file.
rescue — Keyword to save the current operational configuration as a r
escue file.