Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | webMethods Broker Command-Line Utilities | Backup and Restore Utilities | server_conf_restore
 
server_conf_restore
Use the server_conf_restore utility to restore the Broker Server metadata from a file that you created using server_conf_backup. To use this utility, you must first reinitialize the existing Broker Server's queue storage files. For procedures, see Restoring a Separate Storage Configuration.
Syntax
server_conf_restore datadir backupFile [-o] [-v] [-b blockSize]
Argument
Description
datadir
The location of the Broker Server's data directory.
backupFile
The name of the file where the backup is stored.
Note:
The backup files generated by the server_conf_backup command utility are zip files. Therefore, the server_conf_restore command will look for a zip file extension, even if you do not specify the ".zip" extension in your filename.
-o
When copying the contents of the backup zip files into the destination directory, the "-o" option instructs server_conf_restore to overwrite any existing configuration storage files with the backed up ones. If you do not specify "-o" then the server_conf_restore utility will prompt you for permission to overwrite any existing files.
-v
Verbose mode. Prints out information about the progress and completion of the backup.
-b blockSize
The size of the blocks that server_conf_restore will use when writing all of the configuration data storage files.
Example
server_conf_restore /var/opt/webMethods/awbrokersversion/default
var/backups/server-6849.zip -o