Top
ETERNUS SF Storage Cruiser V15.3 Operation Guide
ETERNUS

D.3 Windows

Preparation
  1. Copy winvup.exe to the work directory.

    In this section, we assume the work directory to be D:/tmp/escvup.

  2. Move to the work directory and execute winvup.exe from the work directory.

    C:\Document and Settings\Administrator> cd /d D:\tmp\escvup
    D:\tmp\escvup> winvup.exe

    The files below will be expanded in the work directory:

    • cimbackup.bat

    • cimrestore.bat

    • dbkit.jar

    • sscreg.exe

    cimbackup.bat is backup command and cimrestore.bat is restore command (dbkit.jar and sscreg.exe are invoked by cimbackup.sh and cimrestore.sh).

    The backup and restore commands should be issued in the work folder, by a user with Administrator privileges.

Backing up device management information

Execute cimbackup.bat, specifying the backup location.

D:\tmp\escvup> cimbackup.bat <backup_location>

The message below is displayed upon successful execution:

INFO: cimbackup has been completed.

The table below lists the possible error messages:

Error

Message

Backup location was not specified

Usage: cimbackup.bat save-directory

If ESC Manager is currently operating

WARNING: Unable to backup, while the ETERNUS SF Storage Cruiser Manager is running.

ESC Manager is not installed

WARNING: The old ETERNUS SF Storage Cruiser Manager is not installed.

The files targeted for backup already exist at the specified backup location

WARNING: The backup files are found in <directory>.

The directory does not exist at the specified backup location

ERROR: The specified directory <directory> is not found.

File copying failed

ERROR: Unable to copy <file> to <directory>.

Files targeted for backup do not exist

ERROR: Unable to find <file>.

Directory creation failed

ERROR: Unable to create the directory <directory>.

Backup failed

ERROR: cimbackup has been failed.

Restoring device management information

Execute cimrestore.bat, specifying the backup location.

D:\tmp\escvup>  cimrestore.bat <backup_location>

The message below is displayed upon successful execution:

INFO: cimrestore has been completed.

The table below lists the possible error messages:

Error

Message

Backup location was not specified

Usage: cimrestore.bat save-directory

ESC Manager is currently operating

WARNING: Unable to restore, while the ETERNUS SF Storage Cruiser Manager is running.

ESC Manager is not installed

WARNING: The ETERNUS SF Storage Cruiser Manager is not installed.

Backed up files cannot be found in the specified backup location

ERROR: The backup files are not found in <directory>.

Database conversion failed

ERROR: Unable to convert the Repository <directory>.

Database initialization failed

ERROR: Unable to initialize the Repository <directory>.

Database reconstruction failed

ERROR: Unable to reconstruct the Repository <directory>.

Restoration failed

ERROR: cimrestore has been failed.