restoreConfiguration CLI command

Use the restoreConfiguration command to restore a configuration database to the library. Use the saveConfiguration command to save the configuration database to a file. This requires a user with the Service role.

The configuration file has a name in the format TS4500_<firmware-level>_SAVECONF_<time-stamp>.dbz or Diamondback_<firmware-level>_SAVECONF_<time-stamp>.dbzand is stored in the directory where the CLI is running.

Note: You can only restore configuration files that were saved at the same library firmware level that you are currently running.

Syntax

restoreConfiguration <configuration_file_name>.dbz -ssl

Parameters

<configuration_file_name>.dbz

(Required.) The name (and the path, if necessary) of the configuration file to upload.

-ssl
Required if SSL (HTTPS) is enabled.

Example command

restoreConfiguration TS4500_1.4.1.3-D00.T3_SAVECONF_20180323160237.DBZ
restoreConfiguration Diamondback_1.4.1.3-D00.T3_SAVECONF_20180323160237.DBZ

Example output


Name: TS4500_1.4.1.3-D00.T3_SAVECONF_20180323160237.DBZ
>>>Uploading file...
Done.
.
.
The configuration database has been restored sucessfully.

Name: Diamondback_1.4.1.3-D00.T3_SAVECONF_20180323160237.DBZ
>>>Uploading file...
Done.
.
.
The configuration database has been restored sucessfully.